How to Install and Uninstall wasi-libc-devel.noarch Package on Fedora 39

Last updated: January 16,2025

1. Install "wasi-libc-devel.noarch" package

In this section, we are going to explain the necessary steps to install wasi-libc-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install wasi-libc-devel.noarch

2. Uninstall "wasi-libc-devel.noarch" package

This guide let you learn how to uninstall wasi-libc-devel.noarch on Fedora 39:

$ sudo dnf remove wasi-libc-devel.noarch $ sudo dnf autoremove

3. Information about the wasi-libc-devel.noarch package on Fedora 39

Last metadata expiration check: 2:27:54 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : wasi-libc-devel
Version : 21
Release : 1.fc39
Architecture : noarch
Size : 164 k
Source : wasi-libc-21-1.fc39.src.rpm
Repository : updates
Summary : C library for WASI - headers and development files
URL : https://github.com/WebAssembly/wasi-libc/
License : Apache-2.0 WITH LLVM-exception AND Apache-2.0 AND MIT AND BSD-2-Clause
Description : WASI Libc is a libc for WebAssembly programs built on top of WASI system calls.
: It provides a wide array of POSIX-compatible C APIs, including support for
: standard I/O, file I/O, filesystem manipulation, memory management, time,
: string, environment variables, program startup, and many other APIs.