From 411a021018a474d34c2f037ecf2c51f28a33b4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 29 Jul 2019 18:40:17 -0500 Subject: [PATCH] Added print to install-hyperbola --- install-hyperbola/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/install-hyperbola/README.md b/install-hyperbola/README.md index 6255058..35c6a20 100644 --- a/install-hyperbola/README.md +++ b/install-hyperbola/README.md @@ -445,3 +445,19 @@ La comunicación a través de Internet es requerida a día de hoy. En Hyperbola - Tox - qtox: # `pacman -S qtox` - toxic: # `pacman -S toxic` + +#### Impresoras + +root@gnulinux# `pacman -S cups cups-filters cups-pdf` +root@gnulinux# `pacman -S ghostscript gsfonts gutenprint` +root@gnulinux# `pacman -S foomatic-db foomatic-db-engine foomatic-db-gutenprint-ppds hplip splix foomatic-db-ppds` + +###### Administrador de Impresoras + +root@gnulinux# `pacman -S system-config-printer` + +###### Habilitar servicios + +root@gnulinux# `rc-update add cupsd default` + +root@gnulinux# `rc-service cupsd start`