Changes

From SME Server
Jump to navigationJump to search
3,232 bytes added ,  02:23, 26 October 2012
no edit summary
Line 1: Line 1: −
{{Note box|The original version of this information is located [http://mirror.contribs.org/smeserver/contribs/rvandenaker/testing/smeserver-cups/documentation/ here].}}
+
{{Howto}}
 
----
 
----
 +
 +
=== Support ===
 +
Although there is a maintainer for this Howto, there is not one location to request or provide support for this Howto.  Here are links to search results for [http://forums.contribs.org/index.php?action=search2&search=%22wiki.contribs.org/Cups%22&sort=id_msg|desc|"wiki.contribs.org/Cups" ] and [http://forums.contribs.org/index.php?action=search2&search=%22wiki.contribs.org/Cups%22&sort=id_msg|desc|"cups" ] in the forums.  You may want to research if others have had issues before continuing.
 +
 +
For '''SME Server 8''', CUPS installation can be found [http://wiki.contribs.org/Cups_for_SME_Server_8 here].
 +
 
=== Maintainer ===
 
=== Maintainer ===
 
[mailto:robert2@dds.nl Robert van den Aker]
 
[mailto:robert2@dds.nl Robert van den Aker]
Line 36: Line 42:  
<ol><li>Remove e-smith-LPRng with yum</li>
 
<ol><li>Remove e-smith-LPRng with yum</li>
 
  yum remove e-smith-LPRng
 
  yum remove e-smith-LPRng
 +
 +
==== Manual Installation ====
 +
 +
{{Note box|The repository referred to in the Repository Installation section is not functional, so please use this manual method to download and install rpms.}}
 +
 +
To install all packages
 +
mkdir -p cups_rpms
 +
cd /cups_rpms
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386/cups-1.1.22-0.rc1.9.10.rvda.2.i386.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386/ghostscript-8.15.2-0.rvda.1.i386.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386/gimp-print-cups-common-4.2.7-2.rvda.1.i386.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386/gimp-print-cups-de-4.2.7-2.rvda.1.i386.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386/gimp-print-cups-en-4.2.7-2.rvda.1.i386.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386/gimp-print-cups-es-4.2.7-2.rvda.1.i386.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386/gimp-print-cups-fr-4.2.7-2.rvda.1.i386.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386/hpijs-1.7.1-02.rvda.1.i386.rpm 
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386/hpijs-ppds-1.7.1-02.rvda.1.i386.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/noarch/PrintAnalyzer-20030620-02.noarch.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/noarch/cups-pdfdistiller-20040616-01.noarch.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/noarch/cups-samba-1.1.19-02.noarch.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/noarch/foomatic-filters-3.0.2-02.noarch.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/noarch/smeserver-PrintAnalyzer-0.0.1-01.noarch.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/noarch/smeserver-cups-0.0.1-02.noarch.rpm
 +
wget http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/noarch/urw-fonts-2.2-6.1.rvda.1.noarch.rpm
 +
yum localinstall *
 +
signal-event post-upgrade;signal-event reboot
 +
 +
Then follow the instructions in the Installing Printers section below.
 +
 +
==== Repository Installation ====
 
<li>Add the 'rvandenaker-cups' repository to yum</li>
 
<li>Add the 'rvandenaker-cups' repository to yum</li>
 
{{Repository|RvandenAker}}
 
{{Repository|RvandenAker}}
Line 431: Line 467:  
====Printing from Linux through a local LPR spooler or standalone lpd client====
 
====Printing from Linux through a local LPR spooler or standalone lpd client====
   −
CUPS provides the cups-lpd daemon for serving lpd clients. There is usually no need to enable this service, but in the rare case that your site does require it, [http://http://mirror.contribs.org/smeserver/contribs/rvandenaker/testing/smeserver-cups/documentation/howtos/hidden-settings.html#cups-lpd here] is how.
+
CUPS provides the cups-lpd daemon for serving lpd clients. There is usually no need to enable this service, but in the rare case that your site does require it, [http://mirror.contribs.org/smeserver/contribs/rvandenaker/testing/smeserver-cups/documentation/howtos/hidden-settings.html#cups-lpd here] is how.
    
=== Additional information ===
 
=== Additional information ===
Line 479: Line 515:  
Please report bugs to the maintainer of the contrib listed at the top as there is no category in the bugtracker for this contrib.
 
Please report bugs to the maintainer of the contrib listed at the top as there is no category in the bugtracker for this contrib.
 
----
 
----
[[Category: Contrib]]
+
[[Category: Howto]]
 +
[[Category: Administration:Printing]]
75

edits

Navigation menu