How To Install libx86emu on Fedora 36
Introduction
In this tutorial we learn how to install libx86emu
on Fedora 36.
What is libx86emu
Small x86 emulation library with focus of easy usage and extended execution logging functions. The library features an API to create emulation objects for x86 architecture.
We can use yum
or dnf
to install libx86emu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libx86emu.
Install libx86emu on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libx86emu
using dnf
by running the following command:
sudo dnf -y install libx86emu
Install libx86emu on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libx86emu
using yum
by running the following command:
sudo yum -y install libx86emu
How To Uninstall libx86emu on Fedora 36
To uninstall only the libx86emu
package we can use the following command:
sudo dnf remove libx86emu
libx86emu Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/d1cdc9dc3b8242b0b94d601f3447e04330f473
/usr/lib/libx86emu.so.3
/usr/lib/libx86emu.so.3.5
/usr/share/doc/libx86emu
/usr/share/doc/libx86emu/README.md
/usr/share/licenses/libx86emu
/usr/share/licenses/libx86emu/LICENSE
References
Summary
In this tutorial we learn how to install libx86emu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libx86emu on Fedora 36” linkTitle: “libx86emu” type: “docs” description: “In this tutorial we learn how to install libx86emu in Fedora 36. libx86emu is x86 emulation library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libx86emu-featured.png
Introduction
In this tutorial we learn how to install libx86emu
on Fedora 36.
What is libx86emu
Small x86 emulation library with focus of easy usage and extended execution logging functions. The library features an API to create emulation objects for x86 architecture.
We can use yum
or dnf
to install libx86emu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libx86emu.
Install libx86emu on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libx86emu
using dnf
by running the following command:
sudo dnf -y install libx86emu
Install libx86emu on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libx86emu
using yum
by running the following command:
sudo yum -y install libx86emu
How To Uninstall libx86emu on Fedora 36
To uninstall only the libx86emu
package we can use the following command:
sudo dnf remove libx86emu
libx86emu Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/2bb418a8b16f48780440171b3762e08571e34a
/usr/lib64/libx86emu.so.3
/usr/lib64/libx86emu.so.3.5
/usr/share/doc/libx86emu
/usr/share/doc/libx86emu/README.md
/usr/share/licenses/libx86emu
/usr/share/licenses/libx86emu/LICENSE
References
Summary
In this tutorial we learn how to install libx86emu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).