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

Last updated: July 01,2024

1. Install "python3-capturer.noarch" package

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

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

2. Uninstall "python3-capturer.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-capturer.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:01:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-capturer
Version : 3.0
Release : 4.fc34
Architecture : noarch
Size : 27 k
Source : python-capturer-3.0-4.fc34.src.rpm
Repository : fedora
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.