How to Install and Uninstall tcsh.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "tcsh.src" package

Please follow the steps below to install tcsh.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install tcsh.src

2. Uninstall "tcsh.src" package

This is a short guide on how to uninstall tcsh.src on Oracle Linux 8:

$ sudo dnf remove tcsh.src $ sudo dnf autoremove

3. Information about the tcsh.src package on Oracle Linux 8

Last metadata expiration check: 0:25:49 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : tcsh
Version : 6.20.00
Release : 15.el8
Architecture : src
Size : 1.0 M
Source : None
Repository : ol8_appstream
Summary : An enhanced version of csh, the C shell
URL : http://www.tcsh.org/
License : BSD
Description : Tcsh is an enhanced but completely compatible version of csh, the C shell. Tcsh
: is a command language interpreter which can be used both as an interactive login
: shell and as a shell script command processor. Tcsh includes a command line
: editor, programmable word completion, spelling correction, a history mechanism,
: job control and a C language like syntax.