timekprd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
timekprd: command not found
or when using sudo you get the following error message
sudo: timekprd: command not found
Solutions to timekprd: command not found
How To Fix timekprd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu timekprd is provided by timekpr-next package.
timekpr-next is:
Timekpr-nExT is a fresh, simple and easy-to-use time managing software that helps optimizing time spent at computer for Your subordinates, children or even for Yourself.
The software is targeted at parents or supervisors to optimize / limit time spent at computer as they see fit.
Please report any bugs to Timekpr-nExT’s bug tracker on Launchpad at: https://bugs.launchpad.net/timekpr-next/+bugs
To fix this problem, we can install more using the command below.
sudo apt-get -y install timekpr-next
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install timekpr-next.
sudo apt -y install timekpr-next
Or if you have aptitude installed you can use the following command.
sudo aptitude install timekpr-next
Summary
In this tutorial we learn how to fix timekprd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.