July 2018
Beginner
564 pages
12h 22m
English
Now that we know how to interact with the Terminal and Linux basics, we will just look at some final steps:
Let's look at the package manager in Kali Linux. We can install programs using a command called apt-get. We usually type in apt-get, and then, if we want to install something, we type apt-get install, followed by the package name (the program name). Before we do any of that, we have to update the sources; the way this ...