Frebsd ports: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=using ports= *http://www.cyberciti.biz/faq/install-ports-in-freebsd/ =install quietly= *make install clean BATCH="YES"“) |
Thomas (Diskussion | Beiträge) (→links) |
||
| (12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | =using ports | + | =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 | ||
| + | [[Datei:freebsd-ports-1.png|700px]] | ||
| + | |||
| + | ==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/ | *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"