Difference between revisions of "Testing"
From PC-BSD Wiki
Tigersharke (Talk | contribs) m |
Tigersharke (Talk | contribs) m |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | {|style="border:solid #BABFDD; border-width:2px 2px 2px 2px;" width="60%" cellspacing="0" cellpadding=" | + | {|style="border:solid #BABFDD; border-width:2px 2px 2px 2px;" width="60%" cellspacing="0" cellpadding="0" align="center" |
| − | |style="background:#FFFfee; text-align:center; border:solid #BABFA3; border-width:1px 1px 2px 1px;" width="20%"|''' | + | |style="background:#FFFfee; text-align:center; border:solid #BABFA3; border-width:1px 1px 2px 1px;" width="20%"|'''Switch''' |
| − | |style="background:#FFFfee; text-align:center; border:solid #BABFA3; border-width:1px 1px 2px 0px;" width=" | + | |style="background:#FFFfee; text-align:center; border:solid #BABFA3; border-width:1px 1px 2px 0px;" width="80%"|'''Description''' |
| − | + | ||
|- | |- | ||
<!-- row 1 --> | <!-- row 1 --> | ||
| − | |style="border:solid #BABFA3; border-width:0px 1px 1px 1px;"| | + | |style="border:solid #BABFA3; border-width:0px 1px 1px 1px;"|'''-e''' |
| − | |style="border:solid #BABFA3; border-width:0px 1px 1px 0px;"| | + | |style="border:solid #BABFA3; border-width:0px 1px 1px 0px;"|Extract only, do not install. Will extract the archive to ~/<pbidirname> unless the -o option is used |
| − | + | ||
|- | |- | ||
| − | + | |'''-f''' | |
| − | | | + | |Force installation, overwriting an already installed copy of the application |
| − | | | + | |- |
| − | | | + | |'''-g''' |
| + | |Get and show path to icon/images for GUI installations | ||
| + | |- | ||
| + | |'''-i''' | ||
| + | |Display information about specified PBI | ||
| + | |- | ||
| + | |'''-l''' | ||
| + | |Display LICENSE for specified PBI | ||
| + | |- | ||
| + | |'''-o outdir''' | ||
| + | |Specify the directory to use when extracting the PBI with -e. | ||
|- | |- | ||
| − | + | |'''-r''' | |
| − | | | + | |Remote fetch installation file from update server. The system architecture and version will be automatically determined to fetch the correct file. |
| − | | | + | |
| − | + | ||
|- | |- | ||
| − | + | |'''-v''' | |
| − | | | + | |Enable verbose output |
| − | | | + | |- |
| − | | | + | |'''--checkscript''' |
| + | |Display any custom scripts used in the installation/removal of this PBI file. | ||
| + | |- | ||
| + | |'''--licagree''' | ||
| + | |Agree to LICENSE terms and conditions. Viewing the license can be done with -l flag | ||
|- | |- | ||
| − | + | |'''--no-checksig''' | |
| − | | | + | |Skip the openssl signature verification of the PBI data |
| − | + | ||
| − | | | + | |
|- | |- | ||
| − | + | |'''--no-checksum''' | |
| − | | | + | |Skip the checksum verification of the archive data |
| − | | | + | |- |
| − | | | + | |'''--no-hash''' |
| + | |Disable using shared hash dir which uses hard-links to share files between applications | ||
|- | |- | ||
| − | + | |'''--repo repoid''' | |
| − | | | + | |Specify which repository to use |
| − | + | ||
| − | | | + | |
|- | |- | ||
| − | + | |'''--rArch arch''' | |
| − | | | + | |Manually specify the PBI architecture type of i386 or amd64 |
| − | | | + | |- |
| − | | | + | |'''--rVer version''' |
| + | |Specify which version of the PBI to install | ||
|- | |- | ||
| − | <!-- row | + | |
| − | |style="border:solid #BABFA3; border-width:0px 1px 1px 1px;"| | + | <!-- row 1 --> |
| − | |style="border:solid #BABFA3; border-width:0px 1px 1px 0px;"|[http://www-307.ibm.com/pc/support/site.wss/ | + | |style="border:solid #BABFA3; border-width:0px 1px 1px 1px;"|A20m |
| + | |style="border:solid #BABFA3; border-width:0px 1px 1px 0px;"|[http://www-307.ibm.com/pc/support/site.wss/MIGR-4TJLS3.html?rssPage= 1.08 - IWET54WW] | ||
|style="border:solid #BABFA3; border-width:0px 1px 1px 0px;"| | |style="border:solid #BABFA3; border-width:0px 1px 1px 0px;"| | ||
|- | |- | ||
| − | <!-- row | + | <!-- row 2 --> |
| − | |style="background:#eeeeee;border:solid #BABFA3; border-width:0px 1px 1px 1px;"| | + | |style="background:#eeeeee;border:solid #BABFA3; border-width:0px 1px 1px 1px;"|A20p |
| − | |style="background:#eeeeee;border:solid #BABFA3; border-width:0px 1px 1px 0px;"|[http://www-307.ibm.com/pc/support/site.wss/MIGR- | + | |style="background:#eeeeee;border:solid #BABFA3; border-width:0px 1px 1px 0px;"|[http://www-307.ibm.com/pc/support/site.wss/MIGR-4TFT8K.html 1.05 - IVET62WW] |
| − | |style="background:#eeeeee;border:solid #BABFA3; border-width:0px 1px 1px 0px;"| | + | |style="background:#eeeeee;border:solid #BABFA3; border-width:0px 1px 1px 0px;"| |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|- | |- | ||
|} | |} | ||
Revision as of 03:41, 25 June 2011
| Switch | Description | |
| -e | Extract only, do not install. Will extract the archive to ~/<pbidirname> unless the -o option is used | |
| -f | Force installation, overwriting an already installed copy of the application | |
| -g | Get and show path to icon/images for GUI installations | |
| -i | Display information about specified PBI | |
| -l | Display LICENSE for specified PBI | |
| -o outdir | Specify the directory to use when extracting the PBI with -e. | |
| -r | Remote fetch installation file from update server. The system architecture and version will be automatically determined to fetch the correct file. | |
| -v | Enable verbose output | |
| --checkscript | Display any custom scripts used in the installation/removal of this PBI file. | |
| --licagree | Agree to LICENSE terms and conditions. Viewing the license can be done with -l flag | |
| --no-checksig | Skip the openssl signature verification of the PBI data | |
| --no-checksum | Skip the checksum verification of the archive data | |
| --no-hash | Disable using shared hash dir which uses hard-links to share files between applications | |
| --repo repoid | Specify which repository to use | |
| --rArch arch | Manually specify the PBI architecture type of i386 or amd64 | |
| --rVer version | Specify which version of the PBI to install | |
| A20m | 1.08 - IWET54WW | |
| A20p | 1.05 - IVET62WW |