How To Install ots-devel on Fedora 36
Introduction
In this tutorial we learn how to install ots-devel
on Fedora 36.
What is ots-devel
This package provides the necessary development libraries and include files to allow you to develop with libots.
We can use yum
or dnf
to install ots-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ots-devel.
Install ots-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 ots-devel
using dnf
by running the following command:
sudo dnf -y install ots-devel
Install ots-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 ots-devel
using yum
by running the following command:
sudo yum -y install ots-devel
How To Uninstall ots-devel on Fedora 36
To uninstall only the ots-devel
package we can use the following command:
sudo dnf remove ots-devel
ots-devel Package Contents on Fedora 36
/usr/include/libots-1
/usr/include/libots-1/ots
/usr/include/libots-1/ots/libots.h
/usr/lib64/libots-1.so
/usr/lib64/pkgconfig/libots-1.pc
/usr/share/doc/ots-devel
/usr/share/doc/ots-devel/COPYING
References
Summary
In this tutorial we learn how to install ots-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ots-devel on Fedora 36” linkTitle: “ots-devel” type: “docs” description: “In this tutorial we learn how to install ots-devel in Fedora 36. ots-devel is Libraries and include files for developing with libots” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ots-devel-featured.png
Introduction
In this tutorial we learn how to install ots-devel
on Fedora 36.
What is ots-devel
This package provides the necessary development libraries and include files to allow you to develop with libots.
We can use yum
or dnf
to install ots-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ots-devel.
Install ots-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 ots-devel
using dnf
by running the following command:
sudo dnf -y install ots-devel
Install ots-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 ots-devel
using yum
by running the following command:
sudo yum -y install ots-devel
How To Uninstall ots-devel on Fedora 36
To uninstall only the ots-devel
package we can use the following command:
sudo dnf remove ots-devel
ots-devel Package Contents on Fedora 36
/usr/include/libots-1
/usr/include/libots-1/ots
/usr/include/libots-1/ots/libots.h
/usr/lib/libots-1.so
/usr/lib/pkgconfig/libots-1.pc
/usr/share/doc/ots-devel
/usr/share/doc/ots-devel/COPYING
References
Summary
In this tutorial we learn how to install ots-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).