How to Install and Uninstall xmonad Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "xmonad" package

This guide covers the steps necessary to install xmonad on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install xmonad

2. Uninstall "xmonad" package

Please follow the instructions below to uninstall xmonad on openSuSE Tumbleweed:

$ sudo zypper remove xmonad

3. Information about the xmonad package on openSuSE Tumbleweed

Information for package xmonad:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : xmonad
Version : 0.18.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.1 MiB
Installed : No
Status : not installed
Source package : xmonad-0.18.0-1.2.src
Upstream URL : https://hackage.haskell.org/package/xmonad
Summary : A tiling window manager
Description :
Xmonad is a tiling window manager for X. Windows are arranged automatically to
tile the screen without gaps or overlap, maximising screen use. All features of
the window manager are accessible from the keyboard: a mouse is strictly
optional. xmonad is written and extensible in Haskell. Custom layout
algorithms, and other extensions, may be written by the user in config files.
Layouts are applied dynamically, and different layouts may be used on each
workspace. Xinerama is fully supported, allowing windows to be tiled on several
screens.