• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to uninstall steam from Ubuntu

by admin

Steam is a video game digital distribution service and storefront by Valve. It was launched as a software client in September 2003 as a way for Valve to provide automatic updates for their games and expanded to distributing and offering third-party game publishers’ titles in late 2005. You can install steam in ubuntu and enjoy a plethora of games using your Linux box.

You can uninstall or removes an installed steam package from Ubuntu through the terminal as shown below:

$ sudo apt-get remove steam 

Uninstall steam including dependent package

If you would like to remove steam and it’s dependent packages which are no longer needed from Ubuntu:

$ sudo apt-get remove --auto-remove steam 

When it comes to other packages, they are generally safe to remove with the apt autoremove command, since the majority of them will be packages that were installed as a dependency of another package that is no longer present on the system. However, double-check that you really do want to remove each of the packages before you do so. You can always reinstall a package if you didn’t mean to install it, and as an added benefit, if you reinstall a package that was marked for auto-removal, it won’t show up in the output as an orphan package in the future.

Use Purging steam

If you’d like to not only remove a package but also wipe out its configuration, you can use the –purge option:

$ sudo apt-get purge steam 

If you use purge options along with –auto-remove, everything regarding the package will be removed. It’s really useful when you want to reinstall it again.

$ sudo apt-get purge --auto-remove steam 

Filed Under: Linux

Some more articles you might also be interested in …

  1. Secure Shell: Chrome Web Browser ssh client
  2. How to disable NFS client caching in CentOS/RHEL
  3. How to Mount Guest Qcow2 Virtual disk Image containing LVM on KVM Host Machine
  4. How to Disable/Enable Numa for Virtual Machine (XEN based)
  5. modprobe: command not found
  6. “resize2fs: Permission denied to resize filesystem” error while online resize of a filesystem
  7. CentOS/RHEL: Mount Command Fails With “mount: does not contain SELinux labels”
  8. Swapon Fails To Mount Swap – Gives Invalid Argument Error
  9. arch-chroot: command not found
  10. When to use rescan-scsi-bus.sh -i (LIP flag) in CentOS/RHEL

You May Also Like

Primary Sidebar

Recent Posts

  • qm Command Examples in Linux
  • qm wait Command Examples in Linux
  • qm start Command Examples in Linux
  • qm snapshot Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright