this post was submitted on 11 Jul 2023
122 points (96.9% liked)

Linux

47232 readers
825 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

After a couple years on Fedora I decided to do one more Distro hop- to one I have little experience with, openSUSE.

But it seems the everything from the installer, philosophy, package manager, configs, and general way of working is just very different than every Distro I've tried before (Debian/*Buntu, Fedora, Arch, Gentoo)

Like what's up with YaST? It's like a system-wide settings/configs program plus a package manager front end unique to openSUSE?

And to update grub it seems the best command is "update-bootloader" - for example. This isn't standard on anything else afaik. Is there anywhere other than practice I can learn all of these quirks?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (1 children)

And to update grub it seems the best command is “update-bootloader”

grub2-mkconfig seems to work fine as well. I just installed openSUSE Tumbleweed on a machine yesterday and used that to add some kernel arguments. I was not aware of update-bootloader at all.

Like what’s up with YaST?

Yeah, it's like an all-in-one launchpad for managing the system. I haven't used it much because I prefer using the terminal for most things, but it seems to work fine when I used it a bit (installing some repos and Nvidia drivers).

I installed SUSE after over 20 years and so far it's been quite a good experience. Very similar to the Fedora experience I would say, in the sense that you need to jump through some hoops to get Nvidia / non-free codecs and then after that it's smooth sailing. Let's see how it holds up in the longer term for me.

[–] [email protected] 4 points 1 year ago (1 children)

I prefer using the terminal

Ha, you can just start yast2 in a terminal and get a fancy ncurses ui!

[–] [email protected] 2 points 1 year ago

I see. This is good to know, thanks. I am still getting used to openSUSE and quite liking it so far. Barring any drama that happens down the road, I think this is my Fedora-replacement now. I still prefer Debian Stable + Flatpak + Distrobox on most of my machines though.