scripts-main/Laptop/rm_all_old_kernels

2 lines
217 B
Plaintext
Raw Permalink Normal View History

2018-06-21 22:49:50 -05:00
export KERNEL="$(uname -r | grep -Po '([0-9\.\-]*[0-9])?')"; dpkg --get-selections | grep -E "linux-(header|image).*" | grep -iw install | sort | grep -v "$KERNEL" | grep -v "lts" | sed 's/install//g' | xargs dpkg -P