Frebsd ports: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:
 
=Update=
 
=Update=
 
*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

Freebsd-ports-1.png

remove config

  • make rmconfig

make clean

  • make install clean

make showconfig

  • make showconfig

links

install quietly

  • make install clean BATCH="YES"