luakit command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
luakit: command not found
or when using sudo you get the following error message
sudo: luakit: command not found
Solutions to luakit: command not found
How To Fix luakit: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu luakit is provided by luakit package.
luakit is:
Luakit is a highly-configurable browser framework based on WebKitGTK+. It is very fast and extensible by Lua. It is primarily targeted at power users, developers and any people with too much time on their hands who want to have fine-grained control over their web browser’s behaviour and interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install luakit
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install luakit.
sudo apt -y install luakit
Or if you have aptitude installed you can use the following command.
sudo aptitude install luakit
Summary
In this tutorial we learn how to fix luakit command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.