How to Install and Uninstall python3-txtorcon.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-txtorcon.noarch" package

Here is a brief guide to show you how to install python3-txtorcon.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-txtorcon.noarch

2. Uninstall "python3-txtorcon.noarch" package

This is a short guide on how to uninstall python3-txtorcon.noarch on Fedora 34:

$ sudo dnf remove python3-txtorcon.noarch $ sudo dnf autoremove

3. Information about the python3-txtorcon.noarch package on Fedora 34

Last metadata expiration check: 1:11:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-txtorcon
Version : 20.0.0
Release : 4.fc34
Architecture : noarch
Size : 187 k
Source : python-txtorcon-20.0.0-4.fc34.src.rpm
Repository : fedora
Summary : Twisted-based Tor controller client
URL : https://github.com/meejah/txtorcon
License : MIT and BSD
Description : txtorcon is an implementation of the control-spec for Tor using the
: Twisted networking library for Python.
:
: This is useful for writing utilities to control or make use of Tor in
: event-based Python programs. If your Twisted program supports endpoints
: (like twistd does) your server or client can make use of Tor
: immediately, with no code changes. Start your own Tor or connect to one
: and get live stream, circuit, relay updates; read and change config;
: monitor events; build circuits; create onion services; etcetera.