aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install-hyperbola/README.md16
1 files changed, 16 insertions, 0 deletions
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`