1

How can I uninstall steam from my ubuntu? I've tried the terminal step of sudo apt-get remove steam, but it tells me that it doesn't exist, and it does exist, I can see it, please help

Montse LB
  • 31
  • 1
  • 3

1 Answers1

9

On my system the package is steam-launcher (I installed it from the Steam repos).

See if that's what you have by issuing apt policy steam-launcher in a terminal. If so, that's what you should uninstall.