I have tried remove Arduino on Ubuntu 16.04 but apt doesn't remove it.
These are the commands that I've tried:
sudo apt-get remove arduino
sudo apt-get remove --auto-remove arduino
sudo apt-get purge arduino
sudo apt-get purge --auto-remove arduino
After all these, Arduino still exists. What do I have to do to remove it completely?