kaffeine command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kaffeine: command not found
or when using sudo you get the following error message
sudo: kaffeine: command not found
Solutions to kaffeine: command not found
How To Fix kaffeine: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kaffeine is provided by kaffeine package.
kaffeine is:
Kaffeine is a media player for KDE based on VLC, which gives it a wide variety of supported media types and lets Kaffeine access CDs, DVDs, and network streams easily. Kaffeine also has an excellent support of digital TV (DVB).
Kaffeine can keep track of multiple playlists simultaneously, and supports autoloading of subtitle files for use while playing video.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kaffeine
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kaffeine.
sudo apt -y install kaffeine
Or if you have aptitude installed you can use the following command.
sudo aptitude install kaffeine
Summary
In this tutorial we learn how to fix kaffeine command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.