Things You'll Need:
- RPM packages
- Computer
- Linux
-
Step 1
Open the command prompt and type in the following command: "rpm -qa | more". This will allow you to see what software you have installed.
-
Step 2
Find the ".rpm" package that you want to install. Make sure that you haven't already installed this package. Installing over the top of a previous install may damage your system.
-
Step 3
Type the following command into the command line: "rpm -i newfilepackage-1-10.rpm". Assume that "newfilepackage-1-10.rpm" is the name of the new package you wish to install.
-
Step 4
Verify that you've installed the package correctly by typing "rpm -Va" into the command line. This will allow you to verify things like size, MD5 sum, permissions, group, type as well as the package's owner.
-
Step 5
Keep back-up copies of the packages you install. Keep track of updates that are released for your packages. In case of a system crash or instability, you'll have something to fall back upon.










