glabels-3 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
glabels-3: command not found
or when using sudo you get the following error message
sudo: glabels-3: command not found
Solutions to glabels-3: command not found
How To Fix glabels-3: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu glabels-3 is provided by glabels package.
glabels is:
gLabels is a lightweight program for creating labels, barcodes, business cards and media covers for the GNOME desktop environment. It 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.
To fix this problem, we can install more using the command below.
sudo apt-get -y install glabels
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install glabels.
sudo apt -y install glabels
Or if you have aptitude installed you can use the following command.
sudo aptitude install glabels
Summary
In this tutorial we learn how to fix glabels-3 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.