How to Install and Uninstall python3-test.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "python3-test.i686" package

This tutorial shows how to install python3-test.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-test.i686

2. Uninstall "python3-test.i686" package

This guide let you learn how to uninstall python3-test.i686 on Fedora 36:

$ sudo dnf remove python3-test.i686 $ sudo dnf autoremove

3. Information about the python3-test.i686 package on Fedora 36

Last metadata expiration check: 1:04:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-test
Version : 3.10.6
Release : 1.fc36
Architecture : i686
Size : 9.8 M
Source : python3.10-3.10.6-1.fc36.src.rpm
Repository : updates
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 python3-libs, or a library such as
: python3-pytest.