LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   About rpm (easy question) (https://www.linuxquestions.org/questions/fedora-35/about-rpm-easy-question-590996/)

bulkathos 10-11-2007 03:17 AM

About rpm (easy question)
 
I installed fc7 .But
#rpm -ivh --aid packagename.rpm
seems does not work.
It can not resolve the dependency automatically.How to deal with it?

billymayday 10-11-2007 03:26 AM

Have you tried using yum instead?

yum install packagename

Yum sorts dependencies for you

Otherwise, install the rpm(s) for the required dependencies

shafty023 10-11-2007 09:52 AM

billymayday is correct. Please use yum to install and resolve dependencies. At the least if for some reason it can not download the dependencies (which has happened to me before when installing a local rpm) then it will give you the package names which contain the dependencies.


All times are GMT -5. The time now is 10:58 AM.