dafssync-debug command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dafssync-debug: command not found
or when using sudo you get the following error message
sudo: dafssync-debug: command not found
Solutions to dafssync-debug: command not found
How To Fix dafssync-debug: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dafssync-debug is provided by openafs-fileserver package.
openafs-fileserver is:
AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management.
This package provides the AFS fileserver binaries. It should be installed on any machine that will export files into AFS.
To fix this problem, we can install more using the command below.
sudo apt-get -y install openafs-fileserver
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install openafs-fileserver.
sudo apt -y install openafs-fileserver
Or if you have aptitude installed you can use the following command.
sudo aptitude install openafs-fileserver
Summary
In this tutorial we learn how to fix dafssync-debug command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.