View Single Post
ogre_x
Member
Join Date: Dec 2008
Location: Sweden
Old 02-22-2017 , 04:30   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #16

Quote:
Originally Posted by nosoop View Post
Ubuntu 16.04.2 LTS (running GLIBC 2.23) is fine, though server operators will need to apt install libcurl3-gnutls:i386 on a 64-bit system at the minimum if it's not already installed, as per this reply on the mailing list.
My take on TF2 on a virgin AWS Ubuntu 16.04 with latest HWE ( kernel 4.8 ) :

Code:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install steamcmd
Installed tf2 using steamcmd with flags

Code:
app_update 232250 -beta toolchainbeta validate
Now installed the needed i386 packages:
Code:
sudo apt-get install libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386
__________________

Last edited by ogre_x; 02-22-2017 at 04:32.
ogre_x is offline