how to install rpm files in fedoro

Recommended Answers

All 2 Replies

if you have the package already
just log as root

rpm --install package.rpm

or you just double click the package.rpm from the folder navigation

Regards

I assume you mean Fedora? All Red Hat distributions (RHEL and Fedora) use the YUM package manager. Yes, you can use rpm directly, but it won't deal with missiing dependencies, which yum will do. IE: yum install package-name

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.