Anyone know of a way to remove Steam from Ubuntu 12.04? Looked around the net but could not find an straight forward solution. Thanks.
Anyone know of a way to remove Steam from Ubuntu 12.04? Looked around the net but could not find an straight forward solution. Thanks.
You can use Ubuntu Software Center to uninstall or Open Terminal and execute the following command:
Purge Steam Perfectly with Configuration files with the following:
Never forget to delete its directory located at home folder:
The .deb package is just a wrapper. Steam's launcher installs itself to
~/.local/share/Steam
and can be over 1GiB so make sure you remove it.You may have only one of "steam" or "steam-launcher".
Removing Steam using the Ubuntu Software Centre:
Open the Ubuntu Software Centre, by clicking on the appropriate icon in the launcher, or opening the dash and searching for it.
Search for "Steam" in the Ubuntu Software Centre.
Select it, and click "Remove"
This will remove Steam from your system. Only system files, however, will be removed, user files will not. For most programs, user files are very small and not worth worrying about, but for Steam, they include all your downloaded games, and can be quite large. To delete your user files:
Open Nautilus, the default file explorer.
Click "View", "Show Hidden Files", or press Ctrl-H.
Navigate to
.local/share/
and delete thesteam
folder.Removing steam using the command-line:
You can do the equivalent of the previous steps in just two commands:
In general, programs on Linux tend to keep user files in hidden directories in the home folder, either under
.local/share
,.config
or.cache
, or in a separate.PROGRAMNAME
directory. Hidden files and directories always begin with a dot.I had the same issue - installed with the .deb package from the website rather than using Terminal. I fixed by running:
And then clicking on the menu and searching for the Steam app that was still present, right clicking it and selecting
uninstall
which removed the rest of the files. I hope this helps!Open a terminal window (Ctrl+Alt+T). Then type:
This is to complement any of the answers mentioned here regarding Steam installed via Software Center. If you happened to have installed Steam through Wine and wanted to uninstall it you can go to
~/.wine/dosdevices/c:
or by typing the letter C in Dash.In there you will find the
Program Files
folder which holds the Steam client. If you deleted Wine, this folder and any other install apps will still reside here. They are not gone even if you uninstall wine. You would have to delete them manually. On the other hand, if you still have Wine installed, typingwine uninstaller
will get you to the Wine uninstaller, similar to the Windows "Add & Remove app".You can also remove everything by simply
rm -fr ~/.wine
assuming you already uninstalled Wine and do not care about anything else in the Wine folder.You uninstall Steam just as you would uninstall every other application. You search for it in Ubuntu Software Center and then you remove it.
If you also want to remove the data created by your Steam installation (like downloaded game files) there are two possible locations where Steam stores these files. One a directory called Steam directly in your home directory. The other is in the hidden directory .local/share/Steam in your home directory (you can view hidden files and directories by pressing CTRL+H).
Removing this directory means you will have to re-download your games when you decide to play them again. There is an option to backup your games from inside Steam.
I've searched an other way to uninstall it if you have the package .deb. You do secundary click, select open with and choose Installer GDebi package, wait still that charge and after click uninstall all