pure-ftpd-wrapper command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pure-ftpd-wrapper: command not found
or when using sudo you get the following error message
sudo: pure-ftpd-wrapper: command not found
Solutions to pure-ftpd-wrapper: command not found
How To Fix pure-ftpd-wrapper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pure-ftpd-wrapper is provided by pure-ftpd-common package.
pure-ftpd-common is:
This package provides files shared between the three pure-ftpd binary packages like startup scripts, documentation, and examples.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pure-ftpd-common
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pure-ftpd-common.
sudo apt -y install pure-ftpd-common
Or if you have aptitude installed you can use the following command.
sudo aptitude install pure-ftpd-common
Summary
In this tutorial we learn how to fix pure-ftpd-wrapper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.