Apt wants to remove proxmox?

MDHMatt

New Member
Dec 18, 2017
5
0
1
35
Just run this command to clean up any old kernels having about on my system;
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
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?
 

Attachments

  • proxmox.png
    proxmox.png
    28.6 KB · Views: 9
you seem to not be running the current kernel, so the snippet whitelists the wrong (outdated) one.
 
no, the newest one is 4.4.98-6-pve.