From 81d6340f4db4289b4948adcfae8fec3da37e9e6b Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Thu, 6 Aug 2020 02:18:34 +0200 Subject: [PATCH] more rewording, minor fixes --- modules/ROOT/pages/dnf-vs-apt.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/dnf-vs-apt.adoc b/modules/ROOT/pages/dnf-vs-apt.adoc index dd606f6..39aa435 100644 --- a/modules/ROOT/pages/dnf-vs-apt.adoc +++ b/modules/ROOT/pages/dnf-vs-apt.adoc @@ -1,6 +1,6 @@ = APT commands on Fedora -APT is the package manager/dependency solver for the Debian ecosystem, i.e. it manages `.deb` packages installed by the DPKG program. Fedora software uses `.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. +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. == APT vs. DNF commands @@ -62,7 +62,7 @@ APT is the package manager/dependency solver for the Debian ecosystem, i.e. it m |=== -With the exception of of the dist-upgrade working different and dnf updating the cache automatically, the commands are very similar. More info on DNF can be found xref:dnf.adoc[here]. +With the exception of the dist-upgrade working different and dnf updating the cache automatically, the commands are very similar. More info on DNF can be found xref:dnf.adoc[here]. == Why is APT in the Fedora repositories?