linkTitle: “aiksaurus-devel” title: “How To Install aiksaurus-devel on Fedora 36” type: “docs” linkTitle: “aiksaurus-devel” description: “In this tutorial we learn how to install aiksaurus-devel in Fedora 36. aiksaurus-devel is Files for developing with aiksaurus” type: “docs” date: “2022-08-17” lastmod: “2022-08-17” description: “In this tutorial we learn how to install aiksaurus-devel in Fedora 36. aiksaurus-devel is Files for developing with aiksaurus” date: “2022-08-17” #image: /images/fedora/36/aiksaurus-devel-featured.png

lastmod: “2022-08-17”

#image: /images/fedora/36/aiksaurus-devel-featured.png

Introduction


Introduction

In this tutorial we learn how to install aiksaurus-devel on Fedora 36.

In this tutorial we learn how to install aiksaurus-devel on Fedora 36.

What is aiksaurus-devel

What is aiksaurus-devel

Includes and definitions for developing with aiksaurus.

Includes and definitions for developing with aiksaurus.

We can use yum or dnf to install aiksaurus-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aiksaurus-devel. We can use yum or dnf to install aiksaurus-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aiksaurus-devel.

Install aiksaurus-devel on Fedora 36 Using dnf

Install aiksaurus-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command. Update yum database with dnf using the following command.

```bash
sudo dnf makecache --refresh
sudo dnf makecache --refresh


After updating yum database, We can install `aiksaurus-devel` using `dnf` by running the following command:
After updating yum database, We can install `aiksaurus-devel` using `dnf` by running the following command:


```bash
```bash
sudo dnf -y install aiksaurus-devel
sudo dnf -y install aiksaurus-devel

## Install aiksaurus-devel on Fedora 36 Using yum

Update yum database with `yum` using the following command.

```bash

sudo yum makecache --refresh
## Install aiksaurus-devel on Fedora 36 Using yum

After updating yum database, We can install aiksaurus-devel using yum by running the following command: Update yum database with yum using the following command.

```bash
sudo yum makecache --refresh
sudo yum -y install aiksaurus-devel

## How To Uninstall aiksaurus-devel on Fedora 36
After updating yum database, We can install `aiksaurus-devel` using `yum` by running the following command:


To uninstall only the `aiksaurus-devel` package we can use the following command:
```bash

sudo yum -y install aiksaurus-devel
```bash

sudo dnf remove aiksaurus-devel

How To Uninstall aiksaurus-devel on Fedora 36



## aiksaurus-devel Package Contents on Fedora 36

To uninstall only the `aiksaurus-devel` package we can use the following command:
```bash

```bash
sudo dnf remove aiksaurus-devel

aiksaurus-devel Package Contents on Fedora 36

/usr/include/Aiksaurus
/usr/include/Aiksaurus/Aiksaurus.h
/usr/include/Aiksaurus/AiksaurusC.h
/usr/lib/libAiksaurus.so
/usr/lib/pkgconfig/aiksaurus-1.0.pc

References

Summary

In this tutorial we learn how to install aiksaurus-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/Aiksaurus /usr/include/Aiksaurus/Aiksaurus.h /usr/include/Aiksaurus/AiksaurusC.h /usr/lib64/libAiksaurus.so /usr/lib64/pkgconfig/aiksaurus-1.0.pc


## References

* [aiksaurus-devel website](http://aiksaurus.sourceforge.net/)

## Summary

In this tutorial we learn how to install `aiksaurus-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).