upkg-remove "package" | |
|
|
Junior Mitglied Posts: 22 Registered: 2007-05-08 | sometimes i want remove a package, like totem or evolution, but, when i make
upkg-remove totem
by example, appear:
[root@virgin:/]# upkg-remove totem
Generating script...
ERROR: Package 'totem' not found in list of selected packages.
Could not generate script!
how find correct name of package?, cause in www.paldo.org packages appear this like "totem"....
thanks |
|
|
|
|
|
Re: upkg-remove "package" | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | The package name is correct, that's not the problem. The quoted error message means that totem hasn't been installed explicitly but implicitly as a dependency of another package. You usually can't remove packages that are required by other packages. You can override the dependency checks with the --force flag but it will be restored on the next upgrade. |
|
|
|
|
|
Re: upkg-remove "package" | |
|
|
Junior Mitglied Posts: 22 Registered: 2007-05-08 | thanks juergbi, i will wait  |
|
|
|
|
|
Re: upkg-remove "package" | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | to remove totem these packages shouldn't be installed:
Reverse Dependencies
* brasero: burn your cds
o testing: brasero-0.5.1-1
* gnome-python-desktop-2.0: Python bindings for additional gnome libraries
o stable: gnome-python-desktop-2.0-2.18.0-1
* gnome-python-extras-2.0: Python bindings for additional gnome libraries
o unstable: gnome-python-extras-2.0-2.19.1-1
o stable: gnome-python-extras-2.0-2.14.3-2
* paldo-multimedia:
o stable: paldo-multimedia-20061229-1
* realplayer: RealPlayer
o stable: realplayer-10.0.6.776-20050915-1
* rhythmbox: gnome music player
o testing: rhythmbox-0.10.1-1
o stable: rhythmbox-0.10.0-1
o unstable: rhythmbox-0.11.0-1 |
|
|
|
|
|
Re: upkg-remove "package" | |
|
|
Junior Mitglied Posts: 3 Registered: 2007-12-13 | Hello,
My question is of the same nature.
I installed Xfce but decided I didn't want to use it. I have done
upkg-remove xfce-desktop
but when i do
upkg-upgrade
upkg says it is going to install lots of Xfce applications. How do I remove all packages referencing Xfce?
Thanks! |
|
|
|
|
|
Re: upkg-remove "package" | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | Check the list of packages you've selected:
ls /var/lib/upkg/packages/*.select |
|
|
|
|
|