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

Last updated: October 04,2024

1. Install "wabt.x86_64" package

This is a short guide on how to install wabt.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install wabt.x86_64

2. Uninstall "wabt.x86_64" package

Learn how to uninstall wabt.x86_64 on Fedora 34:

$ sudo dnf remove wabt.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:00:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : wabt
Version : 1.0.25
Release : 1.fc34
Architecture : x86_64
Size : 1.5 M
Source : wabt-1.0.25-1.fc34.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).