Added print to install-hyperbola

This commit is contained in:
Jesús 2019-07-29 18:40:17 -05:00
parent cb1b217a2c
commit 411a021018
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -445,3 +445,19 @@ La comunicación a través de Internet es requerida a día de hoy. En Hyperbola
- Tox - Tox
- qtox: # `pacman -S qtox` - qtox: # `pacman -S qtox`
- toxic: # `pacman -S toxic` - 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`