[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to keep the system clean?
- From: Jonathan Bartlett <johnnyb eskimo com>
- To: Red Hat Mailliste <redhat-list redhat com>
- Subject: Re: How to keep the system clean?
- Date: Sun Jun 30 09:27:02 2002
If you're just trying to uninstall a program and you want to uninstall
dependencies, before removing a package do
rpm -q --requires PACKAGENAME
This will give you a list of that packagegs dependencies. Then, for each
dependency you can do
rpm -q --whatrequires DEPENDENCY
and if the only thing that requires it is the package you are about to
uninstall, go ahead and uninstall it (you may want to do rpm -qi
DEPENDENCY first to make sure you know what it does before removing it).
Jon
On 30 Jun 2002, Mail Liste wrote:
> Is there any way to make the Gnome-packager do a system cleanup,
> uninstall all packages which no programs depends on?
>
> Ari
>
> (And thanks Anthony, love my shortcut key for "Iconify Workspace
> Windows")
>
>
>
>
>
>
>
> _______________________________________________
> Redhat-list mailing list
> Redhat-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]