Contains Drivers for runing DYMO LabelWriter 450 and DYMO LabelWriter 550
Run the following command to install cups libraries:
sudo apt-get install libcups2-dev libcupsimage2-dev gcc g++
Do either of the methods to install the drivers for DYMO Label Writer 450 or below.
Run the following command for installing all the drivers:
sudo apt install printer-driver-dymo
Clone the Driver from github and cd into DYMO-LabelWriter-450 Folder, and run the following commands to install the drivers:
git clone https://github.com/Visual-Analytics-Lab/DYMO-LabelWriters-Drivers
cd DYMO-LabelWriter-450-Drivers
aclocal
autoconf
automake --add-missing
./configure
make
sudo make install
After doing either of the methods run the following command to open cups interface:
cupsctl WebInterface=Yes
Next, head to the web browser and go to navigate to https://localhost:631 or https://your-ip-address:631(most times: https://127.0.0.1:631 should work) Navigate to Administration Tab and add DYMO LabelWriter 450 from the devices mentioned(make sure that the device is connected). Also, changes can be made in the default settings page to configure the printer according to the need.
Now you should be able to Print anything to DYMO LabelWriter 450 from anywhere.
Run the following command to install cups libararies:
sudo apt-get install libcups2-dev libcupsimage2-dev gcc g++
Clone the Driver from github and cd into DYMO-LabelWriter-550 Folder, and run the following commands to install the drivers:
git clone https://github.com/Visual-Analytics-Lab/DYMO-LabelWriters-Drivers
cd DYMO-LabelWriter-550-Driver
aclocal
autoconf
automake --add-missing
./configure
make
sudo make install
After doing either of the methods run the following command to open cups interface:
cupsctl WebInterface=Yes
Next, head to the web browser and go to navigate to https://localhost:631 or https://:631(most times: https://127.0.0.1:631 should work) Navigate to Administration Tab and add DYMO LabelWriter 550 from the devices mentioned(make sure that the device is connected). Also, changes can be made in the default settings page to configure the printer according to the need.
Now you should be able to Print anything to DYMO LabelWriter 550 from anywhere.