mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Updated info to fix Steam in Ubuntu 16.10.
This commit is contained in:
parent
ebd43b4686
commit
f61be481f1
@ -2,7 +2,7 @@
|
||||
title: Steam bug in Ubuntu
|
||||
layout: default
|
||||
created: 2016-02-20 14:56:35 +0100
|
||||
updated: 2016-02-20 14:56:35 +0100
|
||||
updated: 2016-11-01 23:35:32 +0100
|
||||
toc: false
|
||||
tags:
|
||||
- know-how
|
||||
@ -20,3 +20,17 @@ To fix this, delete the file `libstdc++.so.6.0.18` from the following folders:
|
||||
|
||||
* `~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/`
|
||||
* `~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/`
|
||||
|
||||
|
||||
Update October 2016
|
||||
===================
|
||||
|
||||
It seems Steam has a few more bad duplicates to make it fail with Ubuntu 16.10.
|
||||
|
||||
This command removes all bad libs from the Steam distribution:
|
||||
|
||||
```bash
|
||||
find ~/.local/share/Steam/ubuntu12_32/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete
|
||||
```
|
||||
|
||||
([Source](https://www.reddit.com/r/linux_gaming/comments/57clur/cant_run_steam_on_ubuntu_1610/))
|
Loading…
Reference in New Issue
Block a user