How to Install and Uninstall arch-install-scripts.noarch Package on CentOS Stream 9

Last updated: October 04,2024

1. Install "arch-install-scripts.noarch" package

Please follow the guidelines below to install arch-install-scripts.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install arch-install-scripts.noarch

2. Uninstall "arch-install-scripts.noarch" package

Please follow the steps below to uninstall arch-install-scripts.noarch on CentOS Stream 9:

$ sudo dnf remove arch-install-scripts.noarch $ sudo dnf autoremove

3. Information about the arch-install-scripts.noarch package on CentOS Stream 9

Last metadata expiration check: 2:48:37 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : arch-install-scripts
Version : 28
Release : 2.el9
Architecture : noarch
Size : 29 k
Source : arch-install-scripts-28-2.el9.src.rpm
Repository : epel
Summary : Scripts to bootstrap Arch Linux distribution
URL : https://github.com/archlinux/arch-install-scripts
License : GPLv2
Description : A small suite of scripts aimed at automating some menial tasks when installing
: Arch Linux, most notably including actually performing the installation.
:
: To install and launch Arch in a container:
: pacman-key --init
: pacman-key --populate archlinux
: mkdir -p /var/lib/machines/arch
: pacstrap -G -M -i -c /var/lib/machines/arch base
: systemd-nspawn -bD /var/lib/machines/arch