How to Install and Uninstall arch-install-scripts.noarch Package on Fedora 35
Last updated: November 29,2024
1. Install "arch-install-scripts.noarch" package
Please follow the step by step instructions below to install arch-install-scripts.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
arch-install-scripts.noarch
Copied
2. Uninstall "arch-install-scripts.noarch" package
In this section, we are going to explain the necessary steps to uninstall arch-install-scripts.noarch on Fedora 35:
$
sudo dnf remove
arch-install-scripts.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the arch-install-scripts.noarch package on Fedora 35
Last metadata expiration check: 3:27:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : arch-install-scripts
Version : 24
Release : 2.fc35
Architecture : noarch
Size : 27 k
Source : arch-install-scripts-24-2.fc35.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
Available Packages
Name : arch-install-scripts
Version : 24
Release : 2.fc35
Architecture : noarch
Size : 27 k
Source : arch-install-scripts-24-2.fc35.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