$type=ticker$count=12$cols=4$cate=0

How to Install & Update UNIFI via APT on Debian

Installing the Default JRE/JDK The easiest option for installing Java is using the version packaged with Debian. Specifically, this will ...

Installing the Default JRE/JDK

The easiest option for installing Java is using the version packaged with Debian. Specifically, this will install OpenJDK 8, the latest and recommended version.
First, update the package index.
  • sudo apt-get update
Next, install Java. Specifically, this command will install the Java Runtime Environment (JRE).
  • sudo apt-get install default-jre



When prompted, type y for yes to confirm the installation.
There is another default Java installation called the JDK (Java Development Kit). The JDK is usually only needed if you are going to compile Java programs or if the software that will use Java specifically requires it.
The JDK does contain the JRE, so there are no disadvantages if you install the JDK instead of the JRE, except for the larger file size.
You can install the JDK with the following command:
  • sudo apt-get install default-jdk
You now have the Java Runtime Environment or the Java Development Kit installed.

Installing the Oracle JDK

If you want to install the Oracle JDK, which is the official version distributed by Oracle, you’ll need to follow a few more steps. You’ll first need to install the software-properties-common package in order to use the apt-get-repository command. This will work to add the repository to your sources list and import the associated key.
  • sudo apt-get install software-properties-common
When prompted to confirm the installation, type y for yes.
To ensure that we get the correct source line on Debian, we’ll need to run the following command that also modifies the line:
  • sudo add-apt-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main"
Once we do that we’ll need to update:
  • sudo apt-get update
 Install and upgrade the UniFi controller.
sudo apt install unifi

COMMENTS

Name

BIND,1,Bird,1,Bird Routing Daemon,1,FreeBSD,1,Linux,2,Mail,4,UNIX-like,1,Wireless,1,ZImbra,4,
ltr
item
Linux and FreeBSD Diary: How to Install & Update UNIFI via APT on Debian
How to Install & Update UNIFI via APT on Debian
Linux and FreeBSD Diary
http://dudi.channel-11.net/2018/09/how-to-install-update-unifi-via-apt-on.html
http://dudi.channel-11.net/
http://dudi.channel-11.net/
http://dudi.channel-11.net/2018/09/how-to-install-update-unifi-via-apt-on.html
true
1562377050106029204
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content