How to Install and Uninstall shc.x86_64 Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "shc.x86_64" package

In this section, we are going to explain the necessary steps to install shc.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install shc.x86_64

2. Uninstall "shc.x86_64" package

This guide covers the steps necessary to uninstall shc.x86_64 on CentOS Stream 8:

$ sudo dnf remove shc.x86_64 $ sudo dnf autoremove

3. Information about the shc.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:25:21 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : shc
Version : 4.0.3
Release : 1.el8
Architecture : x86_64
Size : 45 k
Source : shc-4.0.3-1.el8.src.rpm
Repository : epel
Summary : Shell script compiler
URL : https://neurobin.org/projects/softwares/unix/shc/
License : GPLv3
Description : SHC is a generic shell script compiler. It takes
: a script, which is specified on the command line
: and produces C source code. The generated source
: code is then compiled and linked to produce a s-
: tripped binary.