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

Last updated: October 05,2024

1. Install "python3-docker.noarch" package

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

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

2. Uninstall "python3-docker.noarch" package

Please follow the guidance below to uninstall python3-docker.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:50:27 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-docker
Version : 5.0.0
Release : 2.el8
Architecture : noarch
Size : 229 k
Source : python-docker-5.0.0-2.el8.src.rpm
Repository : epel
Summary : A Python library for the Docker Engine API
URL : https://pypi.org/project/docker
License : ASL 2.0
Description : It lets you do anything the docker command does, but from within Python apps –
: run containers, manage containers, manage Swarms, etc.