Apt notes

From I Will Fear No Evil
Revision as of 11:09, 27 June 2023 by Chubbard (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Apt notes

holding package

$ sudo apt-mark hold package-name
$ sudo apt-mark hold mariadb-server

show held packages

$ apt-mark showhold

release package holds

$ sudo apt-mark unhold pacakgeName
$ sudo apt-mark unhold mariadb-server

The lazy mans update

apt update; apt dist-upgrade -y ; apt autoremove -y ; apt clean ; apt purge ; update-grub