on the official blackarch website,
Summary
Installing on top of ArchLinux
- BlackArch Linux is compatible with existing/normal Arch installations. It acts as an unofficial user repository. Below you will find instructions on how to install BlackArch in this manner.
Run https://blackarch.org/strap.sh as root and follow the instructions.
$ curl -O https://blackarch.org/strap.sh
Verify the SHA1 sum
$ echo d062038042c5f141755ea39dbd615e6ff9e23121 strap.sh | sha1sum -c
Set execute bit
$ chmod +x strap.sh
Run strap.sh
$ sudo ./strap.sh
Enable multilib following Official repositories - ArchWiki and run:
$ sudo pacman -Syu
You may now install tools from the blackarch repository.
To list all of the available tools, run
$ sudo pacman -Sgg | grep blackarch | cut -d' ' -f2 | sort -u
To install all of the tools, run
$ sudo pacman -S blackarch
To install a category of tools, run
$ sudo pacman -S blackarch-
To see the blackarch categories, run
$ sudo pacman -Sg | grep blackarch
Note - it maybe be necessary to overwrite certain packages when installing blackarch tools. If
you experience "failed to commit transaction" errors, use the --needed and --overwrite switches
For example:
$ sudo pacman -Syyu --needed blackarch --overwrite='*'
As part of an alternative method of installation, you can build the blackarch packages from source. You can find the PKGBUILDs on github. To build the entire repo, you can use the blackman tool.
First, you must install blackman. If the BlackArch package repository is setup on your machine,
you can install blackman like:
$ sudo pacman -S blackman
Download, compile and install package:
$ sudo blackman -i
Download, compile and install whole category
$ sudo blackman -g
Download, compile and install all BlackArch tools
$ sudo blackman -a
To list blackarch categories
$ blackman -l
To list category tools
$ blackman -p
The complete tool list of the BlackArch Linux repository can be found here.
request-
please provide a official way to add tools of blackarch linux (not the ui) on top of garuda......but still retaining the garuda sweet style ui. i know its possible manually but its not the official way...... i want a ui integration to do the same. the neon ui vibes with the pentesting feel. it will create a tough competition for parrot and kali as they are compared to be EASIER than blackarch............but garuda can change it once n forever!