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

Last updated: September 30,2024

1. Install "python3-boto.noarch" package

Please follow the step by step instructions below to install python3-boto.noarch on Fedora 39

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

2. Uninstall "python3-boto.noarch" package

Here is a brief guide to show you how to uninstall python3-boto.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:12:39 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-boto
Version : 2.49.0
Release : 18.fc39
Architecture : noarch
Size : 1.8 M
Source : python-boto-2.49.0-18.fc39.src.rpm
Repository : fedora
Summary : A simple, lightweight interface to Amazon Web Services
URL : https://github.com/boto/boto
License : MIT
Description : Boto is a Python package that provides interfaces to Amazon Web Services.
: It supports over thirty services, such as S3 (Simple Storage Service),
: SQS (Simple Queue Service), and EC2 (Elastic Compute Cloud) via their
: REST and Query APIs. The goal of boto is to support the full breadth
: and depth of Amazon Web Services. In addition, boto provides support
: for other public services such as Google Storage in addition to private
: cloud systems like Eucalyptus, OpenStack and Open Nebula.