How to uninstall Roblox?
So I for some reason installed ROBLOX and now it updates automatically every time I open Ubuntu Software Center. I need it gone from my computer. I have Ubuntu 14.04.
Solution 1:
To completely remove ROBLOX open a Terminal window (CTRL + ALT + T) and run:
sudo apt-get purge roblox
The purge
command will (from manpage
):
Purge is identical to remove except that packages are removed and
purged (any configuration files are deleted too).