Installer Steam
Logg inn
|
språk
简体中文 (forenklet kinesisk)
繁體中文 (tradisjonell kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tsjekkisk)
Dansk (dansk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spania)
Español – Latinoamérica (spansk – Latin-Amerika)
Ελληνικά (gresk)
Français (fransk)
Italiano (italiensk)
Bahasa Indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (nederlandsk)
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasil)
Română (rumensk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (vietnamesisk)
Українська (ukrainsk)
Rapporter et problem med oversettelse
Depending on your distribution that might or might not be:
apt-get install libgl1-mesa-dri:i386, libgl1-mesa-glx:i386
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
When I write the second one, it just says command not found.
You need to be the root user in order to install stuff on Linux
Try the following:
sudo apt-get install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386
That's one single command, making you root for just this command ("sudo") - you will be asked fro the root password - , calling the package manager ("apt-get") to install (well, too obvious...) both packages you need - and everything they might need themselves.
This is only working if your Linux distribution is Debian or is derived from Debian (like Ubuntu, Mint and many others).
ok, so what's root user?
and how can I know in which user i'm in?
Really?
No one with this problem didn't manage to solve it?
root is the boss on your computer. He can install and remove programs for example. Normally, you are not loged in as root and such you cannot do such stuff - and if you had a virus or something bad, it couldn't do such stuff either.
If you forgot who you are ;) you can always ask your computer:
eike@donald:~$ whoami
eike
eike@donald:~$ su
Password:
root@donald:/home/eike# whoami
root
"su" is making you root in the terminal.
Which Linux distribution are you using, and which version?
how do I log in as root?
ok, i tried that command.
[sudo] password for ***:
***
Sorry, try again.
[sudo] password for ***:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libgl1 is a virtual package provided by:
libgl1-mesa-glx-lts-utopic 10.3.2-0ubuntu1~trusty2
libgl1-mesa-glx 10.1.3-0ubuntu0.3
You should explicitly select one to install.
E: Package 'libgl1' has no installation candidate
E: Unable to locate package mesa-glx
nicky@nicky-B85M-D3H:~$
So, what should I do now?
Did I solve it?
But... Lolcat wrote about an Ubuntu bug which I am not aware of (I'm not using Ubuntu). It might be that you're hitting that one.
if you wanna know how:
sudo apt-get update && sudo apt-get upgrade
Did the SteamOS news make you try it?
indeed. thank you for your help guys!