[opensuse-factory] avoid unwanted packages (Tumbleweed)
![](https://seccdn.libravatar.org/avatar/4cd8c063f11abe6d4824f4fefe085d0c.jpg?s=120&d=mm&r=g)
I am sure there is an easy and obvious way to do what I want ... but I cannot find it. Every now and then when I run zypper up I get a bunch of applications installed that I don't use. I have a little bash script that calls zypper remove to cleanup after that happend: sudo zypper remove marble digikam kipi-plugins git-gui libqt4-linguist kmahjongg libkmahjongg4 patterns-openSUSE-games patterns-openSUSE-kde_games dosbox kdegames-carddecks-default kmines kreversi libkdegames libkdegames4 skanlite hugin akregator5 kmail5 kmailtransport konqueror konqueror-plugins kdebase4-libkonq konversation kopete amarok bundle-lang-kde-en libtag-extras1 dragonplayer k3b orca libqt5-linguist libQt5Core-devel kontact5 Is there anyway I can tell zypper that I am not interested in those packages? Is that maybe connected to those "patterns-openSUSE" packages? I know that zypper inr would install those packages. I am not calling it. I merely call zypper ref, zypper up and zypper ve ... however, I think every time there is a snapshot released I end up getting all those packages forced on me again. Please point me to the documentation I need to read. Thank you! /Sven -- Fingerprint: D7CA F2DB 658D 89BC 08D6 A7AA DA6E 167B 8F54 1FB6 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/5b748275c3dbb1ceee18ed554486547d.jpg?s=120&d=mm&r=g)
On Friday 2016-06-24 00:24, Sven Semmler wrote:
I am sure there is an easy and obvious way to do what I want ... but I cannot find it. Every now and then when I run zypper up I get a bunch of applications installed that I don't use. I have a little bash script that calls zypper remove to cleanup after that happend:
zypper in/up/dup --no-r -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/4cd8c063f11abe6d4824f4fefe085d0c.jpg?s=120&d=mm&r=g)
On 06/23/2016 06:25 PM, Jan Engelhardt wrote:
zypper in/up/dup --no-r
On 06/23/2016 06:28 PM, Patrick Shanahan wrote:
zypper al marble digikam kipi-plugins git-gui ......
The --no-recommends was pretty obvious. Sorry for not looking hard enough myself. "al" looks very promising too. Thank you both! /Sven -- Fingerprint: D7CA F2DB 658D 89BC 08D6 A7AA DA6E 167B 8F54 1FB6 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/a836ff90f492078f494adcf0c6059fc6.jpg?s=120&d=mm&r=g)
Sven Semmler composed on 2016-06-23 18:46 (UTC-0400):
Jan Engelhardt wrote:
zypper in/up/dup --no-r
Patrick Shanahan wrote:
zypper al marble digikam kipi-plugins git-gui ......
The --no-recommends was pretty obvious. Sorry for not looking hard enough myself.
--no-recommends has a systemwide config equivalent in /etc/zypp/zypp.conf: solver.onlyRequires = true Zypper has a personal-to-zypper equivalent in /etc/zypp/zypper.conf: installRecommends = no
"al" looks very promising too.
al means add lock, ll list those existing. Locks are kept in /etc/zypp/locks, which means as a group they can be switched on or off wholesale with a mv command. Locks in zypper equate to taboo in YaST, which means you can set them at installation time, if you use detailed package selection. What I'd like to find is an equivalent to solver.onlyRequires=true that can be applied before reaching the software selection step at initial installation time. It's annoyingly time consuming to need always minimal install to prevent all merely recommended packages from being installed along with whatever packages are actually wanted. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/abdee805d4df05af9a496107100c582c.jpg?s=120&d=mm&r=g)
* Sven Semmler <Sven@SvenSemmler.org> [06-23-16 18:25]:
I am sure there is an easy and obvious way to do what I want ... but I cannot find it. Every now and then when I run zypper up I get a bunch of applications installed that I don't use. I have a little bash script that calls zypper remove to cleanup after that happend:
sudo zypper remove marble digikam kipi-plugins git-gui libqt4-linguist kmahjongg libkmahjongg4 patterns-openSUSE-games patterns-openSUSE-kde_games dosbox kdegames-carddecks-default kmines kreversi libkdegames libkdegames4 skanlite hugin akregator5 kmail5 kmailtransport konqueror konqueror-plugins kdebase4-libkonq konversation kopete amarok bundle-lang-kde-en libtag-extras1 dragonplayer k3b orca libqt5-linguist libQt5Core-devel kontact5
Is there anyway I can tell zypper that I am not interested in those packages? Is that maybe connected to those "patterns-openSUSE" packages?
I know that zypper inr would install those packages. I am not calling it. I merely call zypper ref, zypper up and zypper ve ... however, I think every time there is a snapshot released I end up getting all those packages forced on me again.
Please point me to the documentation I need to read. Thank you!
zypper al --help zypper al marble digikam kipi-plugins git-gui ...... -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Felix Miata
-
Jan Engelhardt
-
Patrick Shanahan
-
Sven Semmler