Hi, i'm testing an ubuntu server to possibly run tf2 servers on and i've instantly run into a problem when trying to install hldsupdatetool
note, i main Windows, so i'm following guides for installing on ubuntu - please keep this in mind when answering
heres what i've done:
which gives:
i've also tried running the commands sudo with the same results
any help for a linux noob?
Thanks
*edit*
Resolved with:
note, i main Windows, so i'm following guides for installing on ubuntu - please keep this in mind when answering
heres what i've done:
Code:
mkdir hlds
cd hlds
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin
which gives:
Code:
-bash: ./hldsupdatetool.bin: No such file or directory
i've also tried running the commands sudo with the same results
any help for a linux noob?
Thanks
*edit*
Resolved with:
Code:
sudo apt-get install lib32gcc1