Install Utility in Rescue
Rescue recovery and diagnostics mode contains preinstalled tools for system diagnostics and recovery.
If you need additional tools, install their packages via the pacman package manager.
Packages can be installed:
- from the official Arch Linux tools repository;
- the AUR repository, where users publish useful tools.
warning
Tools are installed to RAM, so all installed tools will be deleted after the server reboots.
From the Arch Linux repository
From the AUR repository
-
Mount the file system and expand the
cowspacepartition size, which is used for downloading packages: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>— the package name. You can find the package name in the official Arch Linux repository.