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

How to Install Xerox Printer on Deepin

February 9, 2022 | By the+gnu+linux+evangelist.

Adding Printer

  1. 2. Installing CUPS

    And to Install CUPS in Deepin Linux
    Simply run:

    sudo apt install cups cups-client cups-filters cups-ipp-utils
  2. 3. Running CUPS

    Then to Start CUPS Service
    Execute:

    sudo service cups start

    And to Enable it at Boot:

    sudo systemctl enable cups
  3. 4. Accessing Printer Manager

    Then Launch Printer Manager Applet
    Just searching for “printer”, here on Deepin:

    Printer Manager
  4. 5. Adding Printer

    Finally, to Add Printer
    First, Add Printer choosing “+”:

    Add Printer

    And then your USB connected and turned on Device should be automatically discovered:

    Add New Printer

    Otherwise you need to specify Network location.
    Then Browse to “Install PPD File” Driver.
    How to Find Printer PPD File Location on Deepin Linux

    GNU/Linux Deepin PPD File Location
    Choose PPD File

    Or else try to Search it in the “Printers Database”.
    Follow the Wizard and the Printer should be successfully Founded and Installed…