How to Install and Uninstall python3-sh.noarch Package on Fedora 35

Last updated: October 05,2024

1. Install "python3-sh.noarch" package

Please follow the step by step instructions below to install python3-sh.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the python3-sh.noarch package on Fedora 35

Last metadata expiration check: 0:18:42 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-sh
Version : 1.14.2
Release : 3.fc35
Architecture : noarch
Size : 77 k
Source : python-sh-1.14.2-3.fc35.src.rpm
Repository : fedora
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.