no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | pkg [2014/07/18 22:22] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== pkg ====== | ||
+ | * [[FreeBSD]] | ||
+ | |||
+ | Starting with RELEASE 10.0, pkg is the default package manager for FreeBSD. | ||
+ | |||
+ | After a fresh installation of FreeBSD, run '' | ||
+ | |||
+ | < | ||
+ | # pkg install webmin | ||
+ | The package management tool is not yet installed on your system. | ||
+ | Do you want to fetch and install it now? [y/N]: y | ||
+ | Bootstrapping pkg from pkg+http:// | ||
+ | Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done | ||
+ | Installing pkg-1.2.7_4... done | ||
+ | </ | ||
+ | |||
+ | So far the interface seems pretty simple / human-friendly. | ||
+ | |||
+ | < | ||
+ | pkg search vim | ||
+ | pkg install vim-lite | ||
+ | </ |