How To Install libemu on Fedora 36
Introduction
In this tutorial we learn how to install libemu
on Fedora 36.
What is libemu
The libemu is a small library written in C offering basic x86 emulation and shell-code detection using GetPC heuristics. Intended use is within network intrusion/prevention detection and honeypots.
We can use yum
or dnf
to install libemu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libemu.
Install libemu 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 libemu
using dnf
by running the following command:
sudo dnf -y install libemu
Install libemu 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 libemu
using yum
by running the following command:
sudo yum -y install libemu
How To Uninstall libemu on Fedora 36
To uninstall only the libemu
package we can use the following command:
sudo dnf remove libemu
libemu Package Contents on Fedora 36
/usr/bin/scprofiler
/usr/bin/sctest
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/325779a384c78ba05a548b525ce28a708ba161
/usr/lib/.build-id/89
/usr/lib/.build-id/89/bbe80b776cca5f8385999a78edff803353687f
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/7f53d6362fa59fba3dc8e4d99a50ae13b04f43
/usr/lib/libemu.so.2
/usr/lib/libemu.so.2.0.0
/usr/share/doc/libemu
/usr/share/doc/libemu/AUTHORS
/usr/share/doc/libemu/CHANGES
/usr/share/doc/libemu/README
References
Summary
In this tutorial we learn how to install libemu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libemu on Fedora 36” linkTitle: “libemu” type: “docs” description: “In this tutorial we learn how to install libemu in Fedora 36. libemu is The x86 shell-code detection and emulation” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libemu-featured.png
Introduction
In this tutorial we learn how to install libemu
on Fedora 36.
What is libemu
The libemu is a small library written in C offering basic x86 emulation and shell-code detection using GetPC heuristics. Intended use is within network intrusion/prevention detection and honeypots.
We can use yum
or dnf
to install libemu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libemu.
Install libemu 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 libemu
using dnf
by running the following command:
sudo dnf -y install libemu
Install libemu 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 libemu
using yum
by running the following command:
sudo yum -y install libemu
How To Uninstall libemu on Fedora 36
To uninstall only the libemu
package we can use the following command:
sudo dnf remove libemu
libemu Package Contents on Fedora 36
/usr/bin/scprofiler
/usr/bin/sctest
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/fccf4da9dd94a2cbf248d8da888f1f373413f9
/usr/lib/.build-id/73
/usr/lib/.build-id/73/b2a4a6b785dae6389c2869a84c33a94d637c48
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/6b959a334efd2d59e8baf05329281e5cdb0e25
/usr/lib64/libemu.so.2
/usr/lib64/libemu.so.2.0.0
/usr/share/doc/libemu
/usr/share/doc/libemu/AUTHORS
/usr/share/doc/libemu/CHANGES
/usr/share/doc/libemu/README
References
Summary
In this tutorial we learn how to install libemu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).