How to Install and Uninstall python3-ana.noarch Package on CentOS Stream 8

Last updated: January 20,2025

1. Install "python3-ana.noarch" package

In this section, we are going to explain the necessary steps to install python3-ana.noarch on CentOS Stream 8

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

2. Uninstall "python3-ana.noarch" package

Please follow the step by step instructions below to uninstall python3-ana.noarch on CentOS Stream 8:

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

3. Information about the python3-ana.noarch package on CentOS Stream 8

Last metadata expiration check: 2:51:21 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-ana
Version : 0.06
Release : 1.el8
Architecture : noarch
Size : 20 k
Source : python-ana-0.06-1.el8.src.rpm
Repository : epel
Summary : Python module to provide easy distributed data storage
URL : https://pypi.org/project/ana/
License : MIT
Description : ANA is a project to provide easy distributed data storage. It provides every
: object with a UUID and, when pickled, will first serialize the object's state
: to a central location and then "pickle" the object into just its UUID.