How to Install and Uninstall musl-libc.i686 Package on Fedora 36

Last updated: April 28,2024

1. Install "musl-libc.i686" package

Please follow the guidelines below to install musl-libc.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install musl-libc.i686

2. Uninstall "musl-libc.i686" package

Please follow the steps below to uninstall musl-libc.i686 on Fedora 36:

$ sudo dnf remove musl-libc.i686 $ sudo dnf autoremove

3. Information about the musl-libc.i686 package on Fedora 36

Last metadata expiration check: 3:43:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : musl-libc
Version : 1.2.3
Release : 1.fc36
Architecture : i686
Size : 490 k
Source : musl-1.2.3-1.fc36.src.rpm
Repository : updates
Summary : Fully featured lightweight standard C library for Linux
URL : https://musl.libc.org
License : MIT
Description : musl is a C standard library to power a new generation
: of Linux-based devices. It is lightweight, fast, simple,
: free, and strives to be correct in the sense of standards
: conformance and safety.
:
: This package provides the system dynamic linker library.
: It also provides the dynamic libraries for linking
: programs and libraries against musl.