mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
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:
parent
57b1061172
commit
abd518df79
1 changed files with 1 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue