Installation - Rishu20/Blackarchwsl GitHub Wiki
After unzipping the file run the Distro using Blackarch.exe file.
-
Add your username to your Linux-Distro
$ useradd -m -G wheel -s /bin/bash {username} $ passwd {username} $ exit
-
To set your User as Default User open PowerShell (shift+right_click) in the installation folder and run
-> ./blackArch.exe config --default-user {username}
-
Update everything
$ sudo systemctl restart systemd-resolved.service $ sudo pacman -Syu
-
To list all of the available tools in Distro, run:
$ sudo pacman -Sgg | grep blackarch | cut -d' ' -f2 | sort -u
-
To install any package in the list
$ sudo pacman -S {package_name}