Jump to content

Make rpmdrake save files


Yankee
 Share

Recommended Posts

When you install packages from the web it downloads them to:

 

/var/cache/urpmi/partial (partial unfinished packages)

 

or

 

/var/cache/urpmi/rpms (completed packages).

 

After it installs them it deletes them. If you want to keep the files as I do sometimes then edit:

 

/etc/urpmi/urpmi.cfg

 

and add:

 

{

post-clean :0

}

 

to /etc/urpmi/urpmi.cfg at the very top of the file.

 

NOTE: DO NOT DO IT LIKE THIS:

 

{post-clean :0

}

 

OR LIKE THIS:

 

{post-clean :0}

 

This caused mine to erase all of the sources in the file. Make sure you make a backup in case you do loose the sources that way tou can easily put them back and try again. MUST BE DONE AS ROOT USER.

 

The saved packages will be in /var/cache/urpmi/rpms

Link to comment
Share on other sites

  • 2 weeks later...

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...