Desktop publishing is popular everywhere. Organizations, teams, and individuals all publish different kinds of materials to keep their businesses thriving. Desktop publishing has been a primary way of communication for years. Recently many software have started sharing their source code. Therefore, desktop publishing has taken the way into the Linux world as well.
Here at Ibmi Media, we shall look into how to install gLabels on Ubuntu 20.04 LTS.
Steps to install gLabels Publisher on Ubuntu 20.04 Focal Fossa
1. Perform System Update
To begin, we need to update the Ubuntu system repos:
$ sudo apt update
2. Install gLabels publisher
Now, install gLabels publisher with the below command:
$ sudo apt install glabels
3. Verify gLabels Publisher Installation
To confirm if the gLabels have been fully installed, simply run the below command:
$ glabels --version
An alternative way is to find the gLabels via your system dashboard.
How to Launch gLables Publisher ?
You can Launch gLabel Publisher with the following command using the terminal:
$ glabels
To launch gLabels graphically, you need to locate the application from the Dashboard. After that, you can simply click and run the application.
How to Uninstall gLabels From Ubuntu 20.04 ?
Below is the command to safely remove gLabels from your Ubuntu system:
$ sudo apt remove glables