Hello, first post here.
I installed steam via cli
Now I get an error when starting steam
Does anyone have any insight on this problem?
Is there a recommended way to install steam on Kubuntu 14.04?
I can not seem to find any official docs on the subject.
I am enjoying my move to kubuntu.
I installed steam via cli
Code:
sudo cp /etc/apt/sources.list /etc/apt.sources.list.bak echo "deb http://repo.steampowered.com/steam/ precise steam" >> /etc/apt/sources.list wget -O - http://repo.steampowered.com/steam/signature.gpg | sudo apt-key add - sudo apt-get update sudo apt-get install steam
Couldn't find bootstrap, it's not safe to reset Steam. Please contact technical support.
Is there a recommended way to install steam on Kubuntu 14.04?
I can not seem to find any official docs on the subject.
I am enjoying my move to kubuntu.
Comment