Both sides previous revisionPrevious revisionNext revision | Previous revision |
dcore:sce-pkgcheck_command [2016/05/19 17:59] – nitram | dcore:sce-pkgcheck_command [2016/08/27 05:53] (current) – nitram |
---|
===== dCore sce-pkgcheck Command ===== | ===== dCore sce-pkgcheck Command ===== |
| |
The ''sce-pkgcheck'' command is not included in a default install. It must be installed separately from the dCore repository using ''sce-import sce-pkgcheck''. It is useful to confirm packages and repository of origin (ie. main, security, extra, dCore prebuilt, metapackage). It is also useful to check packages imported via list files. Run [[http://wiki.tinycorelinux.net/dcore:sce-import_command|''sce-import --help'']] and review ''sce-import -l LISTFILE'' for more information. | The ''sce-pkgcheck'' command is useful to confirm packages and repository of origin (ie. main, security, extra, dCore prebuilt, metapackage). It is also useful to check packages imported via list files. Run [[http://wiki.tinycorelinux.net/dcore:sce-import_command|''sce-import --help'']] and review ''sce-import -l LISTFILE'' for more information. |
| |
Note dependency list files on the dCore server will have dependencies that may not exist in the particular dCore variant being run. For example, if a package in dCore-wheezy needs libgcc-4.7 and dCore-trusty needs libgcc-4.8 then both are present in the dCore server's dependency list. This same logic is used when processing the list (*.lst) files. | As ''sce-pkgcheck'' is not included in a base dCore install, it must be imported separately from the dCore repository, to use: |
| sce-import -o sce-pkgcheck |
| sce-load sce-pkgcheck |
| sce-pkgcheck PKG |
| |
| Note dependency list files from the dCore server contain dependencies that may not exist in the particular dCore variant being run. For example, if a package in dCore-wheezy needs libgcc-4.7 and dCore-trusty needs libgcc-4.8, then both are present in the dCore server's dependency list. This same logic is used when processing the list (*.lst) files. |
| |
Usage options from the 'sce-pkgcheck --help' command: | Usage options from the 'sce-pkgcheck --help' command: |
May use option combinations (eg. sce-pkgcheck -paq). | May use option combinations (eg. sce-pkgcheck -paq). |
Run 'sce-import --help' regarding list files. | Run 'sce-import --help' regarding list files. |
| |
Usage: | Usage: |
| |
sce-pkgcheck PKG Update DEBINX, confirm the PKG and repository. | sce-pkgcheck PKG Update DEBINX, confirm the PKG and repository. |
sce-pkgcheck -p PKG Preserve DEBINX, confirm the PKG and repository. | sce-pkgcheck -p PKG Preserve DEBINX, confirm the PKG and repository. |