How to Install Steam on Ubuntu?

I Just installed steam, brave and other software's from the software store and they are buggier than ever. What should I do?

Just Unistall them and reistall them using the terminal ctrl + alt + t :smiley:

To Remove Steam

sudo apt-get remove steam steam-launcher
sudo apt-get purge steam steam-launcher
rm -rf ~/.local/share/Steam && rm -rf ~/.steam
sudo apt autoremove

To Remove Brave

sudo apt remove brave-browser
sudo apt purge brave-browser
rm -rf ~/.config/BraveSoftware
rm -rf ~/.cache/BraveSoftware

To Install Steam

sudo apt install steam-installer

To Install Brave

sudo apt install apt-transport-https curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

sudo apt update

sudo apt install brave-browser
5 Likes

Both the Bugs are gone :smile:, Should I do This for vlc to?

1 Like

Sure,

sudo apt purge vlc
sudo apt autoremove
sudo apt install vlc
5 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.