How to Install and Uninstall zydis.x86_64 Package on Fedora 39
Last updated: November 29,2024
1. Install "zydis.x86_64" package
Please follow the guidance below to install zydis.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
zydis.x86_64
Copied
2. Uninstall "zydis.x86_64" package
This guide let you learn how to uninstall zydis.x86_64 on Fedora 39:
$
sudo dnf remove
zydis.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the zydis.x86_64 package on Fedora 39
Last metadata expiration check: 0:22:03 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : zydis
Version : 4.0.0
Release : 3.fc39
Architecture : x86_64
Size : 166 k
Source : zydis-4.0.0-3.fc39.src.rpm
Repository : updates
Summary : Fast and lightweight x86/x86-64 disassembler and code generation library
URL : https://github.com/zyantific/zydis
License : MIT
Description : Zydis is fast and lightweight x86/x86-64 disassembler and code generation
: library.
:
: - Supports all x86 and x86-64 (AMD64) instructions and extensions
: - Optimized for high performance
: - No dynamic memory allocation ("malloc")
: - Thread-safe by design
: - Very small file-size overhead compared to other common disassembler libraries
: - Complete doxygen documentation
: - Absolutely no third party dependencies — not even libc
: - Should compile on any platform with a working C11 compiler
: - Tested on Windows, macOS, FreeBSD, Linux and UEFI, both user and kernel mode
Available Packages
Name : zydis
Version : 4.0.0
Release : 3.fc39
Architecture : x86_64
Size : 166 k
Source : zydis-4.0.0-3.fc39.src.rpm
Repository : updates
Summary : Fast and lightweight x86/x86-64 disassembler and code generation library
URL : https://github.com/zyantific/zydis
License : MIT
Description : Zydis is fast and lightweight x86/x86-64 disassembler and code generation
: library.
:
: - Supports all x86 and x86-64 (AMD64) instructions and extensions
: - Optimized for high performance
: - No dynamic memory allocation ("malloc")
: - Thread-safe by design
: - Very small file-size overhead compared to other common disassembler libraries
: - Complete doxygen documentation
: - Absolutely no third party dependencies — not even libc
: - Should compile on any platform with a working C11 compiler
: - Tested on Windows, macOS, FreeBSD, Linux and UEFI, both user and kernel mode