Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dcore:sce-update_command [2016/05/13 17:34] – 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 ===== | ||
| - | The sce-update command is used to check and update all or individual SCE(s) including any dependency SCE(s), view DEBINX (Debian index) diff and available updates if desired. | + | The '' |
| - | Process: | + | Called with the SCE name, '' |
| - | *Updating imported extensions is triggered by sce-update. | + | |
| - | *Called with the SCE name, it checks the repositories for available updates and re-imports the respective packages, merging them into an updated extension. Technically speaking, it works just like sce-import. | + | |
| - | *Noted it works on the level of extensions as opposed to packages. Thus if an extension consists of several packages (or may even be composed from a list of extensions) then all packages in that extension will be tested for updates. | + | |
| - | *On the other hand, one and the same package may be part of several extensions. Thus there is no guarantee that all extensions will use the same version of a package if they are not all updated | + | |
| - | Usage options from the ' | + | If the SCE being updated was already loaded, the updated version will be placed in / |
| + | |||
| + | 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 30: | 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:// | ||