linuxmint / doc-user-guide

The Linux Mint User Guide
26 stars 35 forks source link

Printers and scanners - manufacturer list #19

Open Jeremy7701 opened 2 years ago

Jeremy7701 commented 2 years ago

I don't know if the list of manufacturers providing printer drivers is meant to be exhaustive, but it appears that Kyocera can be added to the list.

Kyocera Print Panel 7 November 08, 2019

About The Kyocera Print Panel Package includes a new, stand-alone UI that organizes and enhances printer features using a convenient tab system. In the UI, the Printer tab lists all of the installed Kyocera printers on the user's computer. To adjust the feature settings for a particular printer, a user highlights the device in the printer list, and then navigates through the tabs, making feature adjustments as desired. These changes, if applied, will be the new printer default settings.

Installation
NOTE: Superuser access is required for installation.

1. Open a terminal. Navigate to the appropriate .deb or .rpm file.
For Ubuntu, Kubuntu, or Debian, run the following command:
    sudo dpkg -i (package_name).deb
If dependencies are required, run the following command:
    sudo apt-get -f install
For RedHat, Fedora, and CentOS, run the following command as root:
    yum install (package_name).rpm
    or
    dnf install (package_name).rpm
For OpenSUSE, run the following command:
    sudo zypper install (package_name).rpm
...