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.
1. Perform System Update
To begin, we need to update the Ubuntu system repos:
$ sudo apt update2. Install gLabels publisher
Now, install gLabels publisher with the below command:
$ sudo apt install glabels3. Verify gLabels Publisher Installation
To confirm if the gLabels have been fully installed, simply run the below command:
$ glabels --versionAn alternative way is to find the gLabels via your system dashboard.
You can Launch gLabel Publisher with the following command using the terminal:
$ glabelsTo launch gLabels graphically, you need to locate the application from the Dashboard. After that, you can simply click and run the application.
Below is the command to safely remove gLabels from your Ubuntu system:
$ sudo apt remove glablesThis article covers how to install gLabels which is a unique desktop publishing for label designing. In fact, gLabels is designed to work with various laser/ink-jet peel-off label and business card sheets that you'll find at most office supply stores. gLabels also supports mail merge from sources such as CSV files, vCards and Evolution data servers.
How to Install glabels on Ubuntu Using apt ?
Update apt database with apt using the following command:
$ sudo apt updateAfter updating apt database, We can install glabels using apt by running the following command:
$ sudo apt -y install glabels