How to Install and Uninstall python3-stem.noarch Package on CentOS Stream 8

Last updated: January 10,2025

1. Install "python3-stem.noarch" package

This guide covers the steps necessary to install python3-stem.noarch on CentOS Stream 8

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

2. Uninstall "python3-stem.noarch" package

Please follow the steps below to uninstall python3-stem.noarch on CentOS Stream 8:

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

3. Information about the python3-stem.noarch package on CentOS Stream 8

Last metadata expiration check: 1:29:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-stem
Version : 1.8.0
Release : 8.el8
Architecture : noarch
Size : 581 k
Source : python-stem-1.8.0-8.el8.src.rpm
Repository : epel
Summary : Python controller library for Tor
URL : https://stem.torproject.org/
License : LGPLv3 and MIT
Description : Stem is a Python controller library that you can use to interact with Tor.
: With it you can write scripts and applications with capabilities similar
: to nyx.
:
: From a technical standpoint, Stem is a Python implementation of Tor's
: directory and control specifications.