How to Install and Uninstall python3-pynamodb.noarch Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "python3-pynamodb.noarch" package

In this section, we are going to explain the necessary steps to install python3-pynamodb.noarch on Rocky Linux 9

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

2. Uninstall "python3-pynamodb.noarch" package

Please follow the step by step instructions below to uninstall python3-pynamodb.noarch on Rocky Linux 9:

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

3. Information about the python3-pynamodb.noarch package on Rocky Linux 9

Last metadata expiration check: 0:26:34 ago on Fri Feb 16 06:49:52 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.