Jump to content

Where does Rpmdrake store downloaded RPMs?


fisher
 Share

Recommended Posts

Hello everyone

 

When you install software from an online repository with Rpmdrake, where does Rpmdrake download the software to before installing it?

 

Please reply. I will appreciate any help you give me.

Link to comment
Share on other sites

Steve is right on the nail. Ones partially downloaded should be /var/cache/urpmi/partial or /var/cache/urpmi/RPMS/partial - can't quite remember as I too also not got a Mandriva install handy right now.

Link to comment
Share on other sites

If you want to keep them, you can do this, in a terminal: (as root, of course)

 

urpmi --noclean yourpackage.rpm

 

replace yourpackage.rpm with what you want to install

I think that still works, I haven't used it in a while.

Link to comment
Share on other sites

I'd like to keep my updates and what I download and install. How do I make it keep everything? I'd like to burn them so that I can reinstall everything without downloading again.

 

Add the following option to /etc/urpmi/urpmi.cfg

 

 {
post-clean :0
}

 

This will negate the default post-clean option

 

See man urpmi.cfg.

 

Jim

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...