How To Install kali-linux-nethunter on Kali Linux
Introduction
In this tutorial we learn how to install kali-linux-nethunter on Kali Linux.
What is kali-linux-nethunter
kali-linux-nethunter is:
This is Kali Linux, the most advanced penetration testing and security auditing distribution.
This metapackage depends on all the applications that a Kali Linux NetHunter system should have installed.
There are three methods to install kali-linux-nethunter on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install kali-linux-nethunter Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install kali-linux-nethunter using apt-get by running the following command:
sudo apt-get -y install kali-linux-nethunterInstall kali-linux-nethunter Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install kali-linux-nethunter using apt by running the following command:
sudo apt -y install kali-linux-nethunterInstall kali-linux-nethunter Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install kali-linux-nethunter using aptitude by running the following command:
sudo aptitude -y install kali-linux-nethunterHow To Uninstall kali-linux-nethunter on Kali Linux
To uninstall only the kali-linux-nethunter package we can use the following command:
sudo apt-get remove kali-linux-nethunterUninstall kali-linux-nethunter And Its Dependencies
To uninstall kali-linux-nethunter and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove kali-linux-nethunterRemove kali-linux-nethunter Configurations and Data
To remove kali-linux-nethunter configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge kali-linux-nethunterRemove kali-linux-nethunter configuration, data, and all of its dependencies
We can use the following command to remove kali-linux-nethunter configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge kali-linux-nethunterDependencies
kali-linux-nethunter have the following dependencies:
- kali-defaults
- kali-themes
- kali-wallpapers-2019.4
- qt5ct
- xfce4
- xfce4-goodies
- xfce4-places-plugin
- aircrack-ng
- apache2
- armitage
- autossh
- backdoor-factory
- beef-xss
- burpsuite
- dbus-x11
- dbd
- device-pharmer
- dnsmasq
- bind9-dnsutils
- dsniff
- ettercap-text-only
- exploitdb
- florence
- gpsd
- hostapd
- isc-dhcp-server
- iw
- kismet
- kismet-plugins
- libffi-dev
- libssl-dev
- macchanger
- mdk3
- metasploit-framework
- mfoc
- mitmproxy
- nethunter-utils
- nishang
- nmap
- openssh-server
- openvpn
- p0f
- php
- pixiewps
- postgresql
- ptunnel
- python3-dnspython
- python3-lxml
- python3-m2crypto
- python3-mako
- python3-netaddr
- python3-pcapy
- python3-pip
- python3-setuptools
- python3-twisted
- recon-ng
- rfkill
- socat
- sox
- sqlmap
- sslsplit
- tcpdump
- tcptrace
- tigervnc-standalone-server
- tinyproxy
- tshark
- wifite
- wipe
- wireshark
- wpasupplicant
- zip
References
Summary
In this tutorial we learn how to install kali-linux-nethunter package on Kali Linux using different package management tools: apt, apt-get and aptitude.