wmrack command not found

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

Introduction

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

wmrack: command not found

or when using sudo you get the following error message

sudo: wmrack: command not found

Solutions to wmrack: command not found

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

In Ubuntu wmrack is provided by wmrack package.

wmrack is:

This dockapp combines a CD player and a mixer in one 48x48 window. Very efficient on screen real-estate. Especially handy if you mainly want a mixer, and only rarely use a CD player, but want to have one around just in case.

It’s designed with WindowMaker in mind, but it works fine with any window manager, and can be swallowed by afterstep/fvwm/gnome panel/etc.

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

sudo apt-get -y install wmrack

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

You can also use apt command to install wmrack.

sudo apt -y install wmrack

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

sudo aptitude install wmrack

Summary

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