How To Install tdlib-devel on Fedora 36

In this tutorial we learn how to install tdlib-devel in Fedora 36. tdlib-devel is Development files for tdlib

Introduction

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

What is tdlib-devel

Static libraries for tdlib.

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

Install tdlib-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 tdlib-devel using dnf by running the following command:

sudo dnf -y install tdlib-devel

Install tdlib-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 tdlib-devel using yum by running the following command:

sudo yum -y install tdlib-devel

How To Uninstall tdlib-devel on Fedora 36

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

sudo dnf remove tdlib-devel

tdlib-devel Package Contents on Fedora 36

/usr/include/td
/usr/include/td/telegram
/usr/include/td/telegram/Client.h
/usr/include/td/telegram/Log.h
/usr/include/td/telegram/td_api.h
/usr/include/td/telegram/td_api.hpp
/usr/include/td/telegram/td_json_client.h
/usr/include/td/telegram/td_log.h
/usr/include/td/telegram/tdjson_export.h
/usr/include/td/tl
/usr/include/td/tl/TlObject.h
/usr/lib64/cmake/Td
/usr/lib64/cmake/Td/TdConfig.cmake
/usr/lib64/cmake/Td/TdConfigVersion.cmake
/usr/lib64/cmake/Td/TdTargets-release.cmake
/usr/lib64/cmake/Td/TdTargets.cmake
/usr/lib64/libtdapi.so
/usr/lib64/libtdclient.so
/usr/lib64/libtdjson.so
/usr/lib64/pkgconfig/tdactor.pc
/usr/lib64/pkgconfig/tdapi.pc
/usr/lib64/pkgconfig/tdclient.pc
/usr/lib64/pkgconfig/tdcore.pc
/usr/lib64/pkgconfig/tddb.pc
/usr/lib64/pkgconfig/tdjson.pc
/usr/lib64/pkgconfig/tdjson_private.pc
/usr/lib64/pkgconfig/tdjson_static.pc
/usr/lib64/pkgconfig/tdnet.pc
/usr/lib64/pkgconfig/tdsqlite.pc
/usr/lib64/pkgconfig/tdutils.pc

References

Summary

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