How To Install kali-linux-large on Kali Linux
Introduction
In this tutorial we learn how to install kali-linux-large on Kali Linux.
What is kali-linux-large
kali-linux-large is:
This is Kali Linux, the most advanced penetration testing and security auditing distribution.
This metapackage installs the applications which are included by default in official Kali Linux images and adds many more on top of those.
There are three methods to install kali-linux-large 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-large 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-large using apt-get by running the following command:
sudo apt-get -y install kali-linux-largeInstall kali-linux-large Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install kali-linux-large using apt by running the following command:
sudo apt -y install kali-linux-largeInstall kali-linux-large 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-large using aptitude by running the following command:
sudo aptitude -y install kali-linux-largeHow To Uninstall kali-linux-large on Kali Linux
To uninstall only the kali-linux-large package we can use the following command:
sudo apt-get remove kali-linux-largeUninstall kali-linux-large And Its Dependencies
To uninstall kali-linux-large and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove kali-linux-largeRemove kali-linux-large Configurations and Data
To remove kali-linux-large configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge kali-linux-largeRemove kali-linux-large configuration, data, and all of its dependencies
We can use the following command to remove kali-linux-large configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge kali-linux-largeDependencies
kali-linux-large have the following dependencies:
- kali-linux-core
- kali-linux-default
- 0trace
- afflib-tools
- amap
- apache-users
- apktool
- armitage
- arpwatch
- asleap
- backdoor-factory
- bed
- beef-xss
- bluelog
- blueranger
- bluesnarfer
- braa
- btscanner
- bytecode-viewer
- cabextract
- chirp
- cisco-auditing-tool
- cisco-global-exploiter
- cisco-ocs
- cisco-torch
- cloud-enum
- cmospwd
- code-oss
- copy-router-config
- cowpatty
- cymothoa
- darkstat
- dbeaver
- dc3dd
- dcfldd
- ddrescue
- dex2jar
- dhcpig
- dnsmap
- dnstracer
- dnswalk
- doona
- dotdotpwn
- dradis
- driftnet
- dsniff
- dumpzilla
- eapmd5pass
- enumiax
- ettercap-graphical
- ewf-tools
- extundelete
- fcrackzip
- fiked
- foremost
- fragrouter
- framework2
- ftester
- galleta
- ghidra
- gobuster
- hackrf
- hamster-sidejack
- hexinject
- httrack
- iaxflood
- intrace
- inviteflood
- irpas
- jadx
- javasnoop
- jboss-autopwn
- johnny
- joomscan
- jsql-injection
- kismet-logtools
- libfindrtp
- libfreefare-bin
- libhivex-bin
- libnfc-bin
- lynis
- mdbtools
- mdk3
- medusa
- memdump
- mercurial
- mfcuk
- mfoc
- mfterm
- missidentify
- ncat-w32
- netwag
- nipper-ng
- nishang
- ohrwurm
- ollydbg
- oscanner
- p0f
- pack
- padbuster
- paros
- pasco
- perl-cisco-copyconfig
- pev
- photon
- plecost
- polenum
- protos-sip
- pst-utils
- rainbowcrack
- rcracki-mt
- recoverjpeg
- redfang
- reglookup
- regripper
- rifiuti
- rifiuti2
- rtpbreak
- rtpflood
- rtpinsertsound
- rtpmixsound
- safecopy
- sctpscan
- seclists
- sfuzz
- sidguesser
- siege
- siparmyknife
- sipcrack
- sipp
- sipvicious
- smali
- smtp-user-enum
- sniffjoke
- spectools
- sqldict
- sqlninja
- sqlsus
- sslsniff
- subversion
- sucrack
- t50
- termineter
- tftpd32
- thc-ssl-dos
- tlssled
- tnscmd10g
- truecrack
- twofi
- unicornscan
- uniscan
- urlcrazy
- vinetto
- wapiti
- webacoo
- webscarab
- wifi-honey
- xprobe
- xspy
- xsser
- yersinia
- zim
- cgpt
- chkrootkit
- edb-debugger
- gdb
- mc
- powershell
- tcpflow
- vim-gtk
- zerofree
References
Summary
In this tutorial we learn how to install kali-linux-large package on Kali Linux using different package management tools: apt, apt-get and aptitude.