Just run this command to clean up any old kernels having about on my system;
found it here; https://pve.proxmox.com/pipermail/pve-user/2013-October/162779.html
and apt seems to want to remove proxmox-ve? ive attached an image to show the output.
Is this safe to continue with or have i done something stupid?
Code:
dpkg -l pve-kernel-* | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e [0-9] | xargs sudo apt-get purge
and apt seems to want to remove proxmox-ve? ive attached an image to show the output.
Is this safe to continue with or have i done something stupid?