this post was submitted on 10 Jul 2023
66 points (97.1% liked)

Linux

47231 readers
769 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
 

It seems like its a perfect distro. Rolling release so you get recent packages and dont have huge upgrades every few months, but not so bleeding edge that it breaks often. YaST is pretty cool but you are not forced to use it. Basic installation gives you enough essential stuff, but its not too bloated. The only thing its missing is AUR, but i still didnt find a program that i need and cant find in official repos or trough flatpak.

Honestly, now that i use it, it seems like insanity to install anything else. (for everyday desktop use)

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

Just a quick note, I generally use the packagekit backend (via Plasma Discover) and it works fine the vast majority of the time (including taking snapshots).

The only time I've seen problems with it is when user intervention is required, e.g. if there's some conflict on upgrade. Discover, at least, seems to silently fail, at which point I hit the terminal and do sudo zypper dup.

I'm not sure if Yast works better, as I prefer Discover since it integrates (mostly) seamlessly with Plasma, and using the CLI doesn't bother me. I could see it being an issue for somebody who wants things to "just work" and/or is not well-versed in Linux. So, I agree that it may not be ideal for newbies; just wanted to give some info on the current packagekit status.

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

I generally use the packagekit backend (via Plasma Discover) and it works fine the vast majority of the time

The issue that bit me most often was that I usually do my package management from command line but when the updater checked for updates in the background zypper printed a message along the line of "PackageKit is blocking the database. Want to ask PackageKit to quit doing that?" and Yes just did nothing. At some point I just made a Google Doc with a set of commands after a fresh installation (because a proper script is too professional😁) and removing anything PackageKit is among those commands.

I’m not sure if Yast works better

Better as in directly doing package management on its own: yes. Better in terms of usability: no. I use Yast to remove those stupid patterns because doing that with zypper removes all software in that pattern as well.