Frebsd ports: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 4: | Zeile 4: | ||
=Update= | =Update= | ||
*portsnap fetch update | *portsnap fetch update | ||
| − | + | =Install Package (example squid)= | |
| + | |||
=change directory= | =change directory= | ||
*cd /usr/ports/www/squid/ | *cd /usr/ports/www/squid/ | ||
Version vom 2. November 2017, 11:55 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
links
install quietly
- make install clean BATCH="YES"