Re: Re: Can't remove package from update manager

2010-10-22 Thread Silent-Hunter
On -10/01/37 11:59, Suvayu Ali wrote: > On Thursday 21 October 2010 06:57 PM, Silent-Hunter wrote: >>> > Another option would be to disable the repo by setting the line >>> below >>> > in that repo file. This way you can enable the repo when required. >>> > >>> > enabled= >> Are you sure I d

Re: Can't remove package from update manager

2010-10-21 Thread Suvayu Ali
On Thursday 21 October 2010 06:57 PM, Silent-Hunter wrote: >> > Another option would be to disable the repo by setting the line below >> > in that repo file. This way you can enable the repo when required. >> > >> > enabled= > Are you sure I don't need it? There are packages listed in it that I

Re: Re: Re: Can't remove package from update manager

2010-10-21 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, suvayu ali wrote: > On 21 October 2010 15:22, Silent-Hunter wrote: >> On 01/-10/-28163 11:59 AM, Suvayu Ali wrote: >>> This is >>> good, this shows the old mandriva rpm is not cached locally. And isolates >>> your problem to your repository settings. >>> >> Attached

Re: Re: Can't remove package from update manager

2010-10-21 Thread suvayu ali
On 21 October 2010 15:22, Silent-Hunter wrote: >  On 01/-10/-28163 11:59 AM, Suvayu Ali wrote: >> This is >> good, this shows the old mandriva rpm is not cached locally. And isolates >> your problem to your repository settings. >> > Attached the .repo file. > That repo file has been generated by

Re: Re: Can't remove package from update manager

2010-10-21 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, JD wrote: > On 10/21/2010 03:22 PM, Silent-Hunter wrote: >> Attached the .repo file. > > Good! You found it and deleted the rpm file. > If I were you I would also delete > /etc/yum.repos.d/local.repo > You simply do not need it and as I indicated > local .rpm files

Re: Can't remove package from update manager

2010-10-21 Thread JD
On 10/21/2010 03:22 PM, Silent-Hunter wrote: > Attached the .repo file. Good! You found it and deleted the rpm file. If I were you I would also delete /etc/yum.repos.d/local.repo You simply do not need it and as I indicated local .rpm files quickly become obsolete because they are updated on t

Re: Re: Can't remove package from update manager

2010-10-21 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, JD wrote: > On 10/21/2010 04:53 AM, Silent-Hunter wrote: >> Where are .repo files kept? > To find the _local repository location, > look in /etc/yum.repos.d for a file > that contains the word local > or it could also be named _local.repo . > > A repo file has a lab

Re: Re: Can't remove package from update manager

2010-10-21 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, JD wrote: > On 10/21/2010 04:49 AM, Silent-Hunter wrote >>> You cannot do that, since yum searches the remote repo for what is >>> available vs. what you already have. You have the 32 bit version, >>> and it sees that the 64 bit version is available on rpmfusion, and

Re: Re: Can't remove package from update manager

2010-10-21 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, Suvayu Ali wrote: On Thursday 21 October 2010 04:53 AM, Silent-Hunter wrote: [sil...@terminal-bmrf-9 ~]$ yum repolist all repo id repo namestatus _local Automatic local repo enabled:

Re: Can't remove package from update manager

2010-10-21 Thread JD
On 10/21/2010 06:35 AM, Germán A. Racca wrote: > What is that repository called "_repo"? You can see the content of the > repo with this command: > > $ repoquery --repoid=_repo -a > > Configuration files for repos are here: > /etc/yum.repos.d/ > It is _local (or _Local) I just posted to the OP h

Re: Can't remove package from update manager

2010-10-21 Thread JD
On 10/21/2010 04:53 AM, Silent-Hunter wrote: > Where are .repo files kept? To find the _local repository location, look in /etc/yum.repos.d for a file that contains the word local or it could also be named _local.repo . A repo file has a label in [ ] brackets. From your posts which showed that

Re: Can't remove package from update manager

2010-10-21 Thread JD
On 10/21/2010 04:49 AM, Silent-Hunter wrote >> You cannot do that, since yum searches the remote repo for what is >> available vs. what you already have. You have the 32 bit version, >> and it sees that the 64 bit version is available on rpmfusion, and >> since you do not have the 64 bit version,

Re: Can't remove package from update manager

2010-10-21 Thread Suvayu Ali
On Thursday 21 October 2010 04:53 AM, Silent-Hunter wrote: > [sil...@terminal-bmrf-9 ~]$ yum repolist all > repo id repo namestatus > _local Automatic local repo > enabled:776 > I think this is the problem. As

Re: Re: Can't remove package from update manager

2010-10-21 Thread A. Racca
On Thu, 2010-10-21 at 04:53 -0700, Silent-Hunter wrote: > On 01/-10/-28163 11:59 AM, Suvayu Ali wrote: > > Hi, > > > > On Wednesday 20 October 2010 09:49 PM, Silent-Hunter wrote: > >> > >> [sil...@terminal-bmrf-9 ~]$ yum list zsnes\* > >> Installed Packages > >> zsnes.i5861.51-6

Re: Re: Can't remove package from update manager

2010-10-21 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, Suvayu Ali wrote: > Hi, > > On Wednesday 20 October 2010 09:49 PM, Silent-Hunter wrote: >> >> [sil...@terminal-bmrf-9 ~]$ yum list zsnes\* >> Installed Packages >> zsnes.i5861.51-6.fc11 @rpmfusion-free >> Available Packages >> zsnes.x86_64

Re: Re: Can't remove package from update manager

2010-10-21 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, JD wrote: > On 10/20/2010 09:49 PM, Silent-Hunter wrote: >>On 01/-10/-28163 11:59 AM, suvayu ali wrote: >>> Hi "Silent-Hunter", >>> >>> On 20 October 2010 15:58, Silent-Hunter wrote: Not quite. The one I want to remove is the x86_64 one. It doesn't show >>>

Re: Re: Can't remove package from update manager

2010-10-21 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, JD wrote: > On 10/20/2010 09:42 PM, Silent-Hunter wrote: >>On 01/-10/-28163 11:59 AM, Frank Cox wrote: >>> rpm -qa | grep zsnes >> [sil...@terminal-bmrf-9 ~]$ rpm -qa | grep zsnes >> zsnes-1.51-6.fc11.i586 >> >> The one listed there is the one I want to keep. The

Re: Can't remove package from update manager

2010-10-20 Thread Suvayu Ali
Hi, On Wednesday 20 October 2010 09:49 PM, Silent-Hunter wrote: > > [sil...@terminal-bmrf-9 ~]$ yum list zsnes\* > Installed Packages > zsnes.i5861.51-6.fc11 @rpmfusion-free > Available Packages > zsnes.x86_64 1:1.51-2mdv2007.0 _lo

Re: Can't remove package from update manager

2010-10-20 Thread JD
On 10/20/2010 09:49 PM, Silent-Hunter wrote: >On 01/-10/-28163 11:59 AM, suvayu ali wrote: >> Hi "Silent-Hunter", >> >> On 20 October 2010 15:58, Silent-Hunter wrote: >>> Not quite. The one I want to remove is the x86_64 one. It doesn't show >>> it in rpm -q zsnes, but it does try to update

Re: Can't remove package from update manager

2010-10-20 Thread JD
On 10/20/2010 09:42 PM, Silent-Hunter wrote: >On 01/-10/-28163 11:59 AM, Frank Cox wrote: >> rpm -qa | grep zsnes > [sil...@terminal-bmrf-9 ~]$ rpm -qa | grep zsnes > zsnes-1.51-6.fc11.i586 > > The one listed there is the one I want to keep. The one I don't want is > removed, but it's still i

Re: Re: Re: Can't remove package from update manager

2010-10-20 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, suvayu ali wrote: > Hi "Silent-Hunter", > > On 20 October 2010 15:58, Silent-Hunter wrote: >> Not quite. The one I want to remove is the x86_64 one. It doesn't show >> it in rpm -q zsnes, but it does try to update it through the update manager. > Could you post the ou

Re: Re: Re: Can't remove package from update manager

2010-10-20 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, Frank Cox wrote: > rpm -qa | grep zsnes [sil...@terminal-bmrf-9 ~]$ rpm -qa | grep zsnes zsnes-1.51-6.fc11.i586 The one listed there is the one I want to keep. The one I don't want is removed, but it's still in the available packages, and it keeps trying to update.

Re: Re: Can't remove package from update manager

2010-10-20 Thread suvayu ali
Hi "Silent-Hunter", On 20 October 2010 15:58, Silent-Hunter wrote: > Not quite. The one I want to remove is the x86_64 one. It doesn't show > it in rpm -q zsnes, but it does try to update it through the update manager. Could you post the output of the following, $ yum list zsnes\* # grep zsnes

Re: Re: Can't remove package from update manager

2010-10-20 Thread Frank Cox
On Wed, 2010-10-20 at 15:58 -0700, Silent-Hunter wrote: > Not quite. The one I want to remove is the x86_64 one. It doesn't > show > it in rpm -q zsnes, but it does try to update it through the update > manager. rpm -qa | grep zsnes Post the output -- MELVILLE THEATRE ~ Melville Sask ~ http:/

Re: Re: Can't remove package from update manager

2010-10-20 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, Ed Greshko wrote: > On 10/20/2010 06:36 PM, Silent-Hunter wrote: >>On 01/-10/-28163 11:59 AM, Ed Greshko wrote: >>>On 10/20/2010 08:58 AM, Silent-Hunter wrote: I installed a package that I downloaded from the Internet. Not from any repository. I

Re: Can't remove package from update manager

2010-10-20 Thread Ed Greshko
On 10/20/2010 06:36 PM, Silent-Hunter wrote: > On 01/-10/-28163 11:59 AM, Ed Greshko wrote: >> On 10/20/2010 08:58 AM, Silent-Hunter wrote: >>>I installed a package that I downloaded from the Internet. Not from >>> any repository. I removed it, but it still wants to update. I tried yum >>>

Re: Re: Can't remove package from update manager

2010-10-20 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, Ed Greshko wrote: > On 10/20/2010 08:58 AM, Silent-Hunter wrote: >>I installed a package that I downloaded from the Internet. Not from >> any repository. I removed it, but it still wants to update. I tried yum >> clean all, but it didn't work. Please help? > What

Re: Re: Can't remove package from update manager

2010-10-20 Thread Silent-Hunter
On 01/-10/-28163 11:59 AM, Patrick O'Callaghan wrote: > On Tue, 2010-10-19 at 17:58 -0700, Silent-Hunter wrote: >> I installed a package that I downloaded from the Internet. Not from >> any repository. I removed it, but it still wants to update. I tried yum >> clean all, but it didn't work. Plea

Re: Can't remove package from update manager

2010-10-19 Thread Patrick O'Callaghan
On Tue, 2010-10-19 at 17:58 -0700, Silent-Hunter wrote: > I installed a package that I downloaded from the Internet. Not from > any repository. I removed it, but it still wants to update. I tried yum > clean all, but it didn't work. Please help? You seem to have asked the same question a day ago

Re: Can't remove package from update manager

2010-10-19 Thread JD
On 10/19/2010 05:58 PM, Silent-Hunter wrote: >I installed a package that I downloaded from the Internet. Not from > any repository. I removed it, but it still wants to update. I tried yum > clean all, but it didn't work. Please help? What was the package name? Let's say the package name is So

Re: Can't remove package from update manager

2010-10-19 Thread Ed Greshko
On 10/20/2010 08:58 AM, Silent-Hunter wrote: > I installed a package that I downloaded from the Internet. Not from > any repository. I removed it, but it still wants to update. I tried yum > clean all, but it didn't work. Please help? What was the name of the package you installed? If you do