How to Install and Uninstall python3-sh.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-sh.noarch" package

In this section, we are going to explain the necessary steps to install python3-sh.noarch on AlmaLinux 9

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

2. Uninstall "python3-sh.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-sh.noarch on AlmaLinux 9:

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

3. Information about the python3-sh.noarch package on AlmaLinux 9

Last metadata expiration check: 1:27:45 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-sh
Version : 1.14.2
Release : 5.el9
Architecture : noarch
Size : 76 k
Source : python-sh-1.14.2-5.el9.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.