Created
February 11, 2016 09:58
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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