How to Install and Uninstall wabt.x86_64 Package on Fedora 38

Last updated: September 22,2024

1. Install "wabt.x86_64" package

This tutorial shows how to install wabt.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install wabt.x86_64

2. Uninstall "wabt.x86_64" package

This guide let you learn how to uninstall wabt.x86_64 on Fedora 38:

$ sudo dnf remove wabt.x86_64 $ sudo dnf autoremove

3. Information about the wabt.x86_64 package on Fedora 38

Last metadata expiration check: 4:26:41 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : wabt
Version : 1.0.33
Release : 1.fc38
Architecture : x86_64
Size : 2.3 M
Source : wabt-1.0.33-1.fc38.src.rpm
Repository : updates
Summary : The WebAssembly Binary Toolkit
URL : https://github.com/WebAssembly/wabt
License : ASL 2.0
Description : WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly. These tools
: are intended for use in (or for development of) toolchains or other systems that
: want to manipulate WebAssembly files. Unlike the WebAssembly spec interpreter
: (which is written to be as simple, declarative and "speccy" as possible), they
: are written in C/C++ and designed for easier integration into other systems.
: Unlike Binaryen these tools do not aim to provide an optimization platform or a
: higher-level compiler target; instead they aim for full fidelity and compliance
: with the spec (e.g. 1:1 round-trips with no changes to instructions).