How to Install and Uninstall python3-optcomplete.noarch Package on Fedora 36

Last updated: July 02,2024

1. Install "python3-optcomplete.noarch" package

In this section, we are going to explain the necessary steps to install python3-optcomplete.noarch on Fedora 36

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

2. Uninstall "python3-optcomplete.noarch" package

This is a short guide on how to uninstall python3-optcomplete.noarch on Fedora 36:

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

3. Information about the python3-optcomplete.noarch package on Fedora 36

Last metadata expiration check: 5:35:50 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-optcomplete
Version : 1.2.1
Release : 11.fc36
Architecture : noarch
Size : 25 k
Source : python-optcomplete-1.2.1-11.fc36.src.rpm
Repository : fedora
Summary : Shell Completion Self-Generator for Python 3
URL : http://furius.ca/optcomplete
License : BSD
Description : This Python 3 module aims at providing almost automatically shell completion
: for any Python program that already uses the optparse module.