How to Install and Uninstall python-tdlib.x86_64 Package on Fedora 34

Last updated: October 12,2024

1. Install "python-tdlib.x86_64" package

Please follow the steps below to install python-tdlib.x86_64 on Fedora 34

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

2. Uninstall "python-tdlib.x86_64" package

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

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

3. Information about the python-tdlib.x86_64 package on Fedora 34

Last metadata expiration check: 0:03:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python-tdlib
Version : 0.9.0
Release : 9.20200404.4c6109e.fc34
Architecture : x86_64
Size : 370 k
Source : python-tdlib-0.9.0-9.20200404.4c6109e.fc34.src.rpm
Repository : fedora
Summary : Tree decomposition algorithms
URL : https://github.com/freetdi/tdlib
License : GPLv2+
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.