Table of Contents
Setting

Key Takeaways About Install and Remove RPM
- Setting Download the RPM package you want to install.
- There are many repositories of RPM packages on the Internet, but if you want to download Red Hat RPM packages, you can find them here: The Red Hat Enterprise Linux installation media
- RPM repository with YUM package management tool.
Key Details About Install and Remove RPM
Download the RPM package you want to install. There are many repositories of RPM packages on the Internet, but if you want to download Red Hat RPM packages, you can find them here:
The Red Hat Enterprise Linux installation media, contains many RPM packages that you can install.
RPM repository with YUM package management tool.
Extra Packages for Enterprise Linux (EPEL) provides high-quality upgrade packages for Red Hat Enterprise Linux.

Install the RPM package. Once downloaded, you have two options:
Double-click the RPM package, a software package management window will appear and guide you through the installation process.
Open a command line window (terminal) and enter rpm -i *package_location_and_name* (no space between the two sides of the word and )
Uninstall

Open a terminal and enter: rpm -e *package_name* . Do not enter the file extension name. For example: rpm -e gedit
Rpm Code

Below is some rpm -i command syntax.

Install specific options:
-h (or --hash) Display pound signs ("#") during installation
--test Perform Only tests the installation
--percent Show percentage during installation
--excludedocs Do not install included documents
--includedocs Install included documents
--replacepkgs Install a new copy over the previously installed package
--replacefiles Overwrite other package's files
--force Ignore packet-file conflict errors
--noscripts Do not display commands before and after installation
--prefix Pass packets in if possible
--ignoresearch Do not check the package structure
--ignoreos Do not check the package's operating system
--nodeps Do not check for dependent packages
--ftpproxy Use as FTP cache
--ftpport Use as FTP protocol port

General options
-v Show more information
-vv Displays error finding and troubleshooting information
--root Set alternative root for
--rcfile Set replacement rpmrc file for
--dbpath Use to find the database
FAQ
How do you Install and Uninstall RPM?
Setting Download the RPM package you want to install.
What should you check before working with Install and Remove RPM?
There are many repositories of RPM packages on the Internet, but if you want to download Red Hat RPM packages, you can find them here: The Red Hat Enterprise Linux installation media, contains many RPM packages that you can install.
What can you do if the first method does not work?
RPM repository with YUM package management tool.
Reader Comments 0
Sign in with email or Google to join the discussion.