Zenity is a free tool that helps in the execution of GTK dialogue boxes within the Linux terminal as well as within the shell scripts.
Here at LinuxAPT, we shall look into the installation method of Zenity on Linux Mint 20.3.
1. Perform System Update
To begin, you need to update your OS with the below command:
$ sudo apt-get update
2. Install Zenity on the system
After updating your OS, you can install Zenity on it by running the following command:
$ sudo apt-get install zenity
3. Confirm Zenity installation
Once Zenity is installed on Linux Mint 20.3, you can then find out its version by running the below command:
$ zenity --version
To remove Zenity from Linux Mint 20.3, you just need to execute the below command:
$ sudo apt-get purge --autoremove zenity
This article covers the installation procedure of Zenity on Linux Mint 20.3. In fact, zenity is Display dialog boxes from shell scripts.