Adding and Removing Software
45
sources, you can then install Oracle Java 8 with the
apt-get install oracle
-java8-installer
command. At the time of writing, you would need to add
the following repository locations to
sources.list in order to add the necessary
repositories:
deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main
Using a GUI-based Installer
Newer versions of Kali no longer include a GUI-based software installation
tool, but you can always install one with the
apt-get
command. The two
most common GUI-based installation tools are Synaptic and Gdebi. Let’s
install Synaptic and use it to install our Snort package:
kali >