How to Install and Uninstall xmonad Package on openSUSE Leap

Last updated: May 21,2024

1. Install "xmonad" package

This tutorial shows how to install xmonad on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install xmonad

2. Uninstall "xmonad" package

This tutorial shows how to uninstall xmonad on openSUSE Leap:

$ sudo zypper remove xmonad

3. Information about the xmonad package on openSUSE Leap

Information for package xmonad:
-------------------------------
Repository : Main Repository
Name : xmonad
Version : 0.17.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.8 MiB
Installed : No
Status : not installed
Source package : xmonad-0.17.0-bp155.2.13.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.