How to Install and Uninstall stumpwm Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "stumpwm" package

Please follow the instructions below to install stumpwm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install stumpwm

2. Uninstall "stumpwm" package

This guide covers the steps necessary to uninstall stumpwm on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove stumpwm $ sudo apt autoclean && sudo apt autoremove

3. Information about the stumpwm package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: stumpwm
Priority: optional
Section: universe/devel
Installed-Size: 758
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Architecture: all
Version: 2:0.9.9-1
Provides: x-window-manager
Depends: cl-clx-sbcl | cmucl-source, cl-ppcre, cl-asdf
Suggests: slime, x-terminal-emulator, www-browser, info-browser, x11-utils, rlwrap
Filename: pool/universe/s/stumpwm/stumpwm_0.9.9-1_all.deb
Size: 172350
MD5sum: 5433915727cbcbe6cfb25ffae488c1b7
SHA1: 0877052380618c0c08f5109012e2aec90f2b9aa3
SHA256: 1766cc666cfae20294a0f5a1a1c2845e6fc753f975bb623bf2669066e6d0615b
Description-en: tiling, keyboard driven Common Lisp window manager
StumpWM is a window manager written entirely in Common Lisp. It
attempts to be highly customizable while relying entirely on the
keyboard for input. You will not find buttons, icons, title bars,
tool bars, or any of the other conventional GUI widgets.
.
These design decisions reflect the growing popularity of productive,
customizable lisp based systems.
.
Please ensure that you install compatible implementations of CL and
CLX. That means either install sbcl and cl-clx-sbcl or cmucl and
cmucl-source or clisp-module-clx only.
.
The suggested package, slime, lets you control a running StumpWM
session through Emacs.
.
If you need Xinerama support, you need the xdpyinfo utility from the
x11-utils package.
.
The rlwrap package provides command completion for stumpish.
Description-md5: 64a5336fe9ba168d4fa06d03936d5e3b
Homepage: http://www.nongnu.org/stumpwm/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu