STEAM GROUP
Linux Game Server Managers linuxgsm
STEAM GROUP
Linux Game Server Managers linuxgsm
51
IN-GAME
499
ONLINE
Founded
February 9, 2015
Zak Mar 30, 2016 @ 5:27am
E: Unable to locate package libstdc++6 E: Couldn't find any package by regex 'libstdc++6'
So yeah bought a new VPS with a fresh install of Ubuntu 14.04-413 32bit I think, and I get this error when I try and run sudo apt-get install libstdc++6:i386

E: Unable to locate package libstdc++6 E: Couldn't find any package by regex 'libstdc++6'

-Installing Gmod and Css servers onto it

Thanks
Last edited by Zak; Mar 30, 2016 @ 5:42am
< >
Showing 1-5 of 5 comments
Mazer Mar 30, 2016 @ 5:49am 
Originally posted by Hackcraft:
32bit I think
This matters. It's the first thing that you need to know before starting in on the installation instructions[gameservermanagers.com].

Can you discern which it is? Without knowing which architecture you're using, how are you certain that you're following the correct instructions?
dpkg --print-architecture dpkg --print-foreign-architectures
Last edited by Mazer; Mar 30, 2016 @ 5:51am
Zak Mar 30, 2016 @ 5:55am 
amd64
Zak Mar 30, 2016 @ 10:30am 
Sorry for bothering you :D
Found my solution in the first place I should have looked xD
https://developer.valvesoftware.com/wiki/SteamCMD
UltimateByte Mar 31, 2016 @ 10:12pm 
apt-get install libstdc++6:i386 isn't enough.
Full required dependencies are on gameservermanagers.com
DediZones.Re Apr 5, 2016 @ 5:38am 
Hi,

(apt-get install nano sudo -y)

nano /etc/apt/sources.list

deb http://httpredir.debian.org/debian/ jessie main contrib non-free

apt-get update && apt-get upgrade -y

sudo dpkg --add-architecture i386; sudo apt-get install libstdc++6:i386 -y
Last edited by DediZones.Re; Apr 5, 2016 @ 8:52am
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Mar 30, 2016 @ 5:27am
Posts: 5