I'm new to Ubuntu and tried to install wine earlier. I decided I didn't want to continue with the install though, so I tried to uninstall it using
sudo apt-get remove wine --purge
but whenever I open the terminal and type
wine
, my system says
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
which makes me think that wine is still installed somewhere since the system recognizes the wine command. Is wine completely uninstalled off of my system? If not, how would I do that? I installed using the directions on this page for Ubuntu 18.04: https://wiki.winehq.org/Ubuntu