FreeBSD: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
=pkgng=
 
=pkgng=
==get list of installed packages==
+
*[[pkgng]]
pkg info
 
 
 
==get basic information about a package==
 
pkg info pkgname
 
==get detailled information about a package==
 
  pkg info -f pkgname
 
==list all files contained in an installed package==
 
pkg info -l pkgname
 
==find which package provide an installed file==
 
pkg which /path/to/my/file
 
==install a local package==
 
pkg add ./localpkg.txz
 
==install a remote package==
 
pkg install mypackage
 
==search for a remote package==
 
pkg search mypackage
 
==Quellen==
 
*https://wiki.freebsd.org/PkgPrimer
 
*https://mebsd.com/make-build-your-freebsd-word/pkgng-first-look-at-freebsds-new-package-manager.html
 
 
 
 
=bsdinstall=
 
=bsdinstall=
 
*https://www.freebsd.org/doc/de/books/handbook/using-bsdinstall.html
 
*https://www.freebsd.org/doc/de/books/handbook/using-bsdinstall.html

Version vom 28. Oktober 2017, 18:11 Uhr

pkgng

bsdinstall

Ports

using ports

install quietly

make install clean BATCH="YES"

misc

VNC Server und Client unter FreeBSD 9 einrichten

hardware detect

  • baseboard
dmidecode -t baseboard
  • memory
dmidecode -t memory