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


Introduction

Introduction

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

What is libtvdb-devel

What is libtvdb-devel

The libtvdb-devel package contains libraries and header files for developing applications that use libtvdb.

The libtvdb-devel package contains libraries and header files for developing applications that use libtvdb.

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

Install libtvdb-devel on Fedora 36 Using dnf

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

Update yum database with dnf using the following command.

Install libtvdb-devel on Fedora 36 Using dnf


sudo dnf makecache --refresh

Update yum database with dnf using the following command.

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


sudo dnf makecache --refresh
```bash

sudo dnf -y install libtvdb-devel

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


```bash
## Install libtvdb-devel on Fedora 36 Using yum

sudo dnf -y install libtvdb-devel

Update yum database with yum using the following command.

Install libtvdb-devel on Fedora 36 Using yum


sudo yum makecache --refresh

Update yum database with yum using the following command.

After updating yum database, We can install `libtvdb-devel` using `yum` by running the following command:
sudo yum makecache --refresh

```bash

sudo yum -y install libtvdb-devel

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


```bash
To uninstall only the `libtvdb-devel` package we can use the following command:
sudo yum -y install libtvdb-devel
sudo dnf remove libtvdb-devel
## How To Uninstall libtvdb-devel on Fedora 36

To uninstall only the libtvdb-devel package we can use the following command:

libtvdb-devel Package Contents on Fedora 36

```bash
sudo dnf remove libtvdb-devel

libtvdb-devel Package Contents on Fedora 36

/usr/include/kde4
/usr/include/kde4/tvdb
/usr/include/kde4/tvdb/client.h
/usr/include/kde4/tvdb/episode.h
/usr/include/kde4/tvdb/season.h
/usr/include/kde4/tvdb/series.h
/usr/include/kde4/tvdb/tvdb_export.h
/usr/include/kde4/tvdb/version.h
/usr/lib64/libtvdb.so
/usr/share/cmake/LibTvdb
/usr/share/cmake/LibTvdb/LibTvdbConfig.cmake
/usr/share/cmake/LibTvdb/LibTvdbConfigVersion.cmake
/usr/include/kde4
/usr/include/kde4/tvdb
/usr/include/kde4/tvdb/client.h
/usr/include/kde4/tvdb/episode.h
/usr/include/kde4/tvdb/season.h
/usr/include/kde4/tvdb/series.h
/usr/include/kde4/tvdb/tvdb_export.h
/usr/include/kde4/tvdb/version.h
/usr/lib/libtvdb.so
/usr/share/cmake/LibTvdb
/usr/share/cmake/LibTvdb/LibTvdbConfig.cmake
/usr/share/cmake/LibTvdb/LibTvdbConfigVersion.cmake

References

Summary

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


## References

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

## Summary

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