Apt notes

From I Will Fear No Evil
Revision as of 13:58, 12 February 2022 by Chubbard (talk | contribs) (Created page with "===== Apt notes ===== holding package <pre> $ sudo apt-mark hold package-name $ sudo apt-mark hold mariadb-server </pre> show held packages <pre> $ apt-mark showhold </pre>...")
(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