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