LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   find rpm files (mandriva 2005 LE) (https://www.linuxquestions.org/questions/mandriva-30/find-rpm-files-mandriva-2005-le-345868/)

fireedo 07-22-2005 09:23 PM

find rpm files (mandriva 2005 LE)
 
hi all....
I would to know where I can find my RPM files that I've downloaded with MCC software install?
thanx a lot

jib2 07-23-2005 02:04 AM

I think it's in /var/cache/urpmi/rpms, but they're deleted after installation.

fireedo 07-23-2005 02:31 AM

oic... :) thanx

thinhla 07-23-2005 07:36 AM

if you use command it shouldn't be deleted.

# urpmi -noclean <package_name.rpm>

By doing this, you can save the files for later use or after reinstallation of Mandriva.
Hope that helps

fireedo 07-23-2005 10:12 PM

so how to make rpm files that i've downloaded not to be deleted automaticaly? should I configure something? not one by one but all.....

thinhla 07-24-2005 01:26 AM

Once you have done setting up package manager using Easy URPMI, go to software installation and search for some package name. ie. xmms..... It will return a list of packages. You go through what you need and notice the name of the packages. You don't have to select them yet.

Open a konsole or a terminal. Switch to root user and type the command I told you earlier.

For example:

# urpmi -noclean xmms

It will then automatically select dependencies for you and save them in aforementioned folder without erasing.

PS. Just notice the package name and type
Another example:

# urpmi -noclean libkdebase4-devel

This will automatically select whole bunch of other packages that satisfy libkdebase4-devel package for installation without erasing the packages once installation is done.

Once evertyhing is done. go to /var/cache/urpmi/rpms folder and find all the files downloaded for package libkdebase4-devel

Hope that clears things up.


All times are GMT -5. The time now is 12:28 PM.