Frebsd ports: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) (→links) |
||
| (8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| 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= | + | [[Datei:freebsd-ports-1.png|700px]] |
| + | |||
| + | ==remove config== | ||
*make rmconfig | *make rmconfig | ||
| + | ==make clean== | ||
| + | *make install clean | ||
| + | ==make showconfig== | ||
| + | *make showconfig | ||
=links= | =links= | ||
| + | *https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/ports-using.html | ||
| + | *https://www.cyberciti.biz/faq/reconfiguring-freebsd-ports/ | ||
*http://www.cyberciti.biz/faq/install-ports-in-freebsd/ | *http://www.cyberciti.biz/faq/install-ports-in-freebsd/ | ||
| − | |||
=install quietly= | =install quietly= | ||
*make install clean BATCH="YES" | *make install clean BATCH="YES" | ||
Aktuelle Version vom 2. November 2017, 12:04 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
make showconfig
- make showconfig
links
- https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/ports-using.html
- https://www.cyberciti.biz/faq/reconfiguring-freebsd-ports/
- http://www.cyberciti.biz/faq/install-ports-in-freebsd/
install quietly
- make install clean BATCH="YES"