Results 1 to 3 of 3
Is there a way to remove dependent RPM packages recursively?
Like this:
Error: [package name] is needed by [package name]
removing [package name], [package name], [package name], [package name], ......
- 08-28-2005 #1Linux Newbie
- Join Date
- Oct 2004
- Posts
- 139
removing RPM dependencies recursively?
Is there a way to remove dependent RPM packages recursively?
Like this:
Error: [package name] is needed by [package name]
removing [package name], [package name], [package name], [package name], ...
- 08-28-2005 #2
Can't you do:
Code:rpm -e package1 packege2 package3
- 08-28-2005 #3Linux User
- Join Date
- Aug 2005
- Location
- Peterborough, UK
- Posts
- 379
If you're using FC, then you can type (as root):
It'll give you a list of packages that it'll get rid of, including those it'll be deleting for dependencies. You just need to OK that and you (and, coincidentally, the packages) are off.Code:yum remove <package name>
\"I am, after all,\" said Pooh, \"a bear of very little brain.\"
MY PC: Athlon XP64 3000+ on a Asus K8V-X mobo w/1GB of non-descript RAM. AGP - GeForce 2 MX400. PCI - Creative Live! 5.1 soundcard. 140 GB and 120 GB SATA WD drives.


Reply With Quote
