this post was submitted on 15 Jun 2025
2 points (75.0% liked)

openSUSE

633 readers
9 users here now

The makers' choice for sysadmins, developers and desktop users.

www.opensuse.org

openSUSE (IPA: oʊpənˈsuːzə) is a project that serves to promote the use of free and open-source software.

openSUSE is well known for its Linux distributions, mainly Tumbleweed, a tested rolling release, and Leap, a distribution with long-term support.

founded 3 years ago
MODERATORS
 

Following the announcement of the demise of YaST, I adapted my tumbleweed installation to the new setup by installing Myrlyn and Cockpit, and removing YaST:

sudo zypper rm -u yast*

However it’s already been a couple of times that when I zypper dup several yast packages get pulled in for installation.

Is this how it’s supposed to be? Or can I prevent this behaviour?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] ashaman2007@lemm.ee 4 points 20 hours ago (1 children)

Its probably part of a pattern that's getting installed. I think adding a lock (zypper al packagename) would stop it from being reinstalled

[–] sedot@feddit.org 2 points 7 hours ago* (last edited 7 hours ago)

If one wants to lock a package zypper addlock packagename is the way, yes.