kali-tools-on-ubuntu-safe-path
Installation
SKILL.md
Kali Tools on Ubuntu: Safe Path
When to use
Use when user asks to install "all Kali tools" (e.g., kali-linux-everything) on a non-Kali host, especially Ubuntu LTS.
Why this exists
Directly mixing Kali rolling repo into Ubuntu often fails or risks system breakage due to core dependency mismatches (e.g., libc6, base-files, t64 transitions). Must verify compatibility first and preserve host stability.
Procedure
- Baseline discovery
- Check distro and privileges:
cat /etc/os-releasewhoami && id -u
- Confirm apt availability:
command -v apt && apt --version - Check resources up front if full install is requested:
df -h /free -h
- Check distro and privileges: