How to Install and Uninstall tcsh Package on openSUSE Leap

Last updated: May 14,2024

1. Install "tcsh" package

Please follow the steps below to install tcsh on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install tcsh

2. Uninstall "tcsh" package

This is a short guide on how to uninstall tcsh on openSUSE Leap:

$ sudo zypper remove tcsh

3. Information about the tcsh package on openSUSE Leap

Information for package tcsh:
-----------------------------
Repository : Main Repository
Name : tcsh
Version : 6.20.00-4.15.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 556.5 KiB
Installed : No
Status : not installed
Source package : tcsh-6.20.00-4.15.1.src
Upstream URL : http://www.tcsh.org/
Summary : The C SHell
Description :
Tcsh is an enhanced, but completely compatible, version of the Berkeley
UNIX C shell, csh(1). It is a command language interpreter usable as an
interactive login shell and a shell script command processor. It
includes a command-line editor, programmable word completion, spelling
correction, a history mechanism, job control, and a C-like syntax.