Samsung Drivers Ubuntu 14.04 Trusty
You are Welcome! The Tutorial shows you Step-by-Step How to Install the Samsung Drivers on Ubuntu 14.04 Trusty Tahr LTS GNU/Linux Desktops.
This Guide is good for All Samsung Printers Models including:
- Samsung Color Laser Printers Drivers Installation on Ubuntu
- Samsung Color Multifunction Printers and Scanners Drivers Installation on Ubuntu
- Samsung Black & White Laser Printers Drivers Installation on Ubuntu
- Samsung Black & White Multifunction Printers and Scanners Drivers Installation on Ubuntu

-
Open a Terminal Shell emulator window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
SetUp the Apt Repository.
sudo su -c 'echo "deb http://www.bchemnet.com/suldr/ debian extra" >> /etc/apt/sources.list.d/suldr.list'
-
Download the Package Keyring for Repository
-
Access the Target location
(Usually Downloads go in the Home folder or when Downloaded with Firefox may be into the Temporary directory /tmp/mozilla*)cd ~/Downloads
Or when downloaded with Firefox maybe:
cd /tmp/mozilla*
To Verify that it’s there List the contents with:
ls .
-
Install the Keyring.
sudo dpkg -i suldr-keyring_2_all.deb
-
Refresh the Apt Sources.
sudo apt update
-
List All Available Printer/Scanner Drivers.
sudo apt search suld-driver
-
Find the Proper suld-driver to Install
-
Install Samsung Ubuntu Driver.
sudo apt install suld-driver-[RIGHTVERSION]
Substitute [RIGHTVERSION] with the Version found on the Above step.
-
Install Samsung GUI Printer Manager.
sudo apt install suld-configurator-2-qt4
-
Again Install/Update CUPS Package
sudo apt install cups cups-client cups-filters cups-ipp-utils
And if Freshly installed it need also to Started with:
sudo service cups start
-
Finally, Go on System Settings to Add Printer
And the Printer will be Recognized and Installed.
-
How to Get Started Scanning on GNU/Linux Desktops