qutebrowser command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qutebrowser: command not found
or when using sudo you get the following error message
sudo: qutebrowser: command not found
Solutions to qutebrowser: command not found
How To Fix qutebrowser: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qutebrowser is provided by qutebrowser package.
qutebrowser is:
qutebrowser is a keyboard-focused browser with a minimal GUI. It’s based on Python and PyQt5 and was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
qutebrowser supports two different rendering engine backends: QtWebKit and QtWebEngine.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qutebrowser
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qutebrowser.
sudo apt -y install qutebrowser
Or if you have aptitude installed you can use the following command.
sudo aptitude install qutebrowser
Summary
In this tutorial we learn how to fix qutebrowser command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.