change the title so it's clear that this is about DNF equivalents, not actually using APT

This commit is contained in:
Matthew Miller 2021-01-25 18:24:14 -05:00 committed by pbokoc
parent a3668b0ed9
commit faab1a6e21
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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.