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 9,172 times
2
-
1If you installed directly from the Ubuntu repositories or from the .deb file you can uninstall it with the Ubuntu Software tool. – ChanganAuto Jul 27 '21 at 13:06
-
I downloaded it directly from the Steam website. – Isaac Singh Jul 27 '21 at 13:07
-
https://store.steampowered.com/about/ – Isaac Singh Jul 27 '21 at 13:08
-
So, you downloaded a .deb file from a website. How did you install it? – Organic Marble Jul 27 '21 at 14:00
-
1I clicked on it and it opened up the launcher. This problem is fixed now. I did not remember so I did the process again. There was a remove button. Thanks. – Isaac Singh Jul 27 '21 at 14:10
-
@IsaacSingh please consider adding a proper answer below so other folks with the same question can benefit from your discovery. – user535733 Jul 27 '21 at 16:17
-
Ok then. I will. – Isaac Singh Jul 27 '21 at 16:57
2 Answers
3
- Press
Ctrl
+Alt
+T
- open a terminal - Type
sudo apt-get remove steam
and hit ↵ Enter. - Type
sudo apt-get purge steam
and hit ↵ Enter. - Type
rm -rf ~/.local/share/Steam && rm -rf ~/.steam
and hit ↵ Enter. - Exit the Terminal window.

shashI
- 59
- 1
- 10
-
Sorry, I have tried and it does not work. It says Reading package lists... Done Building dependency tree
Reading state information... Done Package 'steam:i386' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 135 not upgraded. – Isaac Singh Jul 27 '21 at 13:17 -
-
check this out => [(https://askubuntu.com/questions/675636/0-upgraded-0-newly-installed-0-to-remove-and-1-not-upgraded)] – shashI Jul 27 '21 at 13:27
-
Reading package lists... Done Building dependency tree
Reading state information... Done Package 'steam:i386' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. – Isaac Singh Jul 27 '21 at 13:42 -
-
1
-
-
That is what I did. Well, the Steam folder that used to be there disappeared but the other I deleted. – Isaac Singh Jul 27 '21 at 14:06
-
-
Thanks for all the help. The problem got solved. Thanks for helping me upgrade everything too. – Isaac Singh Jul 27 '21 at 14:14
-
Please consider deleting also the directories
/lib/steam/
, thesteam*
files in/usr/bin/
, and the related repos (steam*) in/etc/apt/sources.list.d/
– PavoDive Nov 18 '23 at 02:25
1
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
- 38,003
- 27
- 156
- 232

Isaac Singh
- 31