How To Install unicorn-devel on Fedora 36
Introduction
In this tutorial we learn how to install unicorn-devel
on Fedora 36.
What is unicorn-devel
This package provides the libraries, include files, and other resources needed for developing applications using unicorn.
We can use yum
or dnf
to install unicorn-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install unicorn-devel.
Install unicorn-devel 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 unicorn-devel
using dnf
by running the following command:
sudo dnf -y install unicorn-devel
Install unicorn-devel 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 unicorn-devel
using yum
by running the following command:
sudo yum -y install unicorn-devel
How To Uninstall unicorn-devel on Fedora 36
To uninstall only the unicorn-devel
package we can use the following command:
sudo dnf remove unicorn-devel
unicorn-devel Package Contents on Fedora 36
---
title: "How To Install unicorn-devel on Fedora 36"
linkTitle: "unicorn-devel"
/usr/include/unicorn
/usr/include/unicorn/arm.h
/usr/include/unicorn/arm64.h
/usr/include/unicorn/m68k.h
/usr/include/unicorn/mips.h
/usr/include/unicorn/platform.h
/usr/include/unicorn/sparc.h
/usr/include/unicorn/unicorn.h
/usr/include/unicorn/x86.h
/usr/lib64/libunicorn.so
/usr/lib64/pkgconfig/unicorn.pc
type: "docs"
description: "In this tutorial we learn how to install unicorn-devel in Fedora 36. unicorn-devel is Files needed to develop applications using unicorn"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/unicorn-devel-featured.png
References
Introduction
Summary
In this tutorial we learn how to install unicorn-devel
on Fedora 36.
In this tutorial we learn how to install unicorn-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
What is unicorn-devel
This package provides the libraries, include files, and other resources needed for developing applications using unicorn.
We can use yum
or dnf
to install unicorn-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install unicorn-devel.
Install unicorn-devel 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 unicorn-devel
using dnf
by running the following command:
sudo dnf -y install unicorn-devel
Install unicorn-devel 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 unicorn-devel
using yum
by running the following command:
sudo yum -y install unicorn-devel
How To Uninstall unicorn-devel on Fedora 36
To uninstall only the unicorn-devel
package we can use the following command:
sudo dnf remove unicorn-devel
unicorn-devel Package Contents on Fedora 36
/usr/include/unicorn
/usr/include/unicorn/arm.h
/usr/include/unicorn/arm64.h
/usr/include/unicorn/m68k.h
/usr/include/unicorn/mips.h
/usr/include/unicorn/platform.h
/usr/include/unicorn/sparc.h
/usr/include/unicorn/unicorn.h
/usr/include/unicorn/x86.h
/usr/lib/libunicorn.so
/usr/lib/pkgconfig/unicorn.pc
References
Summary
In this tutorial we learn how to install unicorn-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).