lookneo revised this gist . Go to revision
1 file changed, 1 insertion
hplip-sane-plugin.md
| @@ -3,6 +3,7 @@ Ghostbsd | |||
| 3 | 3 | - https://forums.ghostbsd.org/d/192-problems-with-ports/3 | |
| 4 | 4 | - https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ | |
| 5 | 5 | - https://docs.freebsd.org/en/books/handbook/ports/ | |
| 6 | + | - https://wiki.ghostbsd.org/index.php/Ports | |
| 6 | 7 | ||
| 7 | 8 | 1. `pkg install ports` | |
| 8 | 9 | 2. `pkg install -g 'GhostBSD*-dev'` | |
lookneo revised this gist . Go to revision
No changes
lookneo revised this gist . Go to revision
1 file changed, 1 insertion
hplip-sane-plugin.md
| @@ -2,6 +2,7 @@ Ghostbsd | |||
| 2 | 2 | ||
| 3 | 3 | - https://forums.ghostbsd.org/d/192-problems-with-ports/3 | |
| 4 | 4 | - https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ | |
| 5 | + | - https://docs.freebsd.org/en/books/handbook/ports/ | |
| 5 | 6 | ||
| 6 | 7 | 1. `pkg install ports` | |
| 7 | 8 | 2. `pkg install -g 'GhostBSD*-dev'` | |
lookneo revised this gist . Go to revision
1 file changed, 12 insertions
hplip-sane-plugin.md(file created)
| @@ -0,0 +1,12 @@ | |||
| 1 | + | Ghostbsd | |
| 2 | + | ||
| 3 | + | - https://forums.ghostbsd.org/d/192-problems-with-ports/3 | |
| 4 | + | - https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ | |
| 5 | + | ||
| 6 | + | 1. `pkg install ports` | |
| 7 | + | 2. `pkg install -g 'GhostBSD*-dev'` | |
| 8 | + | 3. `cd /usr/ports/print/hplip-plugin` | |
| 9 | + | 4. `wget https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-3.24.4-plugin.run` | |
| 10 | + | 5. `mv hplip-3.24.4-plugin.run /usr/ports/distfiles/.` | |
| 11 | + | 6. `make install` | |
| 12 | + | 7. `simple-scan` | |