Frebsd ports: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 9: | Zeile 9: | ||
==make install== | ==make install== | ||
*make install | *make install | ||
| + | [[Datei:freebsd-1.png]] | ||
| + | |||
==remove config== | ==remove config== | ||
*make rmconfig | *make rmconfig | ||
Version vom 2. November 2017, 11:58 Uhr
Installation with portsnap
- portsnap fetch
- portsnap extract
Update
- portsnap fetch update
Install Package (example squid)
change directory
- cd /usr/ports/www/squid/
make install
- make install
remove config
- make rmconfig
make clean
- make install clean
links
install quietly
- make install clean BATCH="YES"