How to Install and Uninstall python3-docker.noarch Package on Fedora 39

Last updated: October 07,2024

1. Install "python3-docker.noarch" package

Learn how to install python3-docker.noarch on Fedora 39

$ 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 Fedora 39:

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

3. Information about the python3-docker.noarch package on Fedora 39

Last metadata expiration check: 2:38:55 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-docker
Version : 6.1.3
Release : 1.fc39
Architecture : noarch
Size : 286 k
Source : python-docker-6.1.3-1.fc39.src.rpm
Repository : fedora
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.