Linux® command (Red Hat/Debian) | FreeBSD equivalent | Purpose |
---|---|---|
yum install package / apt-get install package | pkg_add -r package | Install package from remote repository |
rpm -ivh package / dpkg -i package | pkg_add -v package | Install package |
rpm -qa / dpkg -l | pkg_info | List installed packages |
All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.