How to Install and Uninstall python3-docker.noarch Package on Oracle Linux 8
Last updated: November 14,2024
1. Install "python3-docker.noarch" package
Learn how to install python3-docker.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-docker.noarch
Copied
2. Uninstall "python3-docker.noarch" package
This guide covers the steps necessary to uninstall python3-docker.noarch on Oracle Linux 8:
$
sudo dnf remove
python3-docker.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-docker.noarch package on Oracle Linux 8
Last metadata expiration check: 2:11:34 ago on Mon Sep 12 02:51:38 2022.
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.
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.