Linux® command (Red Hat/Debian) | FreeBSD equivalent | Purpose |
---|---|---|
yum install / apt-get install | pkg_add -r | Install package from remote repository |
rpm -ivh / dpkg -i | pkg_add -v | 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>.