weborf command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
weborf: command not found
or when using sudo you get the following error message
sudo: weborf: command not found
Solutions to weborf: command not found
How To Fix weborf: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu weborf is provided by weborf package.
weborf is:
Weborf is a configurationless webserver mainly meant to allow users to easily share their directories over the web. Has limited support to webdav, allowing its use by GNOME and KDE filemanagers. It also supports cgi.
To fix this problem, we can install more using the command below.
sudo apt-get -y install weborf
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install weborf.
sudo apt -y install weborf
Or if you have aptitude installed you can use the following command.
sudo aptitude install weborf
Summary
In this tutorial we learn how to fix weborf command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.