Samsung Multifunction Printer: Scan to PC under Linux (SULDR)

I was not able to install the Samsung Unified Linux Driver Repository (SULDR) via apt under debian (maybe the repo is too old / no longer maintained) – let me know in the comments if you were able to install via the repository.

https://www.bchemnet.com/suldr/

Someone made a backup on Github, so I was able to install via these *.deb files. Just quickly noted – also for me as reference in the future. Also I was able to use the Scan to PC function after installation.

apt update && apt upgrade
apt install gnupg cups python-pypdf2 python-pysnmp4 python-pypdfpython-imaging-sane

wget https://github.com/catrielmuller/suldr-backup/raw/master/suldr-keyring_2_all.deb
dpkg -i suldr-keyring_2_all.deb
wget https://github.com/catrielmuller/suldr-backup/raw/master/suld-driver2-common-1_1-11_all.deb
dpkg -i suld-driver2-common-1_1-11_all.deb
wget https://github.com/catrielmuller/suldr-backup/raw/master/suld-ppd-4_1.00.39-1_all.deb
dpkg -i suld-ppd-4_1.00.39-1_all.deb
wget https://github.com/catrielmuller/suldr-backup/raw/master/suld-driver2-1.00.35_1.00.35-3_amd64.deb
dpkg -i suld-driver2-1.00.35_1.00.35-3_amd64.deb
wget https://github.com/catrielmuller/suldr-backup/raw/master/suld-scantopc_0.4.5-5_all.deb
dpkg --ignore-depends=python-pypdf -i suld-scantopc_0.4.5-5_all.deb

1 Comment

  1. MF

    What model of Samsung printer did you use this process for? What Linux distro are you using?

Leave a Reply

Your email address will not be published. Required fields are marked *