fenrir-daemon command not found
In this troubleshooting guide we learn how to fix fenrir-daemon command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
fenrir-daemon: command not found
or when using sudo you get the following error message
sudo: fenrir-daemon: command not found
Solutions to fenrir-daemon: command not found
How To Fix fenrir-daemon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fenrir-daemon is provided by fenrir package.
fenrir is:
Fenrir is a young but powerful, modular and flexible console screen reader. It has a lot of functionality:
- spellchecker
- advanced review functionality
- copy/paste
- multiple clipboards
- not in kernel space
- echo: word, char and deletion
- date/ time announcement
- script key (add functionality via bash and let fenrir read the output)
- window mode
- highlight tracking mode
- easy to extent, plugin architecture
- promoted words (hear a sound if your name is spoken in IRC)
- periodic time announcement
- everything configurable
- per app scripts
- emoji replacement :) = smile
- user defined dictionary
- multiple keyboard layouts
- sound icons themes
To fix this problem, we can install more using the command below.
sudo apt-get -y install fenrir
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fenrir.
sudo apt -y install fenrir
Or if you have aptitude installed you can use the following command.
sudo aptitude install fenrir
Summary
In this tutorial we learn how to fix fenrir-daemon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.