today we see about how to install applications in redhat using rpm command
rpm is such a power full command thats used in redhat servers
now we see some rpm commands one be one
rpm -ivh {rpm-file} - the command is used to install the packages
rpm -Uvh {rpm-file} - this command is used to update the packages
rpm -ev {package} - is used to remove the packages
rpm -ev --nodeps {package} is used to remove packages without checking dependancies
rpm -qa - display installed rpm packages
rpm -qf {/path/to/file} - find the package path
rpm -qa --last - display the recently installed rpm's
Comments
Post a Comment