1.6 build and install software Flashcards
DNF(Dandified YUM)
Uses fewer resources while still maintaining support for RPM.
YUM
Offers a more elegant set of commands and greater flexibility for using
software repositories and handling dependencies. Improves on the functionality of rpm while still using .rpm packages and
maintaining an RPM database.
APT
Preferred package management method in Debian-derivatives.
RPM and rpm command
Manages RPM packages on Red Hat-derived distributions.
-i{package name}
-e{erase package name}
-v{verbose}
-V{verify}5
dpkg
Debian’s main package management program.
-i{install package}
-r{remove package}
-l{list package info}
-s{package name}
ZYpp
An openSUSE package manager that supports .rpm packages
snapd
The backend daemon that runs the Snaps on a system.
Snap -A bundle that contains an app and its dependencies that work without
modification across all Linux distributions.
Flatpak
Runs in a sandbox that contains everything needed for the programs to
operate.
AppImage
A universal package manager where the apps are installed without
modifying system libraries or system preferences.
Create a directory under the home directory to put all the AppImage
applications.