Fix broken information in ‘DNF’ page

I’ve removed the ‘update’ command from the page as ‘update’ is a depreciated alias to ‘upgrade’. I also removed the link to the DNF blog as the link is broken and I wasn’t able to find a suitable replacement

Lastly, I removed the unreviewed message from the page.
This commit is contained in:
Chase Lau 2019-05-24 10:45:39 -05:00
parent 57b1061172
commit abd518df79
No known key found for this signature in database
GPG key ID: 579824811DEAB5A4

View file

@ -1,8 +1,6 @@
[[chap-dnf]]
= Using the DNF software package manager
include::{partialsdir}/unreviewed-message.adoc[]
DNF is a software package manager that installs, updates, and removes packages on Fedora and is the successor to YUM (Yellow-Dog Updater Modified).
DNF makes it easy to maintain packages by automatically checking for dependencies and determines the actions required to install packages.
This method eliminates the need to manually install or update the package, and its dependencies, using the `rpm` command.
@ -43,7 +41,7 @@ Other common DNF commands include:
* `reinstall` - reinstalls the currently installed package.
* `update/upgrade` - checks the repositories for newer packages and updates them.
* `upgrade` - checks the repositories for newer packages and updates them.
For more DNF commands refer to the man pages by typing `man dnf` at the command-line, or link:http://dnf.readthedocs.io/en/latest/command_ref.html[DNF Read The Docs]
@ -90,6 +88,4 @@ or
. http://dnf.readthedocs.org/en/latest/command_ref.html[DNF Command Reference]
. http://dnf.baseurl.org/[DNF blog]
. https://github.com/rpm-software-management/dnf/wiki[DNF wiki]