How To Install libtnc-devel on Fedora 36
Introduction
In this tutorial we learn how to install libtnc-devel
on Fedora 36.
What is libtnc-devel
Header and library files used for developing with (or linking to) libtnc.
We can use yum
or dnf
to install libtnc-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtnc-devel.
Install libtnc-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 libtnc-devel
using dnf
by running the following command:
sudo dnf -y install libtnc-devel
Install libtnc-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 libtnc-devel
using yum
by running the following command:
sudo yum -y install libtnc-devel
How To Uninstall libtnc-devel on Fedora 36
To uninstall only the libtnc-devel
package we can use the following command:
sudo dnf remove libtnc-devel
libtnc-devel Package Contents on Fedora 36
/usr/include/libtnc.h
/usr/include/libtncarray.h
/usr/include/libtncdebug.h
/usr/include/libtnchash.h
/usr/include/libtncimc.h
/usr/include/libtncimv.h
/usr/include/libtnctncc.h
/usr/include/libtnctncs.h
/usr/include/libtncxml.h
/usr/include/tncif.h
/usr/include/tncifimc.h
/usr/include/tncifimv.h
/usr/lib64/libosc_imc.so
/usr/lib64/libosc_imv.so
/usr/lib64/libsample_imc.so
/usr/lib64/libsample_imv.so
/usr/lib64/libtnc.so
/usr/share/doc/libtnc-devel
/usr/share/doc/libtnc-devel/libtnc.pdf
---
title: "How To Install libtnc-devel on Fedora 36"
linkTitle: "libtnc-devel"
type: "docs"
description: "In this tutorial we learn how to install libtnc-devel in Fedora 36. libtnc-devel is Development headers and libraries for libtnc"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libtnc-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `libtnc-devel` on Fedora 36.
### What is `libtnc-devel`
> Header and library files used for developing with (or linking to) libtnc.
We can use `yum` or `dnf` to install `libtnc-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtnc-devel.
## Install libtnc-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libtnc-devel
using dnf
by running the following command:
```bash
sudo dnf -y install libtnc-devel
## References
Install libtnc-devel on Fedora 36 Using yum
Summary
Update yum database with yum
using the following command.
sudo yum makecache --refresh
In this tutorial we learn how to install libtnc-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
After updating yum database, We can install libtnc-devel
using yum
by running the following command:
sudo yum -y install libtnc-devel
How To Uninstall libtnc-devel on Fedora 36
To uninstall only the libtnc-devel
package we can use the following command:
sudo dnf remove libtnc-devel
libtnc-devel Package Contents on Fedora 36
/usr/include/libtnc.h
/usr/include/libtncarray.h
/usr/include/libtncdebug.h
/usr/include/libtnchash.h
/usr/include/libtncimc.h
/usr/include/libtncimv.h
/usr/include/libtnctncc.h
/usr/include/libtnctncs.h
/usr/include/libtncxml.h
/usr/include/tncif.h
/usr/include/tncifimc.h
/usr/include/tncifimv.h
/usr/lib/libosc_imc.so
/usr/lib/libosc_imv.so
/usr/lib/libsample_imc.so
/usr/lib/libsample_imv.so
/usr/lib/libtnc.so
/usr/share/doc/libtnc-devel
/usr/share/doc/libtnc-devel/libtnc.pdf
References
Summary
In this tutorial we learn how to install libtnc-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).