roger command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
roger: command not found
or when using sudo you get the following error message
sudo: roger: command not found
Solutions to roger: command not found
How To Fix roger: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu roger is provided by roger-router package.
roger-router is:
Journal, Fax-Software and Call-Monitor for AVM FRITZ!Box or compatible routers. The following features are supported through plugins:
- Call monitor, journal and address book
- Use system as softphone or dial support
- Fax transfer with CUPS integration.
- import address books from the Fritz!Box, Evolution and Thunderbird
- status icon and notification popus
A predecessor to the program was formerly called FRITZ!Box Fun (ffgtk). This is the GUI version of the program including plugins.
To fix this problem, we can install more using the command below.
sudo apt-get -y install roger-router
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install roger-router.
sudo apt -y install roger-router
Or if you have aptitude installed you can use the following command.
sudo aptitude install roger-router
Summary
In this tutorial we learn how to fix roger command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.