Steam is widely favored among gamers for its seamless game distribution and vibrant community engagement. However, excessive game installations can burden your PC, leading to sluggish performance and potential system crashes. If you're facing such issues, a thorough uninstallation of Steam from your Ubuntu system might be the solution.
Simply removing Steam using standard methods may leave residual files and directories on your device, potentially causing lingering issues. This comprehensive guide will walk you through the process of completely removing Steam from your Ubuntu system.
Steps to Fully Uninstall Steam from Ubuntu:
Before proceeding, ensure to back up any important data as uninstalling Steam will also remove all associated games, DLCs, and saved data. Follow these steps to uninstall Steam from Ubuntu:
- Step 1: Open the terminal by right-clicking or pressing “ctrl+alt+t” and enter the following command:
- Step 2: Use the “purge” command to delete configuration files:
- Step 3: Delete associated directories from the home folder:
- Step 4: Remove any remaining components:
- Step 5: Check for any remaining Steam folders in the home directory and delete them:
$ sudo apt remove steam steam-launcher
$ sudo apt purge steam steam-launcher
Confirm by pressing “Enter” when prompted.
$ sudo rm -rf ~/.local/share/steam
$ sudo rm -rf ~/.steam
$ sudo rm ~/.steampath
$ sudo rm ~/.steamid
If “steamid” no longer exists, proceed to the next step.
$ sudo rm -rf Steam
Steam has now been successfully removed from your Ubuntu system.
Comments
Post a Comment