quick-docs/modules/ROOT/pages/proc_installing-RPM.adoc

28 lines
735 B
Text
Raw Normal View History

2018-09-09 13:16:31 +00:00
[id='proc_installing-an-RPM-file']
2018-07-24 11:54:46 +00:00
= Installing an RPM File
include::{partialsdir}/unreviewed-message.adoc[]
2018-07-24 11:54:46 +00:00
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.
2018-09-09 13:16:31 +00:00
._Prerequisites_
2018-07-24 11:54:46 +00:00
* You must have administrative permission to install new RPM files on your system. Either root password or sudo access is required.
2018-09-09 13:16:31 +00:00
._Procedure_
2018-07-24 11:54:46 +00:00
. 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
----