Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Removing steam64 and steam:i386 and installing steam-launcher should fix it.
if [ "$(dpkg --print-architecture)" = "amd64" ] && ! dpkg --print-foreign-architectures | grep i386 >/dev/null; then
echo "Fixing architectures..."
sudo dpkg --add-architecture i386
fi
ctrl+alt+t
paste it in and hit enter
None of the solutions here fix the issue, also I have;
ia32-libs-multiarch
ia32-libs
installed.
This worked for me!
i have tried all of your solution yet to no avail. so i will type litteraly every character as it is show when i try to run steam
1. i run steam (doesnt matter how wether i click the icon or run in terminal)
2.a window comes up, titled as the following "Package Install" the window then reads "Steam needs to install these additional packages:
libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386
[sudo] password for <USER>: "
3. i proceed to enter my password
4.under the message where it asks for my password it reads as follows
".......................................W: Failed to fetch http://repo.steampowered.com/steam/dist/precise/release Unable to find expected entry 'steam/binary-armhf/packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download, They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependancy tree
Reading state information... Done
E: Unable to locate package libgl1-mesa-dri:i386
E: Unable to locate package libgl1-mesa-glx:i386
E: Unable to lovate package libc6:i386
Press return to continue: |
5. i push return
6. a message box appears titled "Error" and reads as follows "You are missing the following 32-bit libraries, and Steam may not run: libc.so.6"
7. i click OK
8. it brings me back to aforementioned package install window and process repeats.
this probably has persistaed WAY to long, please help me.
i realize this is probably abit more detailed than need be but i refuse to exclude any information that could proove to help in any way. as i said before. please help me.
1. Open a terminal.
2. Type: "sudo apt-get install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386"
3. Press enter.
If it succeeds, try running Steam again. If it fails, share the error message.
what i typed first in terminal
"sudo apt-get install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386"
what it told me "Reading package lists...Done
Building Dependency tree
Reading state information...Done
E: unable to locate package libgl1-mesa-dri:i386
E: unable to locate package libgl1-mesa-glx:i386
E: unable to locate package libc6:i386
so i thought maybe i was being too literal by typing what you said all in one line so i thought maybe do it by individual package
it still game me the same message only saying E: unable to locate package <said individual package i typed>
so if it wasnt able to locate it at all in terminal i think its safe to say that steam its self was unaffected. so in short it still didnt work.
Steam was dependent on:
but the 'libgl1-mesa-glx:i386' package was actually dependent on a fourth package:
I was able to solve the problem by opening Terminal and manually typing in the 'apt-get' command to install this fourth package:
When I re-opened Steam, it was finally able to download and install the original three packages without further problems.
So be sure to carefully read whatever information Steam gives you for dependencies of dependencies. Then just open Terminal and type:
for any package Steam can't reach.
Hope this helps.
well sir i do appreciate the attempt but when i typed "sudo apt-get install libglapi-mesa:i386"
into my terminal it proceeded to tell me that "E: Unable to locate package libglapi-mesa:i386"
The Kernel version is the easiest way to see which of the 3 you have installed:
3.2 - original 12.04 or 12.04.1
3.5 - 12.04.2, you need libgl1-mesa-dri-lts-quantal instead of libgl1-mesa-dri and so on
3.8 - 12.04.3, you need libgl1-mesa-dri-lts-raring instead of libgl1-mesa-dri and so on