Adding and Removing Software
41
Let’s try this out by installing Snort on your system. Enter
apt-get
install snort
as a command statement, as shown in Listing 4-2.
kali >
apt-get install snort
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
snort-doc
The following NEW packages will be installed:
snort
--
snip
--
Install these packages without verification [Y/n]?
Listing 4-2: Installing Snort with
apt-get install
The output you see tells you what is being installed. If everything looks
correct, go ahead and enter
y
when prompted, and your software installa-
tion will proceed.