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

Last updated: October 05,2024

1. Install "python3-pynamodb.noarch" package

Please follow the steps below to install python3-pynamodb.noarch on Oracle Linux 9

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

2. Uninstall "python3-pynamodb.noarch" package

Please follow the steps below to uninstall python3-pynamodb.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 2:43:44 ago on Thu Feb 15 07:50:05 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.