mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
25 lines
685 B
Text
25 lines
685 B
Text
[id='proc_installing-an-RPM-file']
|
|
= Installing an RPM File
|
|
|
|
This procedure shows you how to install an RPM file after you have downloaded the file to your desktop. An RPM file contains the required installation packages for a software.
|
|
|
|
._Prerequisites_
|
|
|
|
* You must have administrative permission to install new RPM files on your system. Either root password or sudo access is required.
|
|
|
|
._Procedure_
|
|
|
|
. Open a terminal.
|
|
. Change your working directory to the location of the RPM file. If you have downloaded the RPM file to the `Downloads` directory, enter:
|
|
+
|
|
[subs=quotes]
|
|
----
|
|
$ cd ~/Downloads
|
|
----
|
|
+
|
|
. Install the RPM file:
|
|
+
|
|
[subs=quotes]
|
|
----
|
|
$ sudo rpm -i NAME_OF_RPM.rpm
|
|
----
|