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

Last updated: October 05,2024

1. Install "tcsh.src" package

Here is a brief guide to show you how to install tcsh.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install tcsh.src

2. Uninstall "tcsh.src" package

Please follow the guidance below to uninstall tcsh.src on Oracle Linux 9:

$ sudo dnf remove tcsh.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:05:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : tcsh
Version : 6.22.03
Release : 6.el9
Architecture : src
Size : 1.0 M
Source : None
Repository : ol9_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.