Cannot Uninstall Steam [duplicate]

How do I unistall steam?

sudo apt-get remove steam returns Package 'steam:i386' is not installed, so not removed This response seems odd because this is a 64 bit system and I steam runs fine when I open it in a terminal.

Steam shows up in the software center when I search for it but clicking more info it says Not Found.

What is going on?

Answer

Try doing sudo apt-get install steam then remove it again.

Attribution
Source : Link , Question Author : zorkerz , Answer Author : Tim

Leave a Comment