Difference between revisions of "Installing Applications and Keeping PC-BSD® Updated"
From PC-BSD Wiki
Drulavigne (Talk | contribs) |
Drulavigne (Talk | contribs) |
||
| Line 4: | Line 4: | ||
| − | There are several methods of | + | There are several methods of managing software on a PC-BSD system: |
| − | * | + | * Using PBIs and Software Manager, the easy PC-BSD way (recommended) |
| − | * | + | * Using binary packages [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/packages-using.html package], the quick FreeBSD way |
| − | * | + | * Using the [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html ports collection], the slow FreeBSD way |
| − | + | Software Manager provides an intuitive, graphical method for managing software. Binary packages and ports use command-line tools and require previous knowledge or some time to learn how to use the tools. | |
| − | + | This section demonstrates how to [http://wiki.pcbsd.org/index.php/Using_Software_Manager use Software Manager] which is the recommended way to install and manage applications and to keep your PC-BSD system up-to-date. | |
| − | + | It also introduces the following topics for advanced users: | |
| − | + | ||
| − | + | ||
| − | * [[Using Ports Jail|Using Ports Jail]] | + | * [[Using Ports Jail to Manage FreeBSD Packages and Ports|Using Ports Jail to Manage FreeBSD Packages and Ports]] |
| − | * [[ | + | * [[Keeping Ports Up-to-date|Keeping Ports Up-to-date]] |
| − | * [[ | + | * [[Managing Packages/Ports| Managing Packages/Ports]] |
| − | * [[ | + | * [[Rebuilding World|Rebuilding World]] |
Revision as of 10:46, 15 December 2010
There are several methods of managing software on a PC-BSD system:
- Using PBIs and Software Manager, the easy PC-BSD way (recommended)
- Using binary packages package, the quick FreeBSD way
- Using the ports collection, the slow FreeBSD way
Software Manager provides an intuitive, graphical method for managing software. Binary packages and ports use command-line tools and require previous knowledge or some time to learn how to use the tools.
This section demonstrates how to use Software Manager which is the recommended way to install and manage applications and to keep your PC-BSD system up-to-date.
It also introduces the following topics for advanced users: