kwikdisk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kwikdisk: command not found
or when using sudo you get the following error message
sudo: kwikdisk: command not found
Solutions to kwikdisk: command not found
How To Fix kwikdisk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kwikdisk is provided by kdf package.
kdf is:
KDiskFree displays information about hard disks and other storage devices, including the amount of free space available. It can also mount and unmount storage devices and view them in the file manager.
KwikDisk is an icon for the system tray that provides convenient access to the features of KDiskFree.
This package is part of the KDE Applications utilities module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kdf
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kdf.
sudo apt -y install kdf
Or if you have aptitude installed you can use the following command.
sudo aptitude install kdf
Summary
In this tutorial we learn how to fix kwikdisk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.