Ubuntu 10.04 安装 mongodb-2.0
# add the mongodb repository to /etc/apt/sources.listsudo bash -c "echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' >> /etc/apt/sources.list" # add 10gen's GPG key so that aptitude will trust the repositorysudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 # Update aptitude's list of available packagessudo apt-get update # Install mongodb <img src="http://nopolabs.com/wp-includes/images/smilies/icon_smile.gif " alt="Ubuntu 10.04 装配 mongodb-2.0" class="wp-smiley">sudo apt-get install mongodb-10gen?