Thank you for your support,<br />In fact I have already searched this issues at man pages. But information seems to me a hard to find. Did I loose something?<br />Thanks again. Joao Paulo Pires<br /><br />Date: Tue, 22 Nov 2005 16:41:13 +0000 <br />From: Andy Green <<a href='/redirect-compormail.asp?to=andy@warmcat.com' target='_top'>andy@warmcat.com</a>> <br />Subject: Re: Manage software with yum <br />To: <a href='/redirect-compormail.asp?to=198mdk@oninet.pt' target='_top'>198mdk@oninet.pt</a>, For users of Fedora Core releases <br /><<a href='/redirect-compormail.asp?to=fedora-list@redhat.com' target='_top'>fedora-list@redhat.com</a>> <br />Message-ID: <<a href='/redirect-compormail.asp?to=43834A29.9070101@warmcat.com' target='_top'>43834A29.9070101@warmcat.com</a>> <br />Content-Type: text/plain; charset='windows-1252' <br /><br />Joao Paulo Pires wrote: <br /><br />> Manage software with yum - I am end user (home user). I already <br />> installed some stuff like: Xine, Xmms, Mplayer, Skype, NVU, aMule and <br />> others. Some with yum commands, other directly from repositories with <br />> the problem of dependencies. How can I delete some unnecessary software? <br />> I mean really eliminate. Each time I try with yum I am not well succeed. <br /><br />You can use yum remove, but it seems a bit dangerous. It sometimes <br />seems to suggest to remove dependent packages that are actually still <br />wanted. <br /><br />Best way, for example to delete a package skype, is to use <br /><br />rpm -e skype <br /><br />Big advantage of RPM is that yum (or apt-get or smart or whatever) is <br />built on top of RPM in a clean way, you can always come in at that level <br />and manage things. <br /><br />rpm -qa --last | tac <br /><br />might be useful to see what you installed recently to get ideas for what <br />you don't want any more. <br /><br />-Andy <br />