I would like to know how to uninstall Steam. I looked everywhere but I cannot find any answers. I think it is worth mentioning that I installed it from a website and not the Software Store.
Asked
Active
Viewed 2.0k times
2 Answers
3
- Press
Ctrl+Alt+T- open a terminal - Type
sudo apt-get remove steamand hit ↵ Enter. - Type
sudo apt-get purge steamand hit ↵ Enter. - Type
rm -rf ~/.local/share/Steam && rm -rf ~/.steamand hit ↵ Enter. - Exit the Terminal window.
shashI
- 59
3
My solution:
- Find the .deb file that you used to install the program.
- Open it and it should open an install launcher.
- There will be a red button that says remove: click it and the program will be uninstalled.
andrew.46
- 39,359
Isaac Singh
- 61