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

Last updated: October 09,2024

1. Install "python3-pynamodb.noarch" package

Learn how to install python3-pynamodb.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pynamodb.noarch" package

This tutorial shows how to uninstall python3-pynamodb.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:33:59 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pynamodb
Version : 5.5.1
Release : 3.el9
Architecture : noarch
Size : 117 k
Source : python-pynamodb-5.5.1-3.el9.src.rpm
Repository : epel
Summary : A pythonic interface to Amazon’s DynamoDB
URL : https://github.com/pynamodb/PynamoDB
License : MIT
Description : A pythonic interface to Amazon’s DynamoDB.
:
: DynamoDB is a great NoSQL service provided by Amazon, but the API is verbose.
: PynamoDB presents you with a simple, elegant API.