contactthemeeditor command not found

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

Introduction

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

contactthemeeditor: command not found

or when using sudo you get the following error message

sudo: contactthemeeditor: command not found

Solutions to contactthemeeditor: command not found

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

In Ubuntu contactthemeeditor is provided by kdepim-themeeditors package.

kdepim-themeeditors is:

KDE PIM Theme Editors allow you to create and edit various KDE themes for KDE PIM software such as KMail and KAddressBook.

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

sudo apt-get -y install kdepim-themeeditors

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

You can also use apt command to install kdepim-themeeditors.

sudo apt -y install kdepim-themeeditors

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

sudo aptitude install kdepim-themeeditors

Summary

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