clawsker command not found

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

Introduction

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

clawsker: command not found

or when using sudo you get the following error message

sudo: clawsker: command not found

Solutions to clawsker: command not found

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

In Ubuntu clawsker is provided by clawsker package.

clawsker is:

Clawsker is an applet to edit the so called Claws Mail hidden preferences.

Claws Mail is a fast, lightweight and feature-rich MUA with a high number of configurable options. To keep the binary small and fast some of these preferences which not widely used are not provided with a graphical interface for inspection and/or modification.

Users wanting to edit such preferences had to face raw edition of their configuration files, now you can do it with a convenient GTK+3 interface using Clawsker. In addition to hidden preferences, windows positions and/or sizes and keyboard shortcuts can be edited.

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

sudo apt-get -y install clawsker

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

You can also use apt command to install clawsker.

sudo apt -y install clawsker

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

sudo aptitude install clawsker

Summary

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