kvantummanager command not found

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

Introduction

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

kvantummanager: command not found

or when using sudo you get the following error message

sudo: kvantummanager: command not found

Solutions to kvantummanager: command not found

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

In Ubuntu kvantummanager is provided by qt5-style-kvantum package.

qt5-style-kvantum is:

Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt, with an emphasis on elegance, usability and practicality.

This package contain the application files.

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

sudo apt-get -y install qt5-style-kvantum

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

You can also use apt command to install qt5-style-kvantum.

sudo apt -y install qt5-style-kvantum

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

sudo aptitude install qt5-style-kvantum

Summary

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