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