How to Install and Uninstall musl-libc.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "musl-libc.x86_64" package

In this section, we are going to explain the necessary steps to install musl-libc.x86_64 on Fedora 34

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

2. Uninstall "musl-libc.x86_64" package

This guide let you learn how to uninstall musl-libc.x86_64 on Fedora 34:

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

3. Information about the musl-libc.x86_64 package on Fedora 34

Last metadata expiration check: 2:08:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : musl-libc
Version : 1.2.3
Release : 1.fc34
Architecture : x86_64
Size : 456 k
Source : musl-1.2.3-1.fc34.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.