mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
Remove "installing an rpm" doc
This gives info about installing packages using the `rpm` command and is extremely bad advice. End users should be using the standard package managers (DNF) to install packages and not resort to `rpm` unless as a last resort. So, this documentation does not fit into user-end quickdocs. Fixes #102
This commit is contained in:
parent
0d81c2854e
commit
820bf36fdf
2 changed files with 0 additions and 28 deletions
|
@ -40,7 +40,6 @@
|
|||
** xref:creating-a-disk-partition-in-linux.adoc[Creating disk partitions]
|
||||
** xref:bumblebee.adoc[NVIDIA Optimus Bumblebee]
|
||||
** xref:reset-root-password.adoc[Resetting a root password]
|
||||
** xref:proc_installing-RPM.adoc[Installing an RPM File]
|
||||
** xref:using-aide.adoc[Checking file integrity with AIDE]
|
||||
** xref:getting-started-with-apache-http-server.adoc[Getting started with Apache HTTP Server]
|
||||
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
[id='proc_installing-an-RPM-file']
|
||||
= Installing an RPM File
|
||||
|
||||
include::{partialsdir}/unreviewed-message.adoc[]
|
||||
|
||||
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
|
||||
----
|
Loading…
Reference in a new issue