How to Install and Uninstall python2-dockerpty.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "python2-dockerpty.noarch" package

This tutorial shows how to install python2-dockerpty.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python2-dockerpty.noarch" package

Please follow the instructions below to uninstall python2-dockerpty.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python2-dockerpty.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:29:31 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-dockerpty
Version : 0.4.1
Release : 18.el8
Architecture : noarch
Size : 33 k
Source : python-dockerpty-0.4.1-18.el8.src.rpm
Repository : epel
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