Setting Up Driver
-
3. Installing CUPS
Now to install/update CUPS package
Run:sudo apt install cups cups-client cups-filters cups-ipp-utils
And if freshly installed, it also needs to get started
With:sudo service cups start
-
4. Installing Driver
Then to list all available printer/scanner Samsung drivers
Simply run:sudo apt search suld-driver
And then find the proper suld-driver to install
Finally, install Samsung Mint driver
Run:sudo apt install suld-driver-[RIGHTVERSION]
Substitute [RIGHTVERSION] with the version found on the Suldr web page.
In case of any issues, you may see instead the GutenPrint Printer Drivers Suite that supports more than 60 Samsung printer models.Possibly, you may try to install Samsung GUI printer manager
With:sudo apt install suld-configurator-2-qt4
Contents