How to Install and Uninstall arch-install-scripts.noarch Package on Fedora 36

Last updated: May 18,2024

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

This guide covers the steps necessary to install arch-install-scripts.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall arch-install-scripts.noarch on Fedora 36:

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

3. Information about the arch-install-scripts.noarch package on Fedora 36

Last metadata expiration check: 4:01:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : arch-install-scripts
Version : 24
Release : 3.fc36
Architecture : noarch
Size : 27 k
Source : arch-install-scripts-24-3.fc36.src.rpm
Repository : fedora
Summary : Scripts to bootstrap Arch Linux distribution
URL : https://projects.archlinux.org/arch-install-scripts.git
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