Hey guys, update: I managed to solve the problem with changing the bootorder in the Boot Menu of the BIOS/UEFI - moving up the USB boot over the boot menu. The following steps of in the installing process worked out so far and will to try to get familiar with the environment now. Thank you. Sta… Answer from StareDog on forum.freecodecamp.org
🌐
Kali Linux
kali.org › docs › installation › hard-disk-install
Installing Kali Linux | Kali Linux Documentation
June 19, 2025 - Installing Kali Linux (single boot) on your computer is an easy process. This guide will cover the basic install (which can be done on bare metal or guest VM), with the option of encrypting the partition. At times, you may have sensitive data you would prefer to encrypt using Full Disk Encryption ...
🌐
Kali Linux
kali.org › get-kali
Get Kali | Kali Linux
June 20, 2025 - Quick and easy access to a full Kali install. Your Kali, always with you, without altering the host OS, plus allows you to benefit from hardware access. Access to the Kali toolset through the WSL framework ... Windows Subsystem for Linux (WSL) is included out of the box with modern Windows.
Discussions

Kali Linux Installation via USB
Hey guys, I try to install Kali Linux with the guidance of this manual. Where I struggle is Step 3. I disabled the secure boot but I don’t get the step in how to boot from the USB Stick. The steps that might be wrong went wrong are partition scheme. I chose GPT which should be fine given ... More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
1
0
November 25, 2024
How To Install Kali Linux

Another pointless tutorial.

If you are so new as to need instructions then Kali is not for you.

More on reddit.com
🌐 r/linux
6
0
March 23, 2016
How to install kali linux on windows system
I am unable to install kali linux in windows system. I can share my system. More on learn.microsoft.com
🌐 learn.microsoft.com
3
0
Kali Linux Installation - Apple Community
If you want to use Linux on the ... off installing Linux into a Virtual Machine (VM). Here are few articles regarding the state of Linux support of the 2016-2020 Intel USB-C Macs: ... Hello and welcome. Do you have a question related to running a Linux x86-64 build on a Mac with either Intel or Apple silicon hardware? ... I have macbook air 2020 with intel chip and i am struggling to get kali or any linux ... More on discussions.apple.com
🌐 discussions.apple.com
🌐
Kali Linux
kali.org › docs › installation
Installation | Kali Linux Documentation
June 19, 2025 - Installing Kali Linux on desktops & laptops using ".ISO" files (x64/x86)
Top answer
1 of 2
1
  1. Add Kali Linux Repositories to Ubuntu:

echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" | sudo tee /etc/apt/sources.list.d/kali.list

2.Add Kali GPG Key:

wget -q -O - https://archive.kali.org/archive-key.asc | sudo apt-key add -

3.Update APT package list: sudo apt update

4.Install Specific Kali Tools: sudo apt install amass

If you only want to install a few tools and avoid potential future conflicts, you can remove the Kali repositories after installing the tools:

Remove Kali Repositories After Installation (Optional):

sudo rm /etc/apt/sources.list.d/kali.list

Update APT: sudo apt update

I will also provide some additional options:

1)Using snap to Install Tools

Some tools can be installed via snap, which is a universal package manager:

Install using snap: `sudo snap install amass --classic`

2)Use Katoolin:

Katoolin is a script that simplifies the process of installing Kali Linux tools on Ubuntu: Install Katoolin: sudo apt install python3 python3-pip

sudo pip3 install katoolin

Run Katoolin: sudo katoolin

Follow the on-screen instructions to install categories of tools.

2 of 2
1

Amass in-depth DNS enumeration and network mapping tool can be installed without enabling any potentially unsafe additional repositories by installing the amass snap package with the following command.

sudo snap install amass

To start Amass from the terminal type the command amass

Subcommands: 

    amass intel - Discover targets for enumerations
    amass enum  - Perform enumerations and network mapping
    amass viz   - Visualize enumeration results
    amass track - Track differences between enumerations
    amass db    - Manipulate the Amass graph database

The OWASP Amass Project has developed a tool to help information security professionals perform network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.

For general information about installing other Kali Linux tools in Ubuntu refer to Proper Installation of Kali linux tools in Ubuntu. If you don't need to install too many Kali Linux tools, check first if the software that you are trying to install is included in the default Ubuntu software repositories and read the warning at LionSec / katoolin GitHub webpage.

🌐
Reddit
reddit.com › r/linux › how to install kali linux
r/linux on Reddit: How To Install Kali Linux
March 23, 2016 - Please also check out: https://lemmy.ml/c/linux and Kbin.social/m/Linux Please refrain from posting help requests here, cheers. ... Another pointless tutorial. If you are so new as to need instructions then Kali is not for you. ... that article is simply a collection of screenshots of the installer.
🌐
Microsoft Learn
learn.microsoft.com › en-au › answers › questions › 1574815 › how-to-install-kali-linux-on-windows-system
How to install kali linux on windows system - Microsoft Q&A
Based on my researching, you can download VirtualBox and download the ready-to-use virtual image of Kali Linux, then you can install kali Linux on your Windows system.
Find elsewhere
🌐
Quora
quora.com › How-can-I-install-Kali-Linux-and-make-it-the-only-operating-system-on-the-laptop
How to install Kali Linux and make it the only operating system on the laptop - Quora
Answer (1 of 3): Reading the docs is better than asking here, for in here you might get less than useful answers. But primarily, because when after reading the docs and having question, the questions you ask will be obviously more informed, and that leads to more knowledgable people choosing to a...
🌐
Kali Linux
kali.org › docs › usb › live-usb-install-with-linux
Making a Kali Bootable USB Drive (Linux) | Kali Linux Documentation
December 22, 2025 - Choose the Kali Linux ISO file to be imaged with “select image” and verify that the USB drive to be overwritten is the correct one. Click the “Flash!” button once ready. Once Etcher alerts you that the image has been flashed, you can safely remove the USB drive. You can now boot into a Kali Live / Installer environment using the USB device.
🌐
Apple Community
discussions.apple.com › thread › 254971793
Kali Linux Installation - Apple Community
VirtualBox "technically" supports it, but it's a developer preview. It's bound to have errors, so my guess it might not be your ISO, but VirtualBox. I would recommend downloading the ISO from the official Kali Linux website and you should be all set.
Top answer
1 of 4
27

Introduction

Katoolin is a collection of scripts for automating the installation of Kali linux tools in different platforms other than Kali linux, and installing Kali linux tools with Katoolin in other OSs or Windows Subsystem for Linux is always less secure than installing the same tools in Kali Linux. Kali Linux is named after the Hindu goddess of destruction which should give the user some indication that even Kali Linux itself is risky and difficult to manage, especially for new users.

Katoolin draws its tools from a variety of sources including apt and GitHub. Katoolin doesn't know anything about the platform that it is running on, so the safest way to use Katoolin is to install each tool the hard way one tool at a time, checking each time to see if that tool is included in the default Ubuntu repositories and if so installing it that way instead. When the installation is finished, the software sources that were added by Katoolin should be immediately disabled in order to prevent Katoolin from replacing packages that were installed from the default Ubuntu repositories with its own updated packages whenever Ubuntu software is updated.


Installation of Kali linux tools

(Re)install Katoolin as follows:

  1. Open the terminal and type:

    sudo apt install git  
    git clone https://github.com/LionSec/katoolin.git && sudo cp katoolin/katoolin.py /usr/bin/katoolin  
    
  2. Make /usr/bin/katoolin executable.

    sudo chmod +x /usr/bin/katoolin  
    
  3. Run Katoolin as follows and you will see the Katoolin interface:

    cd /usr/bin/
    sudo ./katoolin   
    


    View the categories of available software in katoolin interface

Press 0 to install all Kali linux tools.

When you go to View Categories and then enter 0 for all, the installer will immediately return to where you were. Scroll up, and you'll see that a number of the packages can't be found. Those packages are no longer maintained or have been removed from the Kali repositories. Even with this issue, you'll still find a lot of the Kali software available for installation.

So the best option is to install Kali linux tools in a series of distinct steps. Just like if you want to install Forensic tools on your system, then choose its option from the category and then type 0 to install all forensics tools. If this still doesn't work, then you have to install whatever forensic tools that can be installed one package at a time.

This is why the Katoolin interface sometimes hangs when you try to install all of the Kali linux tools at once. Take the time of waiting for the server to respond to a request for a package that is not available and multiply it by how many unavailable Kali linux tools there are in the Katoolin repositories.

If you wish to go back to the main menu, type gohome in your katoolin interface. Now select the option 3 or 4 to install either the classicmenu indicator or the Kali menu. Press the y key to continue and then press Enter to start its setup.

Once you are done with installation of Kali tools using katoolin, you can quit by pressing the keyboard combination Ctrl+C and you will see the goodbye message.

shutdown requested....Goodbye...

Credit for the above text block goes to Kashif at How To Install Kali Linux Tools On Ubuntu 16 And CentOS 7 with my additions italicized.


Warning about updates after installing Kali linux tools

The LionSec Katoolin GitHub webpage clearly warns Katoolin users to be careful when updating software.

Before updating your system, please remove all Kali-linux repositories to avoid any kind of problem.

2 of 4
3

After using katoolin and adding the repositories , its safe to run sudo apt-get update, but do not use apt-get upgrade if you do, your gnome and desktop will fail to start.

In katoolin :

  1. Add kali repositories & Update

  2. Update your apt-get by katoolin or your terminal

Install all the tools you want, after that do the cleaning by removing kali repos from your sources.list and apt-key.

If any error occurs, it comes from the sources.list, meaning the package or tool is not designed/available for your Linux architecture or katoolin itself has to be updated, because repositories were changed by the owner.

Advice:

  1. Keep in touch with katoolin developers.

  2. Install aptitude:

    sudo apt-get install aptitude
    

    then do a search for the requirements of the package candidates, for example:

    aptitude search "?provides(wine)"
    

    read more about aptitude: What is the difference between dpkg and aptitude/apt-get?

  3. Read about the difference between unable to locate package & no candidates: What does Package <package> has no installation candidate mean?

There is a step by step solution that avoids crashes here: Can I install Kali tools on Ubuntu?

🌐
Medium
medium.com › macoclock › machow-to-install-kali-linux-on-an-m1-mac-for-free-cffdb9916050
How to install Kali Linux on an M1 Mac for free | by Keith Myers | Mac O’Clock | Medium
March 2, 2022 - Go to www.kali.org and hit download from the front page. You’ll then be presented with lots of different download options as Kali can run on a wide variety of different platforms.
🌐
Kali Linux
kali.org › tools › kali-meta
kali-meta | Kali Linux Tools
2 days ago - Kali’s default toolset This metapackage depends on all the applications that are included in the default official Kali Linux images. Installed size: 13 KB How to install: sudo apt install kali-linux-default
🌐
Kali Linux
kali.org › docs › installation › hard-disk-install-on-mac
Installing Kali on Mac Hardware | Kali Linux Documentation
June 19, 2025 - Installing Kali Linux (Single boot) on Apple Mac hardware (such as MacBook/MacBook Pro/MacBook Airs/iMacs/iMacs Pros/Mac Pro/Mac Minis), can be a straight forward, if the hardware is supported. Most of the time, there are a few issues that come up, so there is a bit of trial and error. This guide will show you how to ...
🌐
Microsoft Store
apps.microsoft.com › detail › 9pkr34tncv07
Kali Linux - Free download and install on Windows | Microsoft Store
December 21, 2025 - The Kali for Windows application allows one to install and run the Kali Linux open-source penetration testing distribution natively, from the Windows 10 OS. To launch the Kali shell, type "kali" on the command prompt, or click on the Kali tile in the Start Menu.
🌐
Linux.org
linux.org › home › forums › general linux forums › distribution specific › kali linux
How to install kali linux tools | Linux.org
May 16, 2020 - Click to expand... How to install this metapackage type, all? ... sudo apt install kali-linux-all If you either don't know how to install an application or don't know how to find out for yourself how to install an application then Kali Linux is probably too difficult for you.
🌐
Reddit
reddit.com › r/kalilinux › first timer..... (and a new install?)
r/Kalilinux on Reddit: First timer..... (and a new install?)
November 15, 2023 -

I have never used/seen Kali linux OS before..

I do have an older laptop, that just sits, and have been thinking about using that to install the latest Kali OS.

  • Anything to note/do BEFORE the install to the old PC? (already been formatted/back to default)

  • Anything to make note of WHILE installing Kali Linux OS on this new PC? Is this a no-input install? or does it prompt for questions/answers/input?

  • Once install is complete? What is the first things users should do WITH the OS? Updates? Additional (not installed by OS default) installs?

  • Where to start learning 'cool' things.. (if they are not interesting/fun.. then probably wont be that motivated to step into this world... once 'motivated' then for sure the time of long reading/playing/testing)

Mostly a web developer background. Little Arduino/RPi electronics background.

Probably focus on phone and website stuff mostly?

Appreciate all genuine feedback.

Thanks!

----------------------------------

Update: If people wanna be jerks and down vote for no reason.. or shame/talk smack.. just dont respond at all.. (nobody forces you to POST anything). Nothing is helpful in that aspect. If something is wrong/not right.. then be helpful and provide a path to a solution.

More and more down votes... tons of little cry babies. here? WOW.. Never would have though so in this sub.

Feel free to keep down voting EVERYTHING.. makes you guys look GREAT! (and makes total sense) (eye roll)

Top answer
1 of 4
10
You're complaining about downvotes and people not being helpful. Multiple people in this thread HAVE been helpful, youre just not hearing their advice. The downvotes you're bringing on yourself with your response. The generally advice here has been: Try learning the basics of Linux with something more friendly before jumping to an 'advanced' distro If you're really dead set on using Kali, it shouldn't be used on baremetal (ie directly on your device) but rather in a virtual machine hosted on your device - this is recommended best practice for all users. Why are these the recommendations? Well, as others have stated - Kali isn't 'secure' out of the box. It's meant to be pen tested, and to pen test. This means it removes a lot of safeguards beginners rely on. Having a system like that on your home network is like leaving the keys in your car in a sketchy neighborhood. It's also not beginner friendly. Personally I don't even recommend running Kali with a GUI - I say run it headless/through the CLI. The GUI version of tools are often limiting. And mucking around with things like drivers is a nightmare. If you're interested in pen testing, learning basic networking is probably going to be your first step. Many of the cool tools in Kali center around these basic concepts, without understanding them you're just throwing stuff at a wall to see what sticks. Which leads us to why Kali? When most every tool and task can be done with a distro like Ubuntu or Debian...as that's what Kali is built on. There are (afaik) no packages that are unique to Kali alone as all these distros use apt or pip. The only real reason to use kali is to 1) have a purposefully unsafe system out of the box 2) have all the tools included in the iso vs quickly installing them yourself. So I'll echo everyone's sentiment here. Kali is just going to make your projects (which you haven't actually defined for us) harder than using another distro. If you really want to use it, by all means, you're welcome to. Just recommend doing it in a VM onto of any other operating system.
2 of 4
8
Get comfortable with Ubuntu or Debian first, then read about a feature you want to explore in Kali, install that in a VM, and get to work. You're just not going to get very far with it if you're not used to working on a linux system in general
🌐
Quora
quora.com › How-do-I-download-and-install-Kali-Linux
How to download and install Kali Linux - Quora
Answer (1 of 31): 1. Wake up and get out of bed 2. Do your morning routine, and eat breakfast (it’s good for you!) 3. Turn on your computer, wait for it to finish booting 4. Log in to your computer, wait for your desktop to show up 5. Connect to the Internet, if necessary 6. Open your web ...
🌐
Medium
medium.com › @redfanatic7 › installing-kali-linux-beginners-guide-3628134eb500
Installing kali linux — beginner’s guide! | by Vasileiadis A. (Cyberkid) | Medium
September 4, 2024 - To do this, go back to the downloads page, specifically the installation images section, and select the version you need for your system. If you plan to download a preconfigured virtual machine image, the checksums are verified in the same way.
🌐
Reddit
reddit.com › r/howtohack › we were looking for simple guide on ways to install kali linux. so we made one
r/HowToHack on Reddit: We were looking for simple guide on ways to install Kali Linux. SO WE MADE ONE
July 23, 2019 -

Guys, I hope it is a usefull overview.

On VirtualBox Dual Boot with Windows On android On Raspberry Pi Single Boot on Mac Hardware Dual Boot on Mac Hardware On Encrypted Disk Install On Hard Disk Install On USB Kali Linux Mini ISO Install Kali Linux Network PXE Install Kali Linux on Vmware Kali Linux on VPS

https://hackwarenews.com/how-to-install-kali-linux-all-the-methods/