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

Last updated: October 05,2024

1. Install "python3-boto.noarch" package

Please follow the steps below to install python3-boto.noarch on Fedora 34

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

2. Uninstall "python3-boto.noarch" package

This guide covers the steps necessary to uninstall python3-boto.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:48:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-boto
Version : 2.49.0
Release : 8.fc34
Architecture : noarch
Size : 1.4 M
Source : python-boto-2.49.0-8.fc34.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.