HowTo

Update system

sudo pacman -Syu

Add the BlackArch Repository

command 1: BlackArch provides an easy way to add its repository to your system. Just execute the following commands:

curl -O https://blackarch.org/strap.sh

command 2: Verify the downloaded script to ensure its authenticity:

echo "$(curl -fsSL https://blackarch.org/strap.sha256)  strap.sh" | sha256sum -c

If everything’s good, you’ll see strap.sh: OK

Run the installer

chmod +x strap.sh
sudo ./strap.sh

Sync the package databse

sudo pacman -Syyu

Install BlackArch Tools

  1. install everything
sudo pacman -S blackarch
  1. install specific groups
sudo pacman -S blackarch-web
sudo pacman -S blackarch-network

References