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

  1. Baseline discovery
    • Check distro and privileges:
      • cat /etc/os-release
      • whoami && id -u
    • Confirm apt availability: command -v apt && apt --version
    • Check resources up front if full install is requested:
      • df -h /
      • free -h
Installs
2
Repository
fikriaf/agentos
First Seen
Apr 29, 2026
kali-tools-on-ubuntu-safe-path — fikriaf/agentos