Breaking-HALO

直接用crtl+shift打开终端,运行下面的命令。

sudo add-apt-repository multiverse
sudo apt update
sudo apt install steam

第一个是增加对第三方非自由软件库的支持,就是说系统支持第三方非自由软件;第二个命令更新软件包,第三个大家应该都知道是安装steam。其实这篇文章的中心解决方案就是打开对第三方软件的支持。

 

1. steam无法启动,报如下错:

Running Steam on ubuntu 15.04 64-bitSTEAM_RUNTIME is enabled automatically
[2015-04-26 20:04:03] Startup - updater built Apr 13 2015 15:17:10
SteamUpdateUI: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)

解决方案:

执行如下命令:

cd $HOME/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu
mv libstdc++.so.6 libstdc++.so.6.bak
cd $HOME/.steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu
mv libstdc++.so.6 libstdc++.so.6.bak

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-22
  • 2021-10-22
  • 2022-01-17
  • 2021-11-07
  • 2022-12-23
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2021-12-29
  • 2021-08-21
  • 2021-12-13
  • 2021-11-14
相关资源
相似解决方案