$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Samsung Printers Drivers on Linux Mint 18.x Easy Guide

March 9, 2017 | By the+gnu+linux+evangelist.

Setting Up Driver

  1. Add Samsung Unified Linux Driver Repository

    Adding Suldr Repo
  2. Then to List All Available Printer/Scanner Samsung Drivers
    Simply run:

    sudo apt search suld-driver
  3. Find the Proper suld-driver to Install

    Check Samsung Printers
  4. Install Samsung Mint Driver.

    sudo apt install suld-driver-[RIGHTVERSION]

    Substitute [RIGHTVERSION] with the Version found on the Above step.

  5. Install Samsung GUI Printer Manager.

    sudo apt install suld-configurator-2-qt4
  6. 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
  7. Finally, Go on System Settings to Add Printer
    And the Printer will be Recognized and Installed.

Contents