Linux·9 questions

How to manage packages?

Answer
Ubuntu/Debian: apt update && apt upgrade.
apt install package.
Fedora: dnf install package.
Arch: pacman -S package.
snap, flatpak — universal.
Was this answer helpful?

More questions in this topic

Related questions from other topics