Problem on mongodb install, system says “broken pipe” [duplicate]dpkg error: “trying to overwrite file, which is also in…”Packages have unmet dependencies on 18.04 upon mongodb installHow do I install 32-bit libraries when they keep having uninstallable dependencies?Package management system corrupted. Cannot install or remove packages. U12.04LTSCan not install pymol because I cannot install libfreetype6-devUnable to update ebtables on WSL
Should I perform my first oil change at 1000 miles, or when the manual says?
Gradient, Divergence and Curl
Should a soda bottle be stored horizontally or vertically?
How many times, are they multiples?
Name for geostationary orbit around another planet
What would happen if the Queen died immediately before a general election?
Angled cuts without miter saw or miter box?
Bitcoin sent, recipient claiming not received
Encrypting email addresses in php
Why are the Londoners so excited in the hunt without feeling the horror of war?
How to test whether a correlation is equal to 1?
Why does the takeoff N1 limit start to decrease below 30°C OAT?
How does a Mandalorian eat food if he never takes his helmet off?
Relinquishing Green card at CA/Mexico border
Are there any surviving Ancient Greek letters (epistolary)?
Harmonic sums and elementary number theory
Are there fundamental problems with this guideline for estimating the rarity of home-brewed Magic Items?
Learn university maths or train for high school competitions: which is better?
Is there any specific reason why Delta Air Lines doesn't have its own callsign?
One of my friends deposited £42 into my account that he had borrowed previously. Will it affect my UK visa application?
Germany's Ladenschlussgesetz in comparison to Israel's business laws about the Sabbath
Fishy: An ASCII Programming Language
Could a technologically advanced society exist as a feudal monarchy?
Where is the Windows license key on win 10?
Problem on mongodb install, system says “broken pipe” [duplicate]
dpkg error: “trying to overwrite file, which is also in…”Packages have unmet dependencies on 18.04 upon mongodb installHow do I install 32-bit libraries when they keep having uninstallable dependencies?Package management system corrupted. Cannot install or remove packages. U12.04LTSCan not install pymol because I cannot install libfreetype6-devUnable to update ebtables on WSL
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
This question already has an answer here:
dpkg error: “trying to overwrite file, which is also in…”
4 answers
Packages have unmet dependencies on 18.04 upon mongodb install
2 answers
$ sudo apt-get install mongodb-org-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapparmor1:i386 libargon2-1:i386 libavahi-common-data:i386
libboost-program-options1.67.0 libcap2:i386 libffi6:i386 libgck-1-0:i386
libgcr-base-3-1:i386 libglib2.0-0:i386 libgmp10:i386 libgoogle-perftools4
libhogweed4:i386 libidn11:i386 libip4tc0:i386 libjson-c3:i386 libkmod2:i386
libnettle6:i386 libp11-kit0:i386 libpcrecpp0v5 libsecret-1-0:i386
libsnappy1v5 libssl1.1:i386 libtasn1-6:i386 libtcmalloc-minimal4
libudisks2-0:i386 libyaml-cpp0.6 mongo-tools
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
mongodb-org-tools
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 0 B/41.1 MB of archives.
After this operation, 111 MB of additional disk space will be used.
(Reading database ... 173939 files and directories currently installed.)
Preparing to unpack .../mongodb-org-tools_4.2.0_amd64.deb ...
Unpacking mongodb-org-tools (4.2.0) ...
dpkg: error processing archive /var/cache/apt/archives/mongodb-org-tools_4.2.0_amd64.deb (--unpack):
trying to overwrite '/usr/bin/bsondump', which is also in package mongo-tools 3.6.3-0ubuntu1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/mongodb-org-tools_4.2.0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
software-installation
marked as duplicate by Eliah Kagan, karel, Zanna, user535733, Community♦ Sep 26 at 12:01
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment
|
This question already has an answer here:
dpkg error: “trying to overwrite file, which is also in…”
4 answers
Packages have unmet dependencies on 18.04 upon mongodb install
2 answers
$ sudo apt-get install mongodb-org-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapparmor1:i386 libargon2-1:i386 libavahi-common-data:i386
libboost-program-options1.67.0 libcap2:i386 libffi6:i386 libgck-1-0:i386
libgcr-base-3-1:i386 libglib2.0-0:i386 libgmp10:i386 libgoogle-perftools4
libhogweed4:i386 libidn11:i386 libip4tc0:i386 libjson-c3:i386 libkmod2:i386
libnettle6:i386 libp11-kit0:i386 libpcrecpp0v5 libsecret-1-0:i386
libsnappy1v5 libssl1.1:i386 libtasn1-6:i386 libtcmalloc-minimal4
libudisks2-0:i386 libyaml-cpp0.6 mongo-tools
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
mongodb-org-tools
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 0 B/41.1 MB of archives.
After this operation, 111 MB of additional disk space will be used.
(Reading database ... 173939 files and directories currently installed.)
Preparing to unpack .../mongodb-org-tools_4.2.0_amd64.deb ...
Unpacking mongodb-org-tools (4.2.0) ...
dpkg: error processing archive /var/cache/apt/archives/mongodb-org-tools_4.2.0_amd64.deb (--unpack):
trying to overwrite '/usr/bin/bsondump', which is also in package mongo-tools 3.6.3-0ubuntu1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/mongodb-org-tools_4.2.0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
software-installation
marked as duplicate by Eliah Kagan, karel, Zanna, user535733, Community♦ Sep 26 at 12:01
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment
|
This question already has an answer here:
dpkg error: “trying to overwrite file, which is also in…”
4 answers
Packages have unmet dependencies on 18.04 upon mongodb install
2 answers
$ sudo apt-get install mongodb-org-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapparmor1:i386 libargon2-1:i386 libavahi-common-data:i386
libboost-program-options1.67.0 libcap2:i386 libffi6:i386 libgck-1-0:i386
libgcr-base-3-1:i386 libglib2.0-0:i386 libgmp10:i386 libgoogle-perftools4
libhogweed4:i386 libidn11:i386 libip4tc0:i386 libjson-c3:i386 libkmod2:i386
libnettle6:i386 libp11-kit0:i386 libpcrecpp0v5 libsecret-1-0:i386
libsnappy1v5 libssl1.1:i386 libtasn1-6:i386 libtcmalloc-minimal4
libudisks2-0:i386 libyaml-cpp0.6 mongo-tools
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
mongodb-org-tools
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 0 B/41.1 MB of archives.
After this operation, 111 MB of additional disk space will be used.
(Reading database ... 173939 files and directories currently installed.)
Preparing to unpack .../mongodb-org-tools_4.2.0_amd64.deb ...
Unpacking mongodb-org-tools (4.2.0) ...
dpkg: error processing archive /var/cache/apt/archives/mongodb-org-tools_4.2.0_amd64.deb (--unpack):
trying to overwrite '/usr/bin/bsondump', which is also in package mongo-tools 3.6.3-0ubuntu1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/mongodb-org-tools_4.2.0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
software-installation
This question already has an answer here:
dpkg error: “trying to overwrite file, which is also in…”
4 answers
Packages have unmet dependencies on 18.04 upon mongodb install
2 answers
$ sudo apt-get install mongodb-org-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapparmor1:i386 libargon2-1:i386 libavahi-common-data:i386
libboost-program-options1.67.0 libcap2:i386 libffi6:i386 libgck-1-0:i386
libgcr-base-3-1:i386 libglib2.0-0:i386 libgmp10:i386 libgoogle-perftools4
libhogweed4:i386 libidn11:i386 libip4tc0:i386 libjson-c3:i386 libkmod2:i386
libnettle6:i386 libp11-kit0:i386 libpcrecpp0v5 libsecret-1-0:i386
libsnappy1v5 libssl1.1:i386 libtasn1-6:i386 libtcmalloc-minimal4
libudisks2-0:i386 libyaml-cpp0.6 mongo-tools
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
mongodb-org-tools
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 0 B/41.1 MB of archives.
After this operation, 111 MB of additional disk space will be used.
(Reading database ... 173939 files and directories currently installed.)
Preparing to unpack .../mongodb-org-tools_4.2.0_amd64.deb ...
Unpacking mongodb-org-tools (4.2.0) ...
dpkg: error processing archive /var/cache/apt/archives/mongodb-org-tools_4.2.0_amd64.deb (--unpack):
trying to overwrite '/usr/bin/bsondump', which is also in package mongo-tools 3.6.3-0ubuntu1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/mongodb-org-tools_4.2.0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
This question already has an answer here:
dpkg error: “trying to overwrite file, which is also in…”
4 answers
Packages have unmet dependencies on 18.04 upon mongodb install
2 answers
software-installation
software-installation
edited Sep 26 at 9:59
Eliah Kagan
96.4k25 gold badges259 silver badges415 bronze badges
96.4k25 gold badges259 silver badges415 bronze badges
asked Sep 26 at 9:56
Pratik HolePratik Hole
1
1
marked as duplicate by Eliah Kagan, karel, Zanna, user535733, Community♦ Sep 26 at 12:01
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Eliah Kagan, karel, Zanna, user535733, Community♦ Sep 26 at 12:01
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Eliah Kagan, karel, Zanna, user535733, Community♦ Sep 26 at 12:01
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment
|
add a comment
|
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes