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

Last updated: July 04,2024

1. Install "xmonad" package

This guide covers the steps necessary to install xmonad on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xmonad

2. Uninstall "xmonad" package

Please follow the instructions below to uninstall xmonad on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove xmonad $ sudo apt autoclean && sudo apt autoremove

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

Package: xmonad
Priority: optional
Section: universe/x11
Installed-Size: 2852
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Version: 0.12-1
Replaces: xmonad-rebuild
Provides: x-window-manager
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10, libx11-6, libxext6, libxinerama1, libxrandr2 (>= 2:1.2.99.3), x11-utils
Recommends: libghc-xmonad-dev, libghc-xmonad-doc, xfonts-base
Suggests: dmenu, gnome-session-flashback
Conflicts: xmonad-rebuild
Filename: pool/universe/x/xmonad/xmonad_0.12-1_amd64.deb
Size: 502758
MD5sum: 8c5b8f1015e2500c503dda96fcd1bd76
SHA1: aeae6b919a27f924493ac2d6b275f12664c03367
SHA256: 4367ed75bd3d1fdbe422559f4beae9820f8d148f21da3b8a7eb72e59e4193e88
Description-en: Lightweight X11 window manager written in Haskell
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package comes pre-configured with the default configuration. If
you want to build your custom-configured version, make sure that
libghc-xmonad-dev is installed and put your configuration in
~/.xmonad/xmonad.hs
Description-md5: a827bdbc621fa78a6624eb347265b935
Homepage: http://xmonad.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu