How to Install and Uninstall python39-test.x86_64 Package on Rocky Linux 8

Last updated: June 18,2024

1. Install "python39-test.x86_64" package

This guide covers the steps necessary to install python39-test.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python39-test.x86_64

2. Uninstall "python39-test.x86_64" package

This is a short guide on how to uninstall python39-test.x86_64 on Rocky Linux 8:

$ sudo dnf remove python39-test.x86_64 $ sudo dnf autoremove

3. Information about the python39-test.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:50:19 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python39-test
Version : 3.9.7
Release : 1.module+el8.6.0+795+de4edbcc
Architecture : x86_64
Size : 10 M
Source : python39-3.9.7-1.module+el8.6.0+795+de4edbcc.src.rpm
Repository : appstream
Summary : The self-test suite for the main python3 package
URL : https://www.python.org/
License : Python
Description : The self-test suite for the Python interpreter.
:
: This is only useful to test Python itself. For testing general Python code,
: you should use the unittest module from python39-libs, or a library such as
: python39-pytest.