diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-29 18:40:17 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-29 18:40:17 -0500 |
commit | 411a021018a474d34c2f037ecf2c51f28a33b4b7 (patch) | |
tree | 41d48609ddcb2bc590fedf8f073685df0612a9fa /install-hyperbola | |
parent | cb1b217a2caa56c72d4ac9e9831ea67d46fb3357 (diff) | |
download | book-411a021018a474d34c2f037ecf2c51f28a33b4b7.tar.lz book-411a021018a474d34c2f037ecf2c51f28a33b4b7.tar.xz book-411a021018a474d34c2f037ecf2c51f28a33b4b7.zip |
Added print to install-hyperbola
Diffstat (limited to 'install-hyperbola')
-rw-r--r-- | install-hyperbola/README.md | 16 |
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` |