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

Last updated: January 16,2025

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

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

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

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

Learn how to uninstall arch-install-scripts.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:23:05 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : arch-install-scripts
Version : 28
Release : 3.fc39
Architecture : noarch
Size : 29 k
Source : arch-install-scripts-28-3.fc39.src.rpm
Repository : fedora
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