How to Install and Uninstall python3-dockerpty.noarch Package on Fedora 36

Last updated: October 16,2024

1. Install "python3-dockerpty.noarch" package

In this section, we are going to explain the necessary steps to install python3-dockerpty.noarch on Fedora 36

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

2. Uninstall "python3-dockerpty.noarch" package

Please follow the guidance below to uninstall python3-dockerpty.noarch on Fedora 36:

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

3. Information about the python3-dockerpty.noarch package on Fedora 36

Last metadata expiration check: 5:32:55 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-dockerpty
Version : 0.4.1
Release : 24.fc36
Architecture : noarch
Size : 30 k
Source : python-dockerpty-0.4.1-24.fc36.src.rpm
Repository : fedora
Summary : Python library to use the pseudo-tty of a docker container
URL : https://github.com/d11wtq/dockerpty
License : ASL 2.0
Description : Provides the functionality needed to operate the pseudo-tty (PTY) allocated to
: a docker container, using the Python client