Hi.
Im trying to uninstall kernel 6.2.16-8-pve using the command
I did manage to remove kernel 6.2.16-6 using the same command but not with this one.
The output that Im getting is:
What can be the reason?
Im trying to uninstall kernel 6.2.16-8-pve using the command
apt-get remove proxmox-kernel-6.2.16-8-pve --purge
but it doesn't work.I did manage to remove kernel 6.2.16-6 using the same command but not with this one.
The output that Im getting is:
Code:
root@pve:~# apt-get remove proxmox-kernel-6.2.16-8-pve --purge
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
libupsclient4 telnet
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
proxmox-default-kernel* proxmox-kernel-6.2* proxmox-kernel-6.2.16-8-pve* proxmox-ve*
0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
After this operation, 572 MB disk space will be freed.
Do you want to continue? [Y/n] Y
W: (pve-apt-hook) !! WARNING !!
W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'!
W: (pve-apt-hook)
W: (pve-apt-hook) If you really want to permanently remove 'proxmox-ve' from your system, run the following command
W: (pve-apt-hook) touch '/please-remove-proxmox-ve'
W: (pve-apt-hook) run apt purge proxmox-ve to remove the meta-package
W: (pve-apt-hook) and repeat your apt invocation.
W: (pve-apt-hook)
W: (pve-apt-hook) If you are unsure why 'proxmox-ve' would be removed, please verify
W: (pve-apt-hook) - your APT repository settings
W: (pve-apt-hook) - that you are using 'apt full-upgrade' to upgrade your system
E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (1)
E: Failure running script /usr/share/proxmox-ve/pve-apt-hook
What can be the reason?