How to Install and Uninstall xmonad Package on Kali Linux

Last updated: May 12,2024

1. Install "xmonad" package

This guide covers the steps necessary to install xmonad on Kali Linux

$ sudo apt update $ sudo apt install xmonad

2. Uninstall "xmonad" package

Learn how to uninstall xmonad on Kali Linux:

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

3. Information about the xmonad package on Kali Linux

Package: xmonad
Source: xmonad (0.17.2-1)
Version: 0.17.2-1+b1
Installed-Size: 11673
Maintainer: Debian Haskell Group
Architecture: amd64
Replaces: xmonad-rebuild
Provides: x-window-manager
Depends: x11-utils, libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg), libx11-6, libxext6, libxinerama1 (>= 2:1.1.4), libxrandr2 (>= 2:1.5.0), libxss1
Recommends: libghc-xmonad-dev, libghc-xmonad-doc, xfonts-base
Suggests: dmenu, gnome-session-flashback (>= 3.34)
Conflicts: xmonad-rebuild
Size: 1766852
SHA256: 2b5229bc8d0092fdb42b2a4b45fda981d01cd2748abc0f123e43620f968fa7fc
SHA1: e54082de82e03e53682badee33b11288975cefdb
MD5sum: c45111e5cd147aa8fc35e9f6f848faee
Description: 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:
Homepage: https://xmonad.org
Tag: implemented-in::haskell, interface::graphical, interface::x11,
role::program, uitoolkit::xlib, x11::window-manager
Section: x11
Priority: optional
Filename: pool/main/x/xmonad/xmonad_0.17.2-1+b1_amd64.deb