Add Samsung Printer Driver Repo Debian Setup – Step-by-step Guide
Hi! The Tutorial shows you Step-by-Step How to Install Samsung Printer Repository for Debian-Based GNU/Linux Desktops.
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
- Parsix
(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