cadaver command not found

In this troubleshooting guide we learn how to fix cadaver command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

cadaver: command not found

or when using sudo you get the following error message

sudo: cadaver: command not found

Solutions to cadaver: command not found

How To Fix cadaver: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu cadaver is provided by cadaver package.

cadaver is:

cadaver supports file upload, download, on-screen display, in-place editing, namespace operations (move/copy), collection creation and deletion, property manipulation, and resource locking.

Its operation is similar to the standard BSD ftp(1) client and the Samba Project’s smbclient(1).

This package includes GnuTLS (HTTPS) support.

WebDAV (Web-based Distributed Authoring and Versioning) is a set of extensions to the HTTP protocol which allow users to collaboratively edit and manage files on remote web servers.

To fix this problem, we can install more using the command below.

sudo apt-get -y install cadaver

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install cadaver.

sudo apt -y install cadaver

Or if you have aptitude installed you can use the following command.

sudo aptitude install cadaver

Summary

In this tutorial we learn how to fix cadaver command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.