How to Install and Uninstall xmonad-basic.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "xmonad-basic.x86_64" package

Please follow the steps below to install xmonad-basic.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install xmonad-basic.x86_64

2. Uninstall "xmonad-basic.x86_64" package

This guide let you learn how to uninstall xmonad-basic.x86_64 on CentOS Stream 8:

$ sudo dnf remove xmonad-basic.x86_64 $ sudo dnf autoremove

3. Information about the xmonad-basic.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:46:39 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : xmonad-basic
Version : 0.13
Release : 7.el8
Architecture : x86_64
Size : 20 k
Source : xmonad-0.13-7.el8.src.rpm
Repository : epel
Summary : A tiling window manager
URL : https://hackage.haskell.org/package/xmonad
License : BSD
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.
:
: This meta-package allows running the default basic upstream xmonad
: configuration with xterm and dmenu.
:
: If you want to customize xmonad, please install xmonad or xmonad-mate.