How To Install python3-tdlib-devel on Fedora 36

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

Introduction

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

What is python3-tdlib-devel

Headers for developing applications that use python3-tdlib.

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

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

sudo dnf -y install python3-tdlib-devel

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

sudo yum -y install python3-tdlib-devel

How To Uninstall python3-tdlib-devel on Fedora 36

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

sudo dnf remove python3-tdlib-devel

python3-tdlib-devel Package Contents on Fedora 36

/usr/include/treedec
/usr/include/treedec/algo.hpp
/usr/include/treedec/applications
/usr/include/treedec/applications.hpp
/usr/include/treedec/applications/applications.hpp
/usr/include/treedec/applications/clique.hpp
/usr/include/treedec/applications/coloring.hpp
/usr/include/treedec/applications/dominating_set.hpp
/usr/include/treedec/applications/independent_set.hpp
/usr/include/treedec/applications/vertex_cover.hpp
/usr/include/treedec/bits
/usr/include/treedec/bits/bool.hpp
/usr/include/treedec/bits/predicates.hpp
/usr/include/treedec/bits/trie.hpp
/usr/include/treedec/bits/triealloc.hpp
/usr/include/treedec/branch_decomposition.hpp
/usr/include/treedec/bucket_sorter.hpp
/usr/include/treedec/bucket_sorter_bits.hpp
/usr/include/treedec/combinations.hpp
/usr/include/treedec/config_traits.hpp
/usr/include/treedec/container.hpp
/usr/include/treedec/container_traits.hpp
/usr/include/treedec/convenience.hpp
/usr/include/treedec/copy.hpp
/usr/include/treedec/degree.hpp
/usr/include/treedec/degree_config.hpp
/usr/include/treedec/directed_view.hpp
/usr/include/treedec/dynamicCR.hpp
/usr/include/treedec/elimination_orderings.hpp
/usr/include/treedec/error.hpp
/usr/include/treedec/exact_base.hpp
/usr/include/treedec/exact_cutset.hpp
/usr/include/treedec/exact_ta.hpp
/usr/include/treedec/fill.hpp
/usr/include/treedec/generic_base.hpp
/usr/include/treedec/generic_elimination_search.hpp
/usr/include/treedec/generic_elimination_search_configs.hpp
/usr/include/treedec/generic_elimination_search_overlay.hpp
/usr/include/treedec/graph.hpp
/usr/include/treedec/graph_gala.hpp
/usr/include/treedec/graph_impl.hpp
/usr/include/treedec/graph_traits.hpp
/usr/include/treedec/graph_util.hpp
/usr/include/treedec/grparse.h
/usr/include/treedec/impl
/usr/include/treedec/impl/greedy_base.hpp
/usr/include/treedec/impl/greedy_heuristic.hpp
/usr/include/treedec/impl/obsolete_greedy_base.hpp
/usr/include/treedec/induced_subgraph.hpp
/usr/include/treedec/iter.hpp
/usr/include/treedec/lower_bounds.hpp
/usr/include/treedec/marker.hpp
/usr/include/treedec/marker_util.hpp
/usr/include/treedec/message.hpp
/usr/include/treedec/minimum_degree_ordering.hpp
/usr/include/treedec/misc.hpp
/usr/include/treedec/network_flow.hpp
/usr/include/treedec/nice_decomposition.hpp
/usr/include/treedec/numbering.hpp
/usr/include/treedec/overlay.hpp
/usr/include/treedec/platform.hpp
/usr/include/treedec/postprocessing.hpp
/usr/include/treedec/preprocessing.hpp
/usr/include/treedec/preprocessing_edge_insertion.hpp
/usr/include/treedec/printer.hpp
/usr/include/treedec/random.hpp
/usr/include/treedec/random_generators.hpp
/usr/include/treedec/separator_algorithm.hpp
/usr/include/treedec/simple_graph_algos.hpp
/usr/include/treedec/skeleton.hpp
/usr/include/treedec/thorup.hpp
/usr/include/treedec/timer.hpp
/usr/include/treedec/trace.hpp
/usr/include/treedec/treedec.hpp
/usr/include/treedec/treedec_copy.hpp
/usr/include/treedec/treedec_misc.hpp
/usr/include/treedec/treedec_traits.hpp
/usr/include/treedec/tuple_td.hpp
/usr/include/treedec/upper_bounds.hpp
/usr/include/treedec/util.hpp
/usr/include/treedec/validation.hpp

References

Summary

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