Whatbox Logo

Wiki > JuNest

This guide has not yet been extensively tested. Please use at your own risk.

Installation

  1. Installing JuNest

     git clone https://github.com/fsquillace/junest.git ~/.local/share/junest
     echo "PATH=\$PATH:\$HOME/.local/share/junest/bin:\$HOME/.junest/usr/bin_wrappers" >> ~/.bashrc && source ~/.bashrc
    
  2. To open your chroot for the first time type

junest
  1. Update core packages
yay

You can now leave the chroot with exit or by hitting Ctrl + D. JuNest is now installed for further use.

Usage

Once you are in your chroot you can install packages as you would with the pacman package manager (eg: sudo pacman -S php). You can then run any applications you'd like inside the chroot, as long as they meet our Software Guidelines.