Created
August 23, 2011 13:04
-
-
Save kwilczynski/1165047 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
kwilczynski@ubuntu:~/Development/Sandbox$ dpkg --info mongodb_1.8.3_amd64.deb | |
new debian package, version 2.0. | |
size 19823996 bytes: control archive= 2870 bytes. | |
41 bytes, 2 lines conffiles | |
1261 bytes, 26 lines control | |
1454 bytes, 24 lines md5sums | |
1720 bytes, 64 lines * postinst #!/bin/sh | |
921 bytes, 39 lines * postrm #!/bin/sh | |
1283 bytes, 51 lines * preinst #!/bin/sh | |
1049 bytes, 47 lines * prerm #!/bin/sh | |
Package: mongodb | |
Version: 1.8.3 | |
Architecture: amd64 | |
Maintainer: Richard Kreuter <[email protected]> | |
Installed-Size: 47124 | |
Depends: libboost-filesystem1.40.0 (>= 1.40.0-1), libboost-program-options1.40.0 (>= 1.40.0-1), libboost-system1.40.0 (>= 1.40.0-1), libboost-thread1.40.0 (>= 1.40.0-1), libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libncurses5 (>= 5.6+20071006-3), libpcap0.8 (>= 0.9.8), libpcre3 (>= 7.7), libpcrecpp0 (>= 7.7), libreadline6 (>= 6.0), libstdc++6 (>= 4.4.0), upstart-job, xulrunner-dev | |
Section: devel | |
Priority: optional | |
Homepage: http://www.mongodb.org | |
Description: An object/document-oriented database | |
MongoDB is a high-performance, open source, schema-free | |
document-oriented data store that's easy to deploy, manage | |
and use. It's network accessible, written in C++ and offers | |
the following features : | |
. | |
* Collection oriented storage - easy storage of object- | |
style data | |
* Full index support, including on inner objects | |
* Query profiling | |
* Replication and fail-over support | |
* Efficient storage of binary data including large | |
objects (e.g. videos) | |
* Auto-sharding for cloud-level scalability (Q209) | |
. | |
High performance, scalability, and reasonable depth of | |
functionality are the goals for the project. | |
kwilczynski@ubuntu:~/Development/Sandbox$ dpkg -c mongodb_1.8.3_amd64.deb | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./ | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./usr/ | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./usr/share/ | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./usr/share/man/ | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./usr/share/man/man1/ | |
-rw-r--r-- root/root 512 2011-08-23 05:46 ./usr/share/man/man1/mongorestore.1.gz | |
-rw-r--r-- root/root 328 2011-08-23 05:46 ./usr/share/man/man1/mongod.1.gz | |
-rw-r--r-- root/root 555 2011-08-23 05:46 ./usr/share/man/man1/mongodump.1.gz | |
-rw-r--r-- root/root 527 2011-08-23 05:46 ./usr/share/man/man1/mongos.1.gz | |
-rw-r--r-- root/root 907 2011-08-23 05:46 ./usr/share/man/man1/mongoimport.1.gz | |
-rw-r--r-- root/root 532 2011-08-23 05:46 ./usr/share/man/man1/mongostat.1.gz | |
-rw-r--r-- root/root 864 2011-08-23 05:46 ./usr/share/man/man1/mongo.1.gz | |
-rw-r--r-- root/root 716 2011-08-23 05:46 ./usr/share/man/man1/mongoexport.1.gz | |
-rw-r--r-- root/root 586 2011-08-23 05:46 ./usr/share/man/man1/mongosniff.1.gz | |
-rw-r--r-- root/root 685 2011-08-23 05:46 ./usr/share/man/man1/mongofiles.1.gz | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./usr/share/doc/ | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./usr/share/doc/mongodb/ | |
-rw-r--r-- root/root 696 2011-08-19 21:19 ./usr/share/doc/mongodb/changelog.gz | |
-rw-r--r-- root/root 483 2011-08-19 21:19 ./usr/share/doc/mongodb/copyright | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./usr/share/lintian/ | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./usr/share/lintian/overrides/ | |
-rw-r--r-- root/root 891 2011-08-23 05:46 ./usr/share/lintian/overrides/mongodb | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./usr/bin/ | |
-rwxr-xr-x root/root 5314224 2011-08-23 05:46 ./usr/bin/mongorestore | |
-rwxr-xr-x root/root 5363376 2011-08-23 05:46 ./usr/bin/mongostat | |
-rwxr-xr-x root/root 5322472 2011-08-23 05:46 ./usr/bin/mongod | |
-rwxr-xr-x root/root 2982848 2011-08-23 05:46 ./usr/bin/mongos | |
-rwxr-xr-x root/root 5310096 2011-08-23 05:46 ./usr/bin/mongofiles | |
-rwxr-xr-x root/root 1040608 2011-08-23 05:46 ./usr/bin/mongosniff | |
-rwxr-xr-x root/root 5314192 2011-08-23 05:46 ./usr/bin/mongoimport | |
-rwxr-xr-x root/root 1483440 2011-08-23 05:46 ./usr/bin/mongo | |
-rwxr-xr-x root/root 5301936 2011-08-23 05:46 ./usr/bin/bsondump | |
-rwxr-xr-x root/root 5330600 2011-08-23 05:46 ./usr/bin/mongodump | |
-rwxr-xr-x root/root 5306000 2011-08-23 05:46 ./usr/bin/mongoexport | |
drwxr-xr-x root/root 0 2011-08-23 05:41 ./usr/sbin/ | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./etc/ | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./etc/init.d/ | |
drwxr-xr-x root/root 0 2011-08-23 05:46 ./etc/init/ | |
-rw-r--r-- root/root 536 2011-08-19 21:19 ./etc/init/mongodb.conf | |
-rw-r--r-- root/root 1887 2011-08-23 05:46 ./etc/mongodb.conf | |
drwxr-xr-x root/root 0 2011-08-23 05:41 ./var/ | |
drwxr-xr-x root/root 0 2011-08-23 05:41 ./var/lib/ | |
drwxr-xr-x root/root 0 2011-08-23 05:41 ./var/lib/mongodb/ | |
lrwxrwxrwx root/root 0 2011-08-23 05:46 ./etc/init.d/mongodb -> /lib/init/upstart-job |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment