falkon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
falkon: command not found
or when using sudo you get the following error message
sudo: falkon: command not found
Solutions to falkon: command not found
How To Fix falkon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu falkon is provided by falkon package.
falkon is:
Falkon is a new and very fast Qt Webengine browser. It aims to be a lightweight web browser available through all major platforms.
Falkon has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL Manager.
To fix this problem, we can install more using the command below.
sudo apt-get -y install falkon
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install falkon.
sudo apt -y install falkon
Or if you have aptitude installed you can use the following command.
sudo aptitude install falkon
Summary
In this tutorial we learn how to fix falkon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.