Why apt remove tries to remove a file that matches the package name pattern?

Hi Manuel,
I think the issue is that the shell is interpreting virtualbox*
You might be able to protect it with quotes, ie

apt remove "virtualbox*"

then it would be passed to apt unchanged
but
I am not sure if apt can interpret the ‘*’

Regards
Neville

2 Likes