Don't be afraid to customize your install with YaST. You can add/remove packages before you do the installation.
You'll need packman if you need restricted codecs for video.
Update with zypper dup
as a general rule.
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Don't be afraid to customize your install with YaST. You can add/remove packages before you do the installation.
You'll need packman if you need restricted codecs for video.
Update with zypper dup
as a general rule.
If you do enable the packman repo, expect intermittent dependency conflicts when running zypper dup
. When it happens, wait a day or so for repos to update.
Edit: spelling
Yep I did learn to do the same thing. Too bad they don't explain that when installing Thumbleweed.
The Tumbleweed installer is great, the general feel of the distro is polished, modern, up-to-date and efficient.
As other people have said, use the terminal to update both flatpaks and packages.
One main reason I went back to Arch BTW is that there aren't, contrary to the old self a declaration by Suse, that many software available for my use case, so I ended up with tons of ppa's, sorry, Suse Vendors who relied on each others for libraries, and it eventually broke down my system when some stuff wasn't available but was required, while some may be available from 4 different, private, repos.
So I found software management a nightmare: where to find, which one to choose from? Looking for stuff in yast, then in gnome-software, then in software.opensuse.org, then on the Build Service... Clicking bliindly to trust keys from people with personal repos titled "Use At Your Own Risk". Updating that mess then was complicated, and slow because gnome-software would lock yast while checking stuff in the background. I had to kill it, even just to relaunch it to search for stuff.
But Tumbleweed installs Snapper on Btrfs by default, so rolling back shouldn't be a problem? True, and I did it and it's just delicious, fuck up your system, wind back in two clicks... That is, unless btrfs snapshots didn't got unruly, and in it's default settings ate up all my disk space, forcing me to destroy that great system.
What annoyed me most here wasn't the software all-over-the-place mess, but that the default, factory setting of a great system they themselves contributed to the Linux world wouldn't be working 6 months down the line on a small disk (30Gb). Thanks to the Arch Wiki I know better now, and it is easily manageable, but it was too late for me.
Went back to Arch, with snapper, snap-pac, grub-btrfs, snapper-rollback. Can't yet wind back like in Suse at all, currently at VM number 9, trying again, wish me luck.
TL;DR: a rolling release from a reputable company with one-click rollback is a perfect solution if you keep your system relatively standard.
That would be my only complaint about OpenSUSE, the default size for partitions is too conservative. it would default to 30gig and even though there is a snapper cleanup, acheduler updates would fill it up. I now add to the recommended x2, and then the partition always hovers around 70%. The scheduled btrfs and snapper cleanup it keep it managed
I second raptir's note about running zypper dup in the terminal to do system updates. Zypper's a bit slow because it lacks parallel downloads, but it provides good info if there are any issues.
If you plan to use flatpaks, add the flathub repo with the --user option, and use that one to install. If I didn't go that route, it prompted me to enter my password for every flatpak app with an update. I'm also a deplorable Plasma user 😜, I don't know if the same behavior happens with Gnome software, it may be a weird Discover thing (shrugs).
Also, if you need the non-free multimedia codecs, run the following commands:
zypper install opi
opi codecs
Automates adding the Packman repo & switching the relevant packages.
Those are the main quirks I learned with Tumbleweed.
Unlike apt
in Debian-based distros, zypper
in OpenSUSE does not have an autoremove
command that removes the unneeded dependencies of packages that were removed. To keep your system clean, use the --clean-deps
option when removing packages.
Consider OpenSuse Aeon if you want to dip into immutable systems.
I'm on immutable fedora and the experience has been great. Aeon is similar, I can recommend it any day over a traditional install
What's the upside of immutable distributions?
They are very difficult to break. Even if there is a problematic update that would normalny kill your install you can just roll back too the previous working version.
Great for systems that you need to 'simply work'.
Just try it out and see how you like it. It’s been around as long as it has for a reason. And if you don’t like it, there are other fast moving distros. Fedora and Arch/Endeavour have similar packages.
Hence why I'm leaving the Debian / Ubuntu based distros
Ubuntu non-LTS packages are pretty up to date.
Also the LTS ones?
Yeah I wasn't referring to those.
I made the same switch earlier this year. The only real issues I can recall were learning to update flatpak manually because it holds up the other updates if I don't do that through the Konsole first.
Granted, that might just be my system, but I generally have had far fewer issues with Tumbleweed than I've ever had with Mint.
Oh, and my art tablet gets tagged as a game controller for some reason, but it works for what I need it for so I haven't bothered to fix it.
Don't forget to install codes.
Try out opi for installing apps, otherwise zypper is also great!