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 >
apt-get install synaptic
Reading package lists... Done
Building dependency tree
Reading state information... Done
--
snip--
Processing triggers for menu (2.1.47)...
kali >
Once
you have Synaptic installed, you can start it by entering
synaptic
at
the command line prompt or from the GUI by going to
Settings4
Synaptic
Package Manager, which should open a window like the one in Figure 4-2.
Figure 4-2: The Synaptic Package Manager interface