How to Install and Uninstall arch-install-scripts.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

This guide covers the steps necessary to install arch-install-scripts.noarch on Oracle Linux 9

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

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

Please follow the guidance below to uninstall arch-install-scripts.noarch on Oracle Linux 9:

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

3. Information about the arch-install-scripts.noarch package on Oracle Linux 9

Last metadata expiration check: 2:42:35 ago on Thu Feb 15 07:50:05 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