kvantumpreview command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kvantumpreview: command not found
or when using sudo you get the following error message
sudo: kvantumpreview: command not found
Solutions to kvantumpreview: command not found
How To Fix kvantumpreview: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kvantumpreview 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 kvantumpreview command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.