Pkg add
From FreeBSDwiki
(Difference between revisions)
m (updated link) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | Package add -- part of the pkg tools that allow you to install [[package]]s (contrast with [[ | + | Package add -- part of the pkg tools that allow you to install [[package]]s (contrast with [[Ports, Installing|installing_ports]]) |
Common flags: | Common flags: | ||
Line 8: | Line 8: | ||
-I don't run any install scripts that come with the package | -I don't run any install scripts that come with the package | ||
-p ''/this/dir/here'' install in ''/this/dir/here'' | -p ''/this/dir/here'' install in ''/this/dir/here'' | ||
+ | |||
+ | See also [[pkg_delete]] and [[pkg_info]] | ||
[[Category:FreeBSD Terminology]] | [[Category:FreeBSD Terminology]] | ||
+ | [[Category : System Commands]] |
Latest revision as of 10:27, 12 June 2005
Package add -- part of the pkg tools that allow you to install packages (contrast with installing_ports)
Common flags:
-r fetch remote package -f force install -n don't install, just tell what would happen if I ran this command -v verbose -I don't run any install scripts that come with the package -p /this/dir/here install in /this/dir/here
See also pkg_delete and pkg_info