Skip to content

Instantly share code, notes, and snippets.

@longle255
Created February 11, 2016 09:58
Show Gist options
  • Save longle255/18c38a230bc64ff51bd5 to your computer and use it in GitHub Desktop.
Save longle255/18c38a230bc64ff51bd5 to your computer and use it in GitHub Desktop.
Install Ubuntu's MongoDB 2.4.6 armhf packages on a current Debian Sid (tested with Cubieboard)
sudo aptitude install libboost1.53-dev libpcrecpp0 libboost-filesystem1.53-dev libboost-program-options1.53-dev libboost-system1.53-dev libboost-thread1.53-dev libpcap0.8 libsnappy1 libv8-3.14.5
wget http://launchpadlibrarian.net/149424649/mongodb-clients_2.4.6-0ubuntu5_armhf.deb
sudo dpkg -i mongodb-clients_2.4.6-0ubuntu5_armhf.deb
wget http://launchpadlibrarian.net/149424646/mongodb-server_2.4.6-0ubuntu5_armhf.deb
sudo dpkg -i mongodb-server_2.4.6-0ubuntu5_armhf.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment