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

Last updated: May 19,2024

1. Install "python3-sh.noarch" package

This tutorial shows how to install python3-sh.noarch on CentOS Stream 8

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

2. Uninstall "python3-sh.noarch" package

This guide let you learn how to uninstall python3-sh.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 0:42:16 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-sh
Version : 1.12.14
Release : 16.el8
Architecture : noarch
Size : 75 k
Source : python-sh-1.12.14-16.el8.src.rpm
Repository : epel
Summary : Python subprocess replacement
URL : https://github.com/amoffat/sh
License : MIT
Description : sh is a full-fledged subprocess replacement for Python that allows you to call
: any program as if it were a function. sh is not a collection of system
: commands implemented in Python.