gLabels is a free and open source label designer application for Linux. Using gLabels, you can create beautiful Labels, business cards and media covers. It is released under GNU General Public License v3.0. You can create image, barcode, text, box and line objects easily. It also comes with more than 100 predefined label or cards design, orientation, page size, layout and more.
How to Install gLabels on Ubuntu Linux
gLabels is available as a flatpak package and Ubuntu PPA. First install the latest version of flatpak and flathub on your system and restart it after the installation.
After that open the terminal app (ctrl+alt+t) and run below gLabels flatpak install command.
flatpak install flathub org.gnome.glabels-3
It will install gLabels on your Ubuntu system. Now run below command to open gLabels on your system.
flatpak run org.gnome.glabels-3
And also uninstall it using below command.
sudo flatpak uninstall org.gnome.glabels-3
Install gLabels via PPA:
In the terminal app run below commands one by one. It will add and install gLabels PPA on your system.
sudo add-apt-repository ppa:krisives/glabels-qt
sudo apt update
sudo apt install glabels-qt
That’s it.