Project

General

Profile

Debian 10 to 11 » History » Version 1

Jamila Khan, 12/21/2021 04:32 PM

1 1 Jamila Khan
h1. Debian 10 to 11
2
3
Check to make sure kernel metapackage is installed, not just specific kernel
4
@dpkg -l "linux-image*" | grep ^ii | grep -i meta@
5
6
List removed packages with config files remaining
7
@aptitude search '~c'@
8
9
List obsolete packages
10
@aptitude search '~o'@
Go to top