kupfer-exec command not found

In this troubleshooting guide we learn how to fix kupfer-exec command not found error message

Introduction

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

kupfer-exec: command not found

or when using sudo you get the following error message

sudo: kupfer-exec: command not found

Solutions to kupfer-exec: command not found

How To Fix kupfer-exec: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu kupfer-exec is provided by kupfer package.

kupfer is:

Kupfer is a summoner/launcher in the style of Quicksilver or GNOME Do. It can search and browse your files, launch desired applications and object you need in a quicker way.

Kupfer is written in Python 3 and has a flexible architecture based on plugins to extend its features.

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

sudo apt-get -y install kupfer

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

You can also use apt command to install kupfer.

sudo apt -y install kupfer

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

sudo aptitude install kupfer

Summary

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