Add Samsung Printer Driver Repo Debian Setup – Step-by-step Guide
How to Install Samsung Printer Repository for Debian-Based GNU/Linux desktops – Step by step Tutorials.
And to Install Samsung Printer in Debian is Now Easier Thanks to the Unified Driver Developed from the University of Louisiana.
Finally, this Setup is valid for all the Debian Linux Based Distros like:
- Kali
- MX Linux
- Deepin
- Parrot
- antiX
- SparkyLinux
- Q4OS
- Vanilla OS
- Netrunner
- Voyager Debian
- MakuluLinux
- Elive
- LMDE
- Devuan
(You may just need to Discover what’s the Parent Release)

-
First, to Add SULD Repository
Simply run:sudo su -c 'echo "deb http://www.bchemnet.com/suldr/ debian extra" >> /etc/apt/sources.list.d/suldr.list'
-
Then Import SULD GPG Key
First, Get it:wget http://www.bchemnet.com/suldr/pool/debian/extra/su/suldr-keyring_2_all.deb -P /tmp/
And the to Setup:
sudo dpkg -i /tmp/suldr-keyring_2_all.deb
-
Finally, Refresh Apt Sources
With the canonical Command:sudo apt update