RPM uses software packages that have the .rpm extension.When you use RPM for installing the software package, RPM checks if your system is suitable for the software the RPM package contains, figures out where to install the files the package provides, installs them on your system, and adds that piece of software into its database of installed RPM packages.
Please check the commands for installing software. Note that you need to be root when installing software and use the rpm command with appropriate options to manage your RPM software packages.
Basic commands :
rpm -qa | grep -i
rpm -ivh --test
rpm -Uvh
rpm -e
rpm -ev --nodeps
rpm -ivh rpm1 rpm2 rpm3 -> To install dependencies(Circular dependency)
yum install
It will look at the rpm files and determine of all the dependencies are either covered by the rpms being installed, or by packages installed already on the system
No comments:
Post a Comment