I tried to remove wine from the terminal using :
apt-get remove wine
but wine still exists. How can I remove it completely?
harsh@harsh-BOOK:~$ sudo get-apt purge Q4Wine
[sudo] password for harsh:
sudo: get-apt: command not found
harsh@harsh-BOOK:~$ sudo get-apt purge wine
sudo: get-apt: command not found
harsh@harsh-BOOK:~$ sudo rm wine
rm: cannot remove ‘wine’: No such file or directory
harsh@harsh-BOOK:~$ sudo rm q4wine
rm: cannot remove ‘q4wine’: No such file or directory
harsh@harsh-BOOK:~$ sudo rm winetricks
rm: cannot remove ‘winetricks’: No such file or directory
sudo apt-get purge wine– Ravan Dec 01 '15 at 16:45get-aptdoes not exist, the correct command isapt-get. – Dec 01 '15 at 16:46apt-get, notget-apt. – kos Dec 01 '15 at 16:53