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

Last updated: June 28,2024

1. Install "python3-capturer.noarch" package

Learn how to install python3-capturer.noarch on CentOS Stream 8

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

2. Uninstall "python3-capturer.noarch" package

Here is a brief guide to show you how to uninstall python3-capturer.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 0:14:17 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-capturer
Version : 2.4
Release : 5.el8
Architecture : noarch
Size : 26 k
Source : python-capturer-2.4-5.el8.src.rpm
Repository : epel
Summary : Documentation for the 'capturer' Python module
URL : https://capturer.readthedocs.io
License : MIT
Description : The capturer package makes it easy to capture the stdout and stderr streams of
: the current process and subprocesses. Output can be relayed to the terminal in
: real time but is also available to the Python program for additional processing.