How To Install Rpm File In Centos?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Log in as root or use the sudo command to gain root privileges.
2. Use the cd command to navigate to the directory containing the RPM package you wish to install.
3. Use the rpm -i command to install the package.
4. Use the rpm -q command to verify the package was correctly installed.
5. Use the rpm -U command to upgrade an existing package.
6. Use the rpm -e command to uninstall a package.