Merge branch 'master' of /usr/local/www/ikiwiki-srcdir
[ikiwiki.git] / docs / handbook / handbook-pkgsrc.mdwn
1 ## Chapter 4 Installing Applications using NetBSD's pkgsrc framework 
2
3
4 ## Synopsis 
5
6 DragonFly is bundled with a rich collection of system tools as part of the base system. However, there is only so much one can do before needing to install an additional third-party application to get real work done. DragonFly utilizes NetBSD's pkgsrc framework ([pkgsrc.org](http://www.pkgsrc.org/)) for installing third party software on your system. This system may be used to install the newest version of your favorite applications from local media or straight off the network.
7
8 After reading this chapter, you will know:
9
10
11 * How to install third-party binary software packages from the pkgsrc collection.
12
13
14 * How to build third-party software from the pkgsrc collection.
15
16
17 * Where to find DragonFly-specific changes to packages.
18
19
20 * How to remove previously installed packages.
21
22
23 * How to override the default values that the pkgsrc collection uses.
24
25
26 * How to upgrade your packages.