dokujclient command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dokujclient: command not found
or when using sudo you get the following error message
sudo: dokujclient: command not found
Solutions to dokujclient: command not found
How To Fix dokujclient: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dokujclient is provided by dokujclient package.
dokujclient is:
Command line tool which can be used interactively or in scripts, to interact (read, write, …) with an instance of Dokuwiki. Nearly all the xmlrpc interface is mirrored, and all recent versions of Dokuwiki are supported.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dokujclient
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dokujclient.
sudo apt -y install dokujclient
Or if you have aptitude installed you can use the following command.
sudo aptitude install dokujclient
Summary
In this tutorial we learn how to fix dokujclient command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.