Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

When i Download Steam , there's an error :O It says This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time. How :C

share|improve this question

1 Answer

Open a terminal (Ctrl + Alt + T) and run the following commands:

sudo apt-get purge steam
sudo apt-get update
sudo apt-get install steam 
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.