wmressel command not found

In this troubleshooting guide we learn how to fix wmressel command not found error message

Introduction

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

wmressel: command not found

or when using sudo you get the following error message

sudo: wmressel: command not found

Solutions to wmressel: command not found

How To Fix wmressel: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu wmressel is provided by wmressel package.

wmressel is:

wmressel is a simple dockable X11 resolution selector for Window Maker that displays the current X11 resolution and lets you change it through a popup menu.

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

sudo apt-get -y install wmressel

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

You can also use apt command to install wmressel.

sudo apt -y install wmressel

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

sudo aptitude install wmressel

Summary

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