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.
warning
The tools are installed in RAM, so after a server reboot, all installed tools will be removed.
From the Arch Linux repository
From the AUR repository
-
Mount the file system with the size extension of the
cowspacepartition intended for package downloads:mount -t airootfs -o remount,size=4G /run/archiso/cowspace -
Update the
pacmanpackage manager cache:pacman -Syy -
Install the package:
sudo pacman -S <package>Specify
<package>- package name. You can view the package name in the official Arch Linux repository.