Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dcore:sce-update_command [2016/05/13 17:29] – created nitram | dcore:sce-update_command [2019/01/27 06:21] (current) – added grep and gawk notes jls_legalize | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== dCore sce-update Command ===== | ===== dCore sce-update Command ===== | ||
- | Process: | + | The '' |
- | Updating imported extensions is triggered by sce-update. Called with the name of an extension, it checks the repositories for available updates and re-imports the respective | + | |
- | It should be noted that it works on the level of extensions as opposed to packages. Thus if an extension consists of several packages | + | Called with the SCE name, '' |
+ | If the SCE being updated was already loaded, the updated version will be placed in / | ||
- | Usage options from the ' | + | Note '' |
+ | |||
+ | As SCEs are self-contained, | ||
+ | |||
+ | The update check process creates a / | ||
+ | |||
+ | The command works faster if grep and gawk packages are installed | ||
+ | |||
+ | Usage options from the '' | ||
sce-update - Check and update all or individual SCE(s) including any dependency | sce-update - Check and update all or individual SCE(s) including any dependency | ||
- | | + | |
- | | + | |
+ | | ||
Usage: | Usage: | ||
+ | | ||
sce-update | sce-update | ||
sce-update SCE Check a specific SCE for update, update if required. | sce-update SCE Check a specific SCE for update, update if required. | ||
- | sce-update -a Check all system SCEs for updates, view old/new DEBINX diff | ||
- | and available updates if desired, update SCEs if required. | ||
sce-update -n SCE Non-interactive mode, check a specific SCE for updates, | sce-update -n SCE Non-interactive mode, check a specific SCE for updates, | ||
| | ||
+ | sce-update -a Check all system SCEs for updates, view DEBINX diff and | ||
+ | | ||
sce-update -na | sce-update -na | ||
| | ||
+ | sce-update -b Check sceboot.lst SCEs for updates, update if required. | ||
sce-update -c Menu prompt, check selected SCE(s) for updates only, | sce-update -c Menu prompt, check selected SCE(s) for updates only, | ||
no actual updates performed. | no actual updates performed. | ||
Line 28: | Line 39: | ||
sce-update -z Ignore / | sce-update -z Ignore / | ||
| | ||
- | + | sce-update -f Full check mode, all packages and data contained in the | |
+ | SCE will be checked for updates. | ||
+ | | ||
+ | need of update and checking mode for that SCE then exits. | ||
+ | |||
**[[http:// | **[[http:// |