konqueror command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
konqueror: command not found
or when using sudo you get the following error message
sudo: konqueror: command not found
Solutions to konqueror: command not found
How To Fix konqueror: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu konqueror is provided by konqueror package.
konqueror is:
Konqueror is the KDE web browser and advanced file manager.
Konqueror is a standards-compliant web browser, supporting HTML 4.01, Java, JavaScript, CSS3, and Netscape plugins such as Flash.
It supports advanced file management on local UNIX filesystems, with flexible views, network transparency, and embedded file viewing.
It is the canvas for many KDE technologies, from remote file access via KIO to component embedding via the KParts object interface, making it one of the most customizable applications available.
This package is part of the KDE base applications module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install konqueror
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install konqueror.
sudo apt -y install konqueror
Or if you have aptitude installed you can use the following command.
sudo aptitude install konqueror
Summary
In this tutorial we learn how to fix konqueror command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.