KDiskFree Disk Information Tool

KDiskFree or KDF is a free and open source disk info application for Linux. Using KDiskFree, you can view file devices like hard drive partitions, floppy,DVD and CD drives, USB drives and more with information on their capacity, free space, type and mount point. You can also use to mount and unmount drives and open the drives directly in a file manager easily. It is a simple and easy to use tool.

KDiskFree

How to Install KDiskFree on Ubuntu

To install KDiskFree on your Ubuntu Linux system, run below command in the terminal app (ctrl+alt+t).

sudo apt install kdf

After the successful installation of KDF, you can open it via the Show Apps or using below command.

kdf

You can also remove using below command.

sudo apt remove kdf

Install KDiskFree via Snap:

You can install the latest version of KDiskFree using below snap install command.

sudo snap install kdf

Install KDiskFree via Flatpak:

You can also install KDiskFree via flatpak. If you don’t have flatpak and flathub first install them using below commands. And restart it after the installation.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

After that install KDiskFree using below command.

flatpak install flathub org.kde.kdf

And run KDiskFree using below command.

flatpak run org.kde.kdf

And you can also uninstall KDiskFree flatpak using below commands.

flatpak uninstall org.kde.kdf

[OR]

sudo flatpak uninstall org.kde.kdf
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  xxHash: A High Performance Hash Verification App

Leave a Reply