literki command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
literki: command not found
or when using sudo you get the following error message
sudo: literki: command not found
Solutions to literki: command not found
How To Fix literki: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu literki is provided by literki package.
literki is:
Literki is a full qwerty keyboard with configurable layout and always-on functionality by usage of transparency. Applications do not need to redraw and popping up the keyboard is therefore very fast.
In addition to keyboard, literki comes with touchpad and scroll buttons.
To fix this problem, we can install more using the command below.
sudo apt-get -y install literki
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install literki.
sudo apt -y install literki
Or if you have aptitude installed you can use the following command.
sudo aptitude install literki
Summary
In this tutorial we learn how to fix literki command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.