Howto upgrade debian

From Vidalinux Wiki
Revision as of 01:00, 4 May 2023 by 10.233.102.150 (talk) (Created page with "= update from 10 to 11 = list all packages in hold status: sudo apt-mark showhold if any packages appear in the list, remove the hold status for each package: sudo apt-mark unhold [package_name]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

update from 10 to 11

list all packages in hold status:

sudo apt-mark showhold 

if any packages appear in the list, remove the hold status for each package:

sudo apt-mark unhold [package_name]