Ubuntu12.04-64bitonvmwareplayer first apt-getupdateUbuntuSoftwareSources & gt; ChooseaDownloadServer & gt; SelectBestServer select download server sudoapt-getupdate encountered error "Couldnotgetlock/var/lib/
Ubuntu 12.04-64bit on vmware player
Install nimfa
First apt-get update
Ubuntu Software Sources> Choose a Download Server> Select Best Server Select Download Server
Sudo apt-get update
Error "cocould not get lock/var/lib/apt/lists/lock"
Sudo rm/var/lib/apt/lists/lock
Execute sudo apt-get update again
Install numpy and scipy
Sudo apt-get install python-numpy python-scipy
Install nimfa
Git clone git: // github.com/marinkaz/MF.git
Install libboost
First update
Sudo apt-get update
Error "cocould not get lock/var/lib/apt/lists/lock"
Sudo rm/var/lib/apt/lists/lock
Execute sudo apt-get update again
Sudo apt-get install zlib1g-dev libbz2-dev
Sudo apt-get install build-essential
Sudo apt-get install libboost1.46-all-dev (note this for the version)
Install itpp
Sudo apt-get install libitpp-dev libitpp7-dbg
Install mercurial (SCM)
Sudo apt-get install mercurial
Install cmake (cross platform make)
Sudo apt-get install cmake
Install graphlab v2 from mecurial
Hg clone https://code.google.com/p/graphlabapi/
Hg pull
Hg update
Configure and Compile
Cd graphlabapi
Hg pull
Hg update v2
Export BOOST_ROOT =/usr/
./Configure
Cd release/
Make-j4