How to Install and Uninstall arch-test.noarch Package on Fedora 38

Last updated: January 17,2025

1. Install "arch-test.noarch" package

This is a short guide on how to install arch-test.noarch on Fedora 38

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

2. Uninstall "arch-test.noarch" package

This tutorial shows how to uninstall arch-test.noarch on Fedora 38:

$ sudo dnf remove arch-test.noarch $ sudo dnf autoremove

3. Information about the arch-test.noarch package on Fedora 38

Last metadata expiration check: 2:35:43 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : arch-test
Version : 0.20
Release : 1.fc38
Architecture : noarch
Size : 34 k
Source : arch-test-0.20-1.fc38.src.rpm
Repository : fedora
Summary : Tools to detect architectures runnable by your machine+kernel
URL : https://github.com/kilobyte/arch-test
License : MIT
Description : This tool will tell you "can your machine+kernel run architecture X?".
:
: The check is for the ability to run machine code and supporting appropriate
: syscall ABI, not for the presence of userland libraries. IE, a positive
: answer means you can use a chroot or container of that architecture, add it
: to your multiarch set, etc, but doesn't mean you can currently run non-static
: binaries without installing required libraries.