Dependency Problem With Mongo When Installing UnifiHow to fix sources list to get the MongoDB packagesHow...
How is the wildcard * interpreted as a command?
Good for you! in Russian
Dropdown com clique
What are some noteworthy "mic-drop" moments in math?
Was Luke Skywalker the leader of the Rebel forces on Hoth?
Can one live in the U.S. and not use a credit card?
How to detect if C code (which needs 'extern C') is compiled in C++
Single word request: Harming the benefactor
Find longest word in a string: are any of these algorithms good?
Plausibility of Mushroom Buildings
Difference on montgomery curve equation between EFD and RFC7748
How to draw cubes in a 3 dimensional plane
Filtering SOQL results with optional conditionals
Recommendation letter by significant other if you worked with them professionally?
Error during using callback start_page_number in lualatex
Declaring and defining template, and specialising them
weren't playing vs didn't play
Does the nature of the Apocalypse in The Umbrella Academy change from the first to the last episode?
Intuition behind counterexample of Euler's sum of powers conjecture
They call me Inspector Morse
What wound would be of little consequence to a biped but terrible for a quadruped?
How to write ı (i without dot) character in pgf-pie
Signed and unsigned numbers
Do f-stop and exposure time perfectly cancel?
Dependency Problem With Mongo When Installing Unifi
How to fix sources list to get the MongoDB packagesHow should I start MongoDB on a NUMA machine?juju hangs when connecting to mongoUnable to install mongodbUsing apt-get to install always fails referencing MongoDB not startingCan I use 14.04 MongoDB Packages with 16.04?Package installed correctly (?), but keeps showing up as to-updateHow to install MongoDB 3.0 in Ubuntu 18How can I install both curl (depending on libcurl4) and mongodb (depending on libcurl3)?
I'm trying to install the Unifi software on Ubuntu 18.04. The guide I'm following is from the developers of Unifi in the link below:
https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-and-Update-via-APT-on-Debian-or-Ubuntu
The problem I've got is that I get numerous dependency problems when trying to install the software. In the guide, I get to the point where I run the command below when I run into errors:
$ sudo apt install unifi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
unifi : Depends: mongodb-server (< 1:3.6.0) but 1:3.6.3-0ubuntu1 is to be installed or
mongodb-10gen (< 3.6.0) but it is not installable or
mongodb-org-server (< 3.6.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
server@Server:~$ sudo apt remove unifi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'unifi' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
I've tried purging and removing anything and everything to do with mongodb and I still get this same problem at the end. Need some advice on how to get this fixed.
mongodb
add a comment |
I'm trying to install the Unifi software on Ubuntu 18.04. The guide I'm following is from the developers of Unifi in the link below:
https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-and-Update-via-APT-on-Debian-or-Ubuntu
The problem I've got is that I get numerous dependency problems when trying to install the software. In the guide, I get to the point where I run the command below when I run into errors:
$ sudo apt install unifi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
unifi : Depends: mongodb-server (< 1:3.6.0) but 1:3.6.3-0ubuntu1 is to be installed or
mongodb-10gen (< 3.6.0) but it is not installable or
mongodb-org-server (< 3.6.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
server@Server:~$ sudo apt remove unifi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'unifi' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
I've tried purging and removing anything and everything to do with mongodb and I still get this same problem at the end. Need some advice on how to get this fixed.
mongodb
add a comment |
I'm trying to install the Unifi software on Ubuntu 18.04. The guide I'm following is from the developers of Unifi in the link below:
https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-and-Update-via-APT-on-Debian-or-Ubuntu
The problem I've got is that I get numerous dependency problems when trying to install the software. In the guide, I get to the point where I run the command below when I run into errors:
$ sudo apt install unifi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
unifi : Depends: mongodb-server (< 1:3.6.0) but 1:3.6.3-0ubuntu1 is to be installed or
mongodb-10gen (< 3.6.0) but it is not installable or
mongodb-org-server (< 3.6.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
server@Server:~$ sudo apt remove unifi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'unifi' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
I've tried purging and removing anything and everything to do with mongodb and I still get this same problem at the end. Need some advice on how to get this fixed.
mongodb
I'm trying to install the Unifi software on Ubuntu 18.04. The guide I'm following is from the developers of Unifi in the link below:
https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-and-Update-via-APT-on-Debian-or-Ubuntu
The problem I've got is that I get numerous dependency problems when trying to install the software. In the guide, I get to the point where I run the command below when I run into errors:
$ sudo apt install unifi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
unifi : Depends: mongodb-server (< 1:3.6.0) but 1:3.6.3-0ubuntu1 is to be installed or
mongodb-10gen (< 3.6.0) but it is not installable or
mongodb-org-server (< 3.6.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
server@Server:~$ sudo apt remove unifi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'unifi' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
I've tried purging and removing anything and everything to do with mongodb and I still get this same problem at the end. Need some advice on how to get this fixed.
mongodb
mongodb
asked Jan 25 at 20:26
john smithjohn smith
1,06642040
1,06642040
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I am having the same issue, which is the mongodb-server has to be LESS than 3.6.0 and Ubuntu 18.04 only has the 3.6.3 version to install.
I believe these instructions should work for you, which adds sources to install an "older" version of mongodb-server and the unifi controller:
https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-Update-via-APT-on-Debian-or-Ubuntu
At least it worked for me.
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112902%2fdependency-problem-with-mongo-when-installing-unifi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I am having the same issue, which is the mongodb-server has to be LESS than 3.6.0 and Ubuntu 18.04 only has the 3.6.3 version to install.
I believe these instructions should work for you, which adds sources to install an "older" version of mongodb-server and the unifi controller:
https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-Update-via-APT-on-Debian-or-Ubuntu
At least it worked for me.
New contributor
add a comment |
I am having the same issue, which is the mongodb-server has to be LESS than 3.6.0 and Ubuntu 18.04 only has the 3.6.3 version to install.
I believe these instructions should work for you, which adds sources to install an "older" version of mongodb-server and the unifi controller:
https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-Update-via-APT-on-Debian-or-Ubuntu
At least it worked for me.
New contributor
add a comment |
I am having the same issue, which is the mongodb-server has to be LESS than 3.6.0 and Ubuntu 18.04 only has the 3.6.3 version to install.
I believe these instructions should work for you, which adds sources to install an "older" version of mongodb-server and the unifi controller:
https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-Update-via-APT-on-Debian-or-Ubuntu
At least it worked for me.
New contributor
I am having the same issue, which is the mongodb-server has to be LESS than 3.6.0 and Ubuntu 18.04 only has the 3.6.3 version to install.
I believe these instructions should work for you, which adds sources to install an "older" version of mongodb-server and the unifi controller:
https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-Update-via-APT-on-Debian-or-Ubuntu
At least it worked for me.
New contributor
New contributor
answered 8 mins ago
boards188boards188
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112902%2fdependency-problem-with-mongo-when-installing-unifi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown