Is it safe to use
sudo apt-get autoremove
when removing wine? Will it make any changes to other installed applications?
Is it safe to use
sudo apt-get autoremove
when removing wine? Will it make any changes to other installed applications?
The command you cite, sudo apt-get autoremove
, will not remove Wine -- it will only remove packages that are "no longer needed" -- for instance, dependencies for packages that are no longer installed. To remove Wine, you'll need the correct command to remove the Wine packages.