darnwdl command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
darnwdl: command not found
or when using sudo you get the following error message
sudo: darnwdl: command not found
Solutions to darnwdl: command not found
How To Fix darnwdl: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu darnwdl is provided by darnwdl package.
darnwdl is:
WDL is a document format used by Taiwan government. darnwdl is a viewer for WDL files. Due to the format spec is not open, darnwdl is based on reverse engineering.
To fix this problem, we can install more using the command below.
sudo apt-get -y install darnwdl
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install darnwdl.
sudo apt -y install darnwdl
Or if you have aptitude installed you can use the following command.
sudo aptitude install darnwdl
Summary
In this tutorial we learn how to fix darnwdl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.