How To Install rarian-devel on Fedora 36
Introduction
In this tutorial we learn how to install rarian-devel
on Fedora 36.
What is rarian-devel
This package contains files required to develop applications that use the Rarian library (“librarian”).
We can use yum
or dnf
to install rarian-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rarian-devel.
Install rarian-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 rarian-devel
using dnf
by running the following command:
sudo dnf -y install rarian-devel
Install rarian-devel on Fedora 36 Using yum
title: “How To Install rarian-devel on Fedora 36” linkTitle: “rarian-devel” type: “docs” description: “In this tutorial we learn how to install rarian-devel in Fedora 36. rarian-devel is Development files for Rarian” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/rarian-devel-featured.png
Introduction
In this tutorial we learn how to install rarian-devel
on Fedora 36.
What is rarian-devel
This package contains files required to develop applications that use the Rarian library (“librarian”).
We can use yum
or dnf
to install rarian-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rarian-devel.
Install rarian-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 rarian-devel
using dnf
by running the following command:
sudo dnf -y install rarian-devel
Install rarian-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 rarian-devel
using yum
by running the following command:
sudo yum -y install rarian-devel
How To Uninstall rarian-devel on Fedora 36
To uninstall only the rarian-devel
package we can use the following command:
sudo dnf remove rarian-devel
rarian-devel Package Contents on Fedora 36
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install rarian-devel
using yum
by running the following command:
sudo yum -y install rarian-devel
How To Uninstall rarian-devel on Fedora 36
To uninstall only the rarian-devel
package we can use the following command:
sudo dnf remove rarian-devel
rarian-devel Package Contents on Fedora 36
/usr/include/rarian
/usr/include/rarian/rarian-info.h
/usr/include/rarian/rarian-main.h
/usr/include/rarian/rarian-man.h
/usr/include/rarian/rarian-reg-utils.h
/usr/include/rarian/rarian.h
/usr/lib/librarian.so
/usr/lib/pkgconfig/rarian.pc
/usr/include/rarian
/usr/include/rarian/rarian-info.h
/usr/include/rarian/rarian-main.h
/usr/include/rarian/rarian-man.h
/usr/include/rarian/rarian-reg-utils.h
/usr/include/rarian/rarian.h
/usr/lib64/librarian.so
/usr/lib64/pkgconfig/rarian.pc
References
Summary
In this tutorial we learn how to install rarian-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [rarian-devel website](http://rarian.freedesktop.org/)
## Summary
In this tutorial we learn how to install `rarian-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).