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