Frebsd ports: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 9: Zeile 9:
 
==make install==
 
==make install==
 
*make install
 
*make install
[[Datei:freebsd-ports-1.png|500px]]
+
[[Datei:freebsd-ports-1.png|700px]]
  
 
==remove config==
 
==remove config==

Version vom 2. November 2017, 11:59 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

links


install quietly

  • make install clean BATCH="YES"