I’ve wanted to remove all the crappy small games that were installed by default. First I’ve tried to remove all the game packages - but then zypper dup brought them back.
So I’ve tried removing patterns - again zypper dup brought them back. So I’ve tried
I’m not an expert in this, as I never thought it worth the trouble to remove unwanted packages. They don’t take much space, and disk space is relatively inexpensive these days.
After removing packages, you can use
zypper dup --no-recommends
for updates. And when you do that, they probably won’t come back.
Or you can lock a package (after removing).
I think that’s
zypper al package-name
Or you can use Yast to lock packages. Search for the package, right click, then taboo it. Again, you have to remove it before you taboo it, unless you want to keep but never update that package.
Quite familiar with the problem. I removed all the PIM apps like kmail etc just to see them reinstalled again after doing zypper dup. I stopped worrying about it but locking packages is best idea.
On 03/11/17 23:06, Pshemas wrote:
>
> I’ve wanted to remove all the crappy small games that were installed by
> default. First I’ve tried to remove all the game packages - but then
> zypper dup brought them back.
> So I’ve tried removing patterns - again zypper dup brought them back. So
> I’ve tried
> Code:
> --------------------
> zypper rm --clean-deps patterns-openSUSE-gnome_games
> --------------------
> - and again zypper dup brought them back.
>
> So how I remove those correctly?
>
>
I always modify /etc/zypp/zypp.conf and /etc/zypper/zypp.conf to get the
settings I want.
In this case, uncomment the “solver.onlyRequires” entry in zypp.conf and
change it to read “solver.onlyRequires=true”, then recommends etc will
not be installed (see comment in file) - you can still manually install
blocked items. Then remove the packages.
–
PeeGee
MSI m/b 890A-G43, AMD FX6300, 8GB, openSUSE 13.2 KDE x86_64 dual boot +
Win10 Home 64bit in VBox
MSI m/b 870-C45, AMD Athlon II X3 445, 8GB, openSUSE 13.2 KDE
x86_64/Win7 Premium 64bit dual boot
Yeah, I also hate this. You need to open the software center in YasT, search for the games and block it, choosing “never install” option after a right click in the game package.