For over a month now, I've been using openSUSE Tumbleweed as my daily driver, and it's been an enlightening experience. As a long-time Fedora user, I was curious about what Tumbleweed had to offer, especially since it often seems to fly under the radar in the wider Linux community. I think it’s a seriously underestimated distribution, so I wanted to share my thoughts on making the switch. The Lure of the Roll: Why I Left Fedora I've been a dedicated Fedora user since 2018, with only a brief hiatus on a MacBook. While I love Fedora's stability, the concept of a rolling release distribution that was thoroughly tested and polished always intrigued me. I pictured openSUSE Tumbleweed as something like a 'rolling release Fedora.' While Tumbleweed is famous for its seamless Btrfs integration, I stick to a traditional LVM with EXT4 partitioning scheme on my laptop. For me, the biggest draw was the option of an officially supported LTS kernel. This is a fantastic feature...
NOTE: this guide exists for Upgrading from v3.13 to v3.14 as well --> here With the current version, the official documentation is quite good and can be referenced. I would recommend executing all of these commands in a tmux session so that your session will remain on the server in case anything happens to your workstation. Start by checking for running tasks that would prohibit an update: [root@katello01 ~]# foreman-rake katello:upgrade_check Next, update the katello host and reboot if yum tells you to: [root@katello01 ~]# dnf -y --refresh upgrade [root@katello01 ~]# dnf needs-restarting -r If there were any updates to foreman-related packages, make sure foreman is in a consistent state: [root@katello01 ~]# foreman-maintain service stop [root@katello01 ~]# foreman-installer --scenario katello When the katello services have started again, upgrade the release-rpms: [root@katello01 ~]# dnf -y --refresh upgrade https://yum.the...