diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 899fe06..9dbffd1 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -21,7 +21,7 @@ ** xref:packagekit-not-found.adoc[PackageKit Items Not Found] ** xref:securing-the-system-by-keeping-it-up-to-date.adoc[Securing the system by keeping it up-to-date] ** xref:autoupdates.adoc[AutoUpdates] -** xref:dnf-vs-apt.adoc[APT commands on Fedora] +** xref:dnf-vs-apt.adoc[APT command equivalents on Fedora with DNF] ** xref:installing-java.adoc[Installing Java] ** xref:assembly_installing-plugins-for-playing-movies-and-music.adoc[Installing plugins for playing movies and music] ** xref:openh264.adoc[OpenH264] diff --git a/modules/ROOT/pages/dnf-vs-apt.adoc b/modules/ROOT/pages/dnf-vs-apt.adoc index 25650e3..20c7386 100644 --- a/modules/ROOT/pages/dnf-vs-apt.adoc +++ b/modules/ROOT/pages/dnf-vs-apt.adoc @@ -1,4 +1,4 @@ -= APT commands on Fedora += APT command equivalents on Fedora with DNF APT is the package manager/dependency solver for the Debian ecosystem, i.e. it manages `.deb` packages installed by the DPKG program. Fedora software is based on `.rpm` packages, and thus uses DNF, the package manager/dependency solver for the RPM program, instead. This document gives a brief overview of the most common APT commands one might find in tutorials and their DNF equivalents.