• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux I'm beginner in Ubuntu 10.04, please anyone can help?

LikedUbuntan

New Member
Joined
Mar 26, 2014
Messages
2
Reaction score
0
Hi,

I'm beginner in ubuntu 10.04, and i bought a new cloud today and i tried to use this command:
apt-get update
And that said:
bash: apt-get: command not found



Anyone can help me? I need use that list of commands to compile:
apt-get update

sudo apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libcrypto++-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev libluajit-5.1-dev

chmod 777 -R

./autogen.sh

aptitude install libcurl4-openssl-dev
 
you can use
Code:
aptitude update

Code:
sudo aptitude install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libcrypto++-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev libluajit-5.1-dev
 
Back
Top