What tactics would be recommended to start removing unneeded packages?
I have tried to graph dependences before and using hunches, is there a better way?
-jason
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 - - +1 (443) 269-1555 x333 Baltimore, Maryland 21218 - - - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, purge the message from your system and notify the sender immediately. Any other use of the email by you is prohibited.
Jason Pyeron wrote:
What tactics would be recommended to start removing unneeded packages?
I have tried to graph dependences before and using hunches, is there a better way?
The package yum-utils has some utilities to manage that - package-cleanup for example can find duplicates or orphaned packages on your system.
Cheers,
Ralph
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Ralph Angenendt Sent: Friday, May 02, 2008 4:51 AM To: centos@centos.org Subject: Re: [CentOS] strip down install
Jason Pyeron wrote:
What tactics would be recommended to start removing unneeded packages?
I have tried to graph dependences before and using hunches, is there a better way?
The package yum-utils has some utilities to manage that - package-cleanup for example can find duplicates or orphaned packages on your system.
Nice tool, but it always echos 'Loading "installonlyn" plugin'
Really annoying when package-cleanup --leaves --all -q | sort > /tmp/list
Cheers,
Ralph
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 - - +1 (443) 269-1555 x333 Baltimore, Maryland 21218 - - - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, purge the message from your system and notify the sender immediately. Any other use of the email by you is prohibited.
Jason Pyeron wrote:
The package yum-utils has some utilities to manage that - package-cleanup for example can find duplicates or orphaned packages on your system.
Nice tool, but it always echos 'Loading "installonlyn" plugin'
Really annoying when package-cleanup --leaves --all -q | sort > /tmp/list
True - no idea why that also is being echoed on stdout.
Ralph