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

Last updated: November 30,2024

1. Install "wabt.x86_64" package

Please follow the step by step instructions below to install wabt.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install wabt.x86_64

2. Uninstall "wabt.x86_64" package

Please follow the guidelines below to uninstall wabt.x86_64 on Fedora 35:

$ sudo dnf remove wabt.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:33:43 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : wabt
Version : 1.0.29
Release : 1.fc35
Architecture : x86_64
Size : 1.6 M
Source : wabt-1.0.29-1.fc35.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).