View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > How to set up a CUPS server

From LQWiki

Jump to: navigation, search

To set up a CUPS server (that means, you have a locally-connected printer), perform the following steps:

Contents

Install CUPS

Find out your distribution and install CUPS by its means, as described in Installing software.

Example With SUSE Linux, you install CUPS like this:

yast2 -i cups

Start CUPS

Start CUPS with the command

/etc/init.d/cups start

You can make this start persistent by configuring runlevels.

Configure CUPS

Point a web browser to http://localhost:631 and follow the GUI there.

The root username and password should be entered when a authorisation dialog appears.

See also


Personal tools