The KGraphViewer is an amazing tool for viewing and creating graphs on Linux. This tool comes with a very simple interface that even a naïve user can learn very quickly.
Here at LinuxAPT, we shall look into how to install KGraphViewer on Linux Mint 20.3 system.
1. Install Snap Daemon
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build.
To begin, install snapd by running the below command:
$ sudo apt update
$ sudo apt install snapd
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
2. Install KGraphViewer on the system
Now, install the KGraphViewer on your system by executing the following command:
$ sudo snap install kgraphviewer --candidate
To access the KGraphViewer on Linux Mint 20.3, you need to launch it from the Mint Menu. The KGraphViewer has a very minimalistic and simple interface.
The KGraphViewer can be instantly removed from a Linux Mint 20.3 system by running the following command:
$ sudo snap remove kgraphviewer
This article covers the complete process of installing KGraphViewer on a Linux Mint 20.3 system. In fact, after installing it, you can now play around with graphs in Linux.