How to Install and Uninstall python3-tdlib.x86_64 Package on Fedora 38

Last updated: October 03,2024

1. Install "python3-tdlib.x86_64" package

Please follow the guidelines below to install python3-tdlib.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install python3-tdlib.x86_64

2. Uninstall "python3-tdlib.x86_64" package

Please follow the step by step instructions below to uninstall python3-tdlib.x86_64 on Fedora 38:

$ sudo dnf remove python3-tdlib.x86_64 $ sudo dnf autoremove

3. Information about the python3-tdlib.x86_64 package on Fedora 38

Last metadata expiration check: 1:23:25 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-tdlib
Version : 0.9.2
Release : 6.20210929.e8ec911.fc38
Architecture : x86_64
Size : 378 k
Source : python-tdlib-0.9.2-6.20210929.e8ec911.fc38.src.rpm
Repository : fedora
Summary : Tree decomposition algorithms for python 3
URL : https://github.com/freetdi/tdlib
License : GPL-3.0-or-later AND GPL-2.0-or-later AND BSL-1.0
Description : This package provides tree decomposition algorithms.
:
: A tree decomposition of a simple, loopless, undirected graph G is a tree
: T with bags at its nodes containing vertices from G. The usual
: conditions apply. By convention, a tree is an acyclic graph with exactly
: one connected component. The bagsize of T is the size of the biggest
: bag, which is a notion for the (width of T)+1.