User Tools

Site Tools


config:dymo

This is an old revision of the document!


Dymo LabelWriter Drivers for Linux

#graphical label designer

apt-get install glabel

http://www.taklischris.info/other/use-your-dymo-printer-on-ubuntu

Download CUPS driver and SDK from here:

http://sites.dymo.com/DeveloperProgram/Pages/LW_SDK_Linux.aspx

sudo apt-get install libcups2-dev libcupsimage2-dev gcc g++
wget https://www.dymo-label-printers.co.uk/user/dymo-cups-drivers-1.4.0.tar.gz
tar xzf dymo-cups-drivers-1.4.0.tar.gz
cd ./dymo-cups-drivers-1.4.0.5/
./configure
make
sudo make install

To set up the printer in CUPS, go the CUPS admin page and add the new printer.

http://localhost:631/admin

http://www.linux-magazine.com/Issues/2016/183/Perl-Producing-Labels

config/dymo.1552903150.txt.gz · Last modified: 2023/05/29 11:53 (external edit)