makexvpics command not found

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

Introduction

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

makexvpics: command not found

or when using sudo you get the following error message

sudo: makexvpics: command not found

Solutions to makexvpics: command not found

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

In Ubuntu makexvpics is provided by makexvpics package.

makexvpics is:

This package includes a shell script and a C helper program to update XV/zgv/xzgv thumbnails from the command line.

Note that the thumbnails used by GNOME and KDE are in a different, incompatible format; you will need to use a tool designed for those desktops to create thumbnails for Nautilus or Konqueror.

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

sudo apt-get -y install makexvpics

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

You can also use apt command to install makexvpics.

sudo apt -y install makexvpics

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

sudo aptitude install makexvpics

Summary

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