[Online Games] 有没有大佬知道怎么安装32位库,下载的steam不支持64位
Tofloor
poster avatar
deepin123321
deepin
2021-01-28 17:17
Author

Reply Favorite View the author
All Replies
blue
deepin
2021-01-28 17:24
#1

 

sudo apt install ./steam_latest.deb

Reply View the author
deepin123321
deepin
2021-01-28 17:39
#2
blue

 

sudo apt install ./steam_latest.deb

这是安装steam啊,我想问一下怎么安装32位库

Reply View the author
deepin123321
deepin
2021-01-28 17:40
#3
blue

 

sudo apt install ./steam_latest.deb

已经下载好了,但是显示没有32位不能运行

Reply View the author
Locoy
deepin
2021-01-28 18:28
#4

sudo apt-get install libgl1-nvidia-glvnd-glx:i386把这命令运行下就可以了。系统缺少libGL.so.1。

Reply View the author
lfweqaz
deepin
2021-01-28 23:41
#5

我的方法是在安装系统时先不装nvidia私有驱动,进入系统后先装steam客户端后,再安装nvidia私有驱动,这样就能顺利打开steam了

Reply View the author
deepin123321
deepin
2021-01-29 01:15
#6
Locoy

sudo apt-get install libgl1-nvidia-glvnd-glx:i386把这命令运行下就可以了。系统缺少libGL.so.1。

Reply View the author
deepin123321
deepin
2021-01-29 01:16
#7
deepin123321

还是不行啊

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-01-29 05:04
#8

sudo apt install nvidia-drive-libs:i386

Reply View the author
lfweqaz
deepin
2021-02-04 02:27
#9

试试这个 sudo apt install lib32stdc++6 ,在这个帖子里找到的解决方法,我试了一下在安装nvidia驱动后,再安装steam客户端,steam客户端可以正常启动。

 

Reply View the author