apt autoremove wanting to delete sudo

El Granjero

New Member
Apr 15, 2024
5
0
1
After pulling the latest package changes from the debian main contrib and pve-no-subscription repositories, apt autoremove wants to delete sudo.

I can't imagine this being expected behaviour, though i might be wrong.

What's causing sudo being in the autoremove list?
 
After pulling the latest package changes from the debian main contrib and pve-no-subscription repositories, apt autoremove wants to delete sudo.

I can't imagine this being expected behaviour, though i might be wrong.

What's causing sudo being in the autoremove list?
Hi,
this happens if sudo was installed as dependency of another package, which since has been removed. Note that a standard Proxmox VE installation does not require sudo to work.
 
Hi Chris,

Thanks for your reply. Your reply made me realize a team member has been testing with Ansible on several machines, that must be the cause for sudo to be there in the first place.