

- #UNIFI CONTROLLER UBUNTU INSTALL#
- #UNIFI CONTROLLER UBUNTU UPDATE#
- #UNIFI CONTROLLER UBUNTU MANUAL#
- #UNIFI CONTROLLER UBUNTU UPGRADE#
Ubiquiti UniFi server is a centralized management system for UniFi suite of devices.Īfter the UniFi server is installed, the UniFi controller can be accessed on any Package: unifiĭepends: binutils, coreutils, adduser, libcap2, curl, Why fix Ubuntu while I can fix Unifi package!īut the idea is download package, unpack package cd /home/usernameįind DEBIAN\control file and simply remove 7-8th line from Depends section. While all good answers I've opted for different approach. Hope it explains both the reasons and the end goal.
#UNIFI CONTROLLER UBUNTU INSTALL#
So now I need to skip Unifi upgrades (i install them from dpkg directly with skip dependencies), but keep upgrading other stuff. Now since I'm already upgraded I need to keep my machine up to date. My guess is that Ubiquiti doesn't have this process automated for the remaining users so for stable release they added this dependency. To fix it, I've uninstalled Unifi, reinstalled Unifi and brought the configuration from backup and it works fine on 3.6+ mongodb.
#UNIFI CONTROLLER UBUNTU UPGRADE#
If you upgrade just like I did to 18.04 you get 3.6 which breaks Unifi. Ubiquiti with it's newest upgrade added dependency on UNIFI to mongodb 3.4. The end goal is to upgrade everything except for UNIFI and if it's not possible MongoDB. Run 'apt list -upgradable' to see apt upgrade Get:11 bionic-updates/multiverse amd64 Packages ĩ8 packages can be upgraded.

Get:10 bionic-updates/multiverse i386 Packages Get:9 bionic-updates/universe amd64 Packages Get:8 bionic-updates/universe i386 Packages Get:6 bionic-updates/main amd64 Packages
#UNIFI CONTROLLER UBUNTU MANUAL#
Is there a way to "skip" unifi and it's dependency upgrades since I already do manual upgrades of Unifi and tell apt upgrade everything else ignoring what Unifi is saying? Now while I am able to manage ugprades of Unifi (the dependency is not really strick on it) I am unable to use apt upgrade anymore for the remaining packages. Try 'apt -fix-broken install' with no packages (or specify a solution). Mongodb-org-server (< 3.6.0) but it is not installableĮ: Unmet dependencies. Mongodb-10gen (< 3.6.0) but it is not installable or Unifi : Depends: mongodb-server (< 1:3.6.0) but 1:3.6.3-0ubuntu1 is installed or The following packages have unmet dependencies:

You might want to run 'apt -fix-broken install' to correct these.
#UNIFI CONTROLLER UBUNTU UPDATE#
# - # sudo apt install -yes ca-certificates apt-transport-https # echo 'deb stable ubiquiti' | sudo tee /etc/apt//100-ubnt-unifi.list # sudo apt-key adv -keyserver -recv 06E85760C0A52C50 # wget -qO - | sudo apt-key add - # echo 'deb xenial/mongodb-org/3.4 multiverse' | sudo tee /etc/apt//mongodb-org-3.4.list # sudo apt-mark hold openjdk-11-* # sudo apt update # mongodb 3.4 dependency # wget -P /tmp # sudo apt install -yes /tmp/libssl1.0.0_1.0.2n-1ubuntu5.3_b # rm /tmp/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.I've installed Unifi on fairly unsupported machine: apt-get upgrade Which is available from the Ubuntu 20.04 main repository. # unifi has since been updated to work with mongodb-server 3.6. # Now log into # - # Previous install steps from when unifi still required mongodb-server <= 3.4. Sudo systemctl status -no-pager -full rvice rvice Sudo apt install -yes openjdk -8-jre-headless unifi Sudo wget -O /etc/apt//unifi-repo.gpg https: //dl.ui.com/unifi/unifi-repo.gpg Sudo apt install -yes apt-transport-httpsĮcho 'deb stable ubiquiti' | sudo tee /etc/apt/sources. # Thanks to for posting the updated install steps. # As tested on a fresh install of ubuntu-20.04.1-live-server, August 22nd 2020. # Install Ubiquiti Unifi Controller on Ubuntu 20.04.
