vagrant@ubuntu16-xenial:/tmp$ wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu1604-x86_64-100.1.0.deb vagrant@ubuntu16-xenial:/tmp$ dpkg -I mongodb-database-tools-ubuntu1604-x86_64-100.1.0.deb | grep libcom Depends: libc6, libgssapi-krb5-2, libkrb5-3, libk5crypto3, libcom-err2, libkrb5support0, libkeyutils1 vagrant@ubuntu16-xenial:/tmp$ sudo apt install libcom-err2 sudo: unable to resolve host ubuntu16-xenial Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libcom-err2 vagrant@ubuntu16-xenial:/tmp$ sudo apt install libcomerr2 Reading package lists... Done Building dependency tree Reading state information... Done libcomerr2 is already the newest version (1.42.13-1ubuntu1.2). The following packages were automatically installed and are no longer required: linux-image-4.4.0-164-generic linux-modules-4.4.0-164-generic Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. vagrant@ubuntu16-xenial:/tmp$ ########################################## ## Correct dependency and test install: ## ########################################## ## Download latest 16.04 Ubuntu MDB 4.4 DB Tools DEB: wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu1604-x86_64-100.1.0.deb ## Unpack: dpkg-deb -x mongodb-database-tools-ubuntu1604-x86_64-100.1.0.deb staging dpkg-deb --control mongodb-database-tools-ubuntu1604-x86_64-100.1.0.deb ## Remove extra hyphen: sudo nano DEBIAN/control ## Build tweaked DEB mv DEBIAN staging/ sudo dpkg -b staging mongodb-database-tools-ubuntu1604-x86_64-100.1.0-tweaked.deb ## Test local install of tweaked DEB: sudo dpkg -i mongodb-database-tools-ubuntu1604-x86_64-100.1.0-tweaked.deb