Skip to main content
Install the utility in Rescue
Last update:

Install the utility in Rescue

The Rescue recovery and diagnostic mode contains pre-installed diagnostic and recovery tools.

If you need additional tools, install their packages via the pacman package manager.

Packages can be installed:

  • from the official repository with additional Arch Linux tools;
  • AUR repository where users publish useful tools.
For your information

The tools are installed in RAM, so after a server reboot, all installed tools will be removed.

  1. Boot the server in Rescue recovery and diagnostic mode.

  2. Mount the file system with the size extension of the cowspace partition intended for package downloads:

    mount -t airootfs -o remount,size=4G /run/archiso/cowspace
  3. Update the pacman package manager cache:

    pacman -Syy
  4. Install the package:

    sudo pacman -S <package>

    Specify <package> — package name. You can view the package name in the official Arch Linux repository.