首頁 > 軟體

Fedora 28 印表機設定

2020-06-16 16:46:45

Fedora 28 本身是沒有列印服務的。我們需要安裝兩個軟體:

  • System-Config-Printer
  • Common Unix Printing System - CUPS

安裝好後,啟動cups 系統,然後開啟 system-config-printer 軟體就能進行新增印表機了。

安裝:

~ sudo yum install system-config-printer.x86_64
~ sudo yum install cups (本身 fedora 已經安裝了 cups 列印系統)

啟動cups :

~ sudo systemctl start cups

可以使用 systemctl status  cups 命令來進行檢視服務狀態。

man cups :

NAME
      cups - a standards-based, open source printing system

DESCRIPTION
      CUPS  is  the  software  you use to print from applications like word processors, email readers, photo
      editors, and web browsers. It converts the page descriptions produced by your application (put a parau2010
      graph here, draw a line there, and so forth) into something your printer can understand and then sends
      the information to the printer for printing.

      Now, since every printer manufacturer does things differently, printing can be very complicated.  CUPS
      does  its  best to hide this from you and your application so that you can concentrate on printing and
      less on how to print. Generally, the only time you need to know anything about your  printer  is  when
      you use it for the first time, and even then CUPS can often figure things out on its own.

Linux公社的RSS地址:https://www.linuxidc.com/rssFeed.aspx

本文永久更新連結地址https://www.linuxidc.com/Linux/2018-09/154027.htm


IT145.com E-mail:sddin#qq.com