Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  yordan : (19 June 2013 - 02:28 PM) Long Life To Asta New Era
@  agyat : (19 June 2013 - 01:58 PM) New Era Start At Asta Or Asta Start In New Era. :unsure:
@  yordan : (16 June 2013 - 05:41 PM) You're Welcome, Agyat!
@  agyat : (16 June 2013 - 07:38 AM) Thanks Yordan...
@  velma : (16 June 2013 - 12:06 AM) I Have Asked Opa To Check For A Backup.. He'll Let Me Know Soon :)
@  velma : (16 June 2013 - 12:05 AM) T_T It Seems That Someone Has Deleted That Topic Since I Found The Url Of The Topic But It Gives Me An Error
@  yordan : (15 June 2013 - 10:31 PM) @velma : It's A Tuto On How To Create A Login Program.
@  yordan : (15 June 2013 - 10:31 PM) Happy Birthday To Youuuuuu Agyat!
@  yordan : (15 June 2013 - 10:31 PM) Ba$
@  agyat : (15 June 2013 - 04:41 PM) :(
@  agyat : (15 June 2013 - 04:41 PM) Where The Hall I Were? 15Th Is Almost At End And No-One Wished Me "happy Birthday"!!!
@  velma : (14 June 2013 - 10:39 AM) Which Tutorial Is He Searching For?
@  velma : (14 June 2013 - 10:38 AM) Which Tutorial Is He Searching For?
@  yordan : (14 June 2013 - 07:47 AM) Ok, Have A Look Tomorrow.
@  yordan : (13 June 2013 - 03:19 PM) @velma, Can You Have A Look At Feelay's Problem? Seems That His Tutorial Is Not Searchable Today.
@  Feelay : (13 June 2013 - 08:11 AM) Oh, Haha
@  velma : (12 June 2013 - 05:39 PM) T_T Lately My Levels Of Procrastination..... **sigh**
@  velma : (12 June 2013 - 05:38 PM) I'll Do It Later
@  velma : (12 June 2013 - 05:38 PM) Procrastinators.. People Who Keep Saying "i'll Do This In A Bit"
@  Feelay : (12 June 2013 - 02:05 PM) Deal Punishments To What?

Replying to Fix Fedora 5 Add/Remove Software Problem


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

xboxrulz

Posted 08 April 2006 - 08:10 PM

try using sudo instead. Much cleaner than su -c

xboxrulz

mastercomputers

Posted 06 April 2006 - 08:49 AM

Hey jedipi,

I've never had this problem, mainly because I'm usually always connected to the internet, but just querying the location of your /mnt/DVD did you create that, because most removable drive now end up in /media/

Also, I noticed you're mounting the .iso, would be possible, to make the DVD itself. However you do not have to rely on yum for removal and can usually get by using:

su -c "rpm -e packagename"

Also what about just adding that entry into your yum repo directory, or yum.conf and don't enable it unless you want to remove, and you can disable all the others, I haven't tested this out though, and don't think I would to be honest.

Another tip though, if you want to install a package locally, YUM won't install if there's no GPG matching key, but to do that, just turn off gpgcheck in yum.conf and localinstalls will work fine. Otherwise using the rpm -ivh packagename can install it too.

e.g.
su -c "yum -y localinstall /home/user/packagename.rpm"
or
su -c "rpm -ivh /home/user/packagename.rpm"


Cheers,


MC

jedipi

Posted 05 April 2006 - 05:50 AM

The add/remove software in Fedora 5 just does not work if you
machine is not connected to the Internet. It wont add or remove
any package for you even though you have the disks.

If you read files in /etc/yum.repos.d/, you will understand.
Fedora 5 will connect to redhat's website when you want to update
your Fedora.

Here is a simple way to update your fedora 5 via FC5 iso file.
1, move all files, which are under /etc/yum.repos.d directory, to
other directory. for example, backup directory.

2. create a new directory *.reop in /etc/dym.repos.d
Copy and Paste the following text into it and save it

[CDROM]
name=cdrom
baseurl=file:///mnt/DVD
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
gpgcheck=0

3. last step, you need too mount you iso file.
for example: mount /home/FC-5-i386-DVD.iso /mnt/DVD -o loop

That's it. Now it can be update via local ISO file or DVD/CD-ROM.

Review the complete topic (launches new window)