Installation - Rishu20/Blackarchwsl GitHub Wiki


After unzipping the file run the Distro using Blackarch.exe file.

  1. Add your username to your Linux-Distro

       $ useradd -m -G wheel -s /bin/bash {username}
    
       $ passwd {username}
    
       $ exit
    
  2. To set your User as Default User open PowerShell (shift+right_click) in the installation folder and run

      -> ./blackArch.exe config --default-user {username}
    
  3. Update everything

      $ sudo systemctl restart systemd-resolved.service
      $ sudo pacman -Syu
    
  4. To list all of the available tools in Distro, run:

      $ sudo pacman -Sgg | grep blackarch | cut -d' ' -f2 | sort -u
    
  5. To install any package in the list

      $ sudo pacman -S {package_name}