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

Last updated: January 12,2025

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

Please follow the instructions below to install wasi-libc-static.noarch on Fedora 39

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

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

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

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

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

Last metadata expiration check: 2:39:23 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : wasi-libc-static
Version : 21
Release : 1.fc39
Architecture : noarch
Size : 350 k
Source : wasi-libc-21-1.fc39.src.rpm
Repository : updates
Summary : C library for WASI - static libraries
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.