Apt wants to remove proxmox?

MDHMatt

New Member
Dec 18, 2017
5
0
1
34
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.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!