Installing
-
2. Downloading MongoDB
Download Prebuilt MongoDB Package from Alien Repository
Prebuilt MongoDB for Slackware 14.2/Current -
3. Installing MongoDB
Then to Install MongoDB Prebuilt Package
First, access the Download location by default with:cd ~/Downloads
To Check it’s there List the contents with:
ls . | grep MYPACKAGE
The grep Command refine the output List showing only the Entries matching the Keyword.
And then simply run:sudo su
upgradepkg --install-new ./MYPACKAGE*.txz
Contents