Difference between revisions of "COMP 3000 2011 Report II:PC-BSD"

From Soma-notes
Jump to navigation Jump to search
Line 16: Line 16:
There is utility called Software Management (in PC-BSD version 8.2), which can get a list of installed packages, except for system packages installed during installation of this distribution, like this picture:
There is utility called Software Management (in PC-BSD version 8.2), which can get a list of installed packages, except for system packages installed during installation of this distribution, like this picture:


[[File:software_management.png|150px]]
[[File:software_management.png|200px]]


PC-BSD is trying to give user easy used install/remove package experience like Windows or Mac OS. The applications are installed from a simple downloaded file with graphic prompts. Software Management is also a very useful utility to find desired software and install them by clicking the link. Remove is also a simply mouse click operation. There is a website browser in the Software Management and search engine for keyword search and different catalogs for selections.
PC-BSD is trying to give user easy used install/remove package experience like Windows or Mac OS. The applications are installed from a simple downloaded file with graphic prompts. Software Management is also a very useful utility to find desired software and install them by clicking the link. Remove is also a simply mouse click operation. There is a website browser in the Software Management and search engine for keyword search and different catalogs for selections.


[[File:software_browser.png|150px]]
[[File:software_browser.png|200px]]


After made decision, it can downloaded the software by clicking the download link. And it will automatically download and install the packages/software.
After made decision, it can downloaded the software by clicking the download link. And it will automatically download and install the packages/software.


[[File:install_software.png|150px]]
[[File:install_software.png|200px]]


There is also a remove button under "Installed Software" menu. Simply choose the package needed to remove, and click remove.
There is also a remove button under "Installed Software" menu. Simply choose the package needed to remove, and click remove.

Revision as of 03:01, 14 November 2011

Part II

Software Packaging

How is software packaged for this distribution?

   What packaging format and utilities are used?
   How can you use these utilities to get a list of installed packages?
   How do you add and remove packages?
   How extensive is the software catalog for this distribution? 

Please also include any other relevant information on the software packages associated with your distribution.

This distribution is PC-BSD. Linux package formats are the different file formats used to package software for various Linux distributions. Here in PC-BSD, it mainly uses Binary Packaging format -- pbi<ref>http://en.wikipedia.org/wiki/List_of_software_package_management_systems#PC-BSD</ref>. It uses lots of graphic utilities<ref>http://www.pcbsd.org/about/pc-bsd-project/utilities</ref> to provide front-end to useful FreeBSD features, such as Software Management Utility, Virtual Environment Utility, Backup Utility, Ports Jails Utility and so on.

There is utility called Software Management (in PC-BSD version 8.2), which can get a list of installed packages, except for system packages installed during installation of this distribution, like this picture:

Software management.png

PC-BSD is trying to give user easy used install/remove package experience like Windows or Mac OS. The applications are installed from a simple downloaded file with graphic prompts. Software Management is also a very useful utility to find desired software and install them by clicking the link. Remove is also a simply mouse click operation. There is a website browser in the Software Management and search engine for keyword search and different catalogs for selections.

Software browser.png

After made decision, it can downloaded the software by clicking the download link. And it will automatically download and install the packages/software.

Install software.png

There is also a remove button under "Installed Software" menu. Simply choose the package needed to remove, and click remove.

The software catalog for this distribution can be found in the Software Browser of Software Management. There are many selections: Archives, Astronomy, Audio, Benchmarks, Biology, CAD, Communications, Databases, Desktop Utilities, Development, E-Mail, Editors, Educational, Emulators, File Transfer & Utilities, Finance, Games, Graphics, IRC, Japanese, Java, Languages, Math, Miscellaneous, Multimedia, Network-IM, Network-Management, Network-P2P, Network-Utilities, News, Non-Port, Polish, Ports-Management, Print, Science, Security, Shells, System Utilities, Text Processing, The Warden-Inmates, Web, X11, X11-File Managers and X11-Window Managers.

It is quite a lot packages to choose, part of catalog information can be seen from the previous picture.

Major package versions

// qliu1


// todetoyi

Initialization

Reference

<references/>