Lexmark: Installer drivere


Source: Download script

Last Updated: 11. September 2025 by Agnete Moos (agms@sonderborg.dk)

Click to see the source code
#! /usr/bin/env sh

# Installs Linux Universal Printer Driver for Lexmark printers

# SRC for the file:
# https://www.lexmark.com/en_us/printer/7693/Lexmark-MS610dn#drivers

FILE="Lexmark-UPD-PPD-Files.tar.Z"

wget https://downloads.lexmark.com/downloads/drivers/$FILE

tar xzvf $FILE
chmod u+x ppd_files/install_ppd.sh

ppd_files/install_ppd.sh

rm $FILE

Beskrivelse

Bl.a. til Lexmark MS610DN. (Linux Universal Printer Driver)

Nærmere info: https://www.lexmark.com/en_us/printer/7693/Lexmark-MS610dn#drivers