Install packages using package files

pacstrap

  • Arch Linux install script to install packages to the specified new root directory.
    More information: <https://man.archlinux.org/man/pacstrap.8>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

pacstrap -U {{path/to/new/root}} {{path/to/package1}} {{path/to/package2}}

click the source code to copy install pacstrap on any operating system with command-not-found.com