openbsd-cwm command not found

In this troubleshooting guide we learn how to fix openbsd-cwm command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

openbsd-cwm: command not found

or when using sudo you get the following error message

sudo: openbsd-cwm: command not found

Solutions to openbsd-cwm: command not found

How To Fix openbsd-cwm: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu openbsd-cwm is provided by cwm package.

cwm is:

cwm is a minimalist stacking window manager ported from OpenBSD. Originally inspired by evilwm, it was rewritten from scratch due to limitations in the evilwm codebase.

cwm contains many features that concentrate on the efficiency and transparency of window management. cwm also aims to maintain the simplest and most pleasant aesthetic. It provides minimal decoration and screen clutter, instead having powerful controls to manage windows, launch programs etc. via key and mouse bindings. A “virtual desktop” can be simulated by the ability to group windows, and to show and hide these groups.

cwm is very configurable via a simple, clearly documented .cwmrc file.

If you are looking for simple menus and pretty icons, cwm is probably not going to be your cup of tea. If you don’t mind a little learning curve and want something powerful and flexible, try it out.

To fix this problem, we can install more using the command below.

sudo apt-get -y install cwm

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install cwm.

sudo apt -y install cwm

Or if you have aptitude installed you can use the following command.

sudo aptitude install cwm

Summary

In this tutorial we learn how to fix openbsd-cwm command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.