Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. $ sudo pacman -S mongodb
  2. $ pacman -Qi mongodb
  3.  
  4. Name : mongodb
  5. Version : 3.2.6-2
  6. Description : A high-performance, open source, schema-free document-oriented database
  7. Architecture : x86_64
  8. URL : http://www.mongodb.org
  9. Licenses : AGPL3
  10. Groups : None
  11. Provides : None
  12. Depends On : pcre snappy openssl libsasl boost-libs yaml-cpp wiredtiger
  13. Optional Deps : libpcap: needed for mongosniff [installed]
  14. mongodb-tools: mongoimport, mongodump, mongotop, etc
  15. Required By : None
  16. Optional For : None
  17. Conflicts With : None
  18. Replaces : None
  19. Installed Size : 102.28 MiB
  20. Packager : Bartlomiej Piotrowski <bpiotrowski@archlinux.org>
  21. Build Date : Fri 13 May 2016 09:40:18 AM BST
  22. Install Date : Thu 30 Jun 2016 05:24:15 AM BST
  23. Install Reason : Explicitly installed
  24. Install Script : Yes
  25. Validated By : Signature
  26.  
  27. $ mongo
  28.  
  29. $ sudo pacman -S libstdc++5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement