Black Arch Basic Commands

      Pacman Guide:

 
 

     To Update the blackarch system:

       >>>  sudo pacman -Syu

      To Update the Pacman database:

       >>>  sudo pacman -Syy

      To  install a package in blackarch :

      >>>   sudo pacman -S <package name>

     Note..!  always run pacman -Syu before installing

      To install a local package in blackarch:

      >>>  sudo pacman -U   /path/to/the/package

      To reinstall all package in blackarch:

       >>> sudo  pacman -Qnq |pacman - S -

      To remove the package only in blackarch linux:

       >>>  sudo pacman -R

      To know info about an  installing package in blackarch:

      >>>  pacman -Qi  package_name    

     To query the  repo about the package in blackarch:

     >>> pacman -Ss package_name

    To query about a package and all the depencies on it in blackarch:

    >>> pacman -Sii package_name

   To install the  packages that are not in the official reposities in the         blackarch:

  >>> pacman -Qm


#VendanNotes

 "But we are hackers with black terminal with green fonts color..!👽"


 

   

 

 

Comments