How to Install and Uninstall scsh-common-0.6 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "scsh-common-0.6" package

Learn how to install scsh-common-0.6 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install scsh-common-0.6

2. Uninstall "scsh-common-0.6" package

Here is a brief guide to show you how to uninstall scsh-common-0.6 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove scsh-common-0.6 $ sudo apt autoclean && sudo apt autoremove

3. Information about the scsh-common-0.6 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: scsh-common-0.6
Priority: extra
Section: universe/interpreters
Installed-Size: 1908
Maintainer: Ubuntu Developers
Original-Maintainer: Scheme48 Maintainers Task Force
Architecture: all
Source: scsh-0.6
Version: 0.6.7-8
Replaces: scsh (<= 0.6.6-3)
Suggests: scsh-0.6-doc
Conflicts: scsh (<= 0.6.6-3)
Filename: pool/universe/s/scsh-0.6/scsh-common-0.6_0.6.7-8_all.deb
Size: 378248
MD5sum: e75d6b286a8490482bc410f32601e24e
SHA1: 3ee3fe160efe72d999f8dda1665163db725dc9f1
SHA256: ba74ac8d9dae76e988bdc60054b808f3a6e6a175c7d00724560187a2729870a8
Description-en: A `scheme' interpreter designed for writing system programs
Scsh has a high-level process notation for doing shell-script like
tasks: running programs, establishing pipelines and I/O redirection.
Scsh embeds this process notation within a full implementation of
Scheme, a minimal and clean dialect of the Lisp programming language.
The process notation is realized as a set of macro definitions, and
is carefully designed to allow full integration with standard Scheme
code. Scsh isn't Scheme-like; it is Scheme.
.
At the scripting level, scsh also has an Awk design, also implemented
as a macro that can be embedded inside general Scheme code.
.
Scsh additionally provides the low-level access to the operating
system normally associated with C. The current release provides full
access to POSIX, plus important non-POSIX extensions, such as
complete sockets support. "Full access to POSIX" means: fork, exec &
wait, sockets, full read, write, open & close, seek & tell, complete
file-system access, including stat, chmod/chgrp/chown, symlink, FIFO
& directory access, tty & pty support, file locking, pipes, select,
file-name pattern-matching, time & date, environment variables,
signal handlers, and more.
.
This package contains the architecture-independent files.
Description-md5: b67b8d361914d72dc0e5b30aaca2650b
Homepage: http://www.scsh.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu