Frebsd ports: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 11: Zeile 11:
 
==remove config==
 
==remove config==
 
*make rmconfig
 
*make rmconfig
 +
==make clean==
 +
*make install clean
  
 
=links=
 
=links=

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

make clean

  • make install clean

links


install quietly

  • make install clean BATCH="YES"