How to Install and Uninstall python-click.src Package on Oracle Linux 8

Last updated: October 09,2024

1. Install "python-click.src" package

In this section, we are going to explain the necessary steps to install python-click.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-click.src

2. Uninstall "python-click.src" package

Here is a brief guide to show you how to uninstall python-click.src on Oracle Linux 8:

$ sudo dnf remove python-click.src $ sudo dnf autoremove

3. Information about the python-click.src package on Oracle Linux 8

Last metadata expiration check: 0:53:30 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-click
Version : 6.7
Release : 8.el8
Architecture : src
Size : 289 k
Source : None
Repository : ol8_appstream
Summary : Simple wrapper around optparse for powerful command line utilities
URL : https://github.com/mitsuhiko/click
License : BSD
Description : click is a Python package for creating beautiful command line
: interfaces in a composable way with as little amount of code as necessary.
: It's the "Command Line Interface Creation Kit". It's highly configurable but
: comes with good defaults out of the box.