How to Install and Uninstall shc.x86_64 Package on Oracle Linux 8

Last updated: May 15,2024

1. Install "shc.x86_64" package

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

$ sudo dnf update $ sudo dnf install shc.x86_64

2. Uninstall "shc.x86_64" package

Please follow the guidelines below to uninstall shc.x86_64 on Oracle Linux 8:

$ sudo dnf remove shc.x86_64 $ sudo dnf autoremove

3. Information about the shc.x86_64 package on Oracle Linux 8

Last metadata expiration check: 0:50:43 ago on Mon Sep 12 02:51:38 2022.
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.