This package browser is in early development. Mind the rough edges.

xterm

Terminal emulator for the X Window System

The xterm program is a terminal emulator for the X Window System. It provides DEC VT102/VT220 (VTxxx) and Tektronix 4014 compatible terminals for programs that cannot use the window system directly.

Installation

Install the latest version of xterm as follows:

guix install xterm

Or install a particular version:

guix install xterm@397

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of xterm about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/xterm'><img src='https://packages.guix.gnu.org/packages/xterm/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/xterm/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/xterm)

Example Org:

[[https://packages.guix.gnu.org/packages/xterm][https://packages.guix.gnu.org/packages/xterm/badges/latest-version.svg]]