Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dcore:ppa-deb2sce_command [2016/06/07 03:23] – created nitram | dcore:ppa-deb2sce_command [2016/08/27 05:21] (current) – nitram | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== dCore sce-deb2sce Command ===== | ===== dCore sce-deb2sce Command ===== | ||
| + | Occasionally a user may wish to import a single package (*.deb file) from outside the standard Debian or Ubuntu repositories. This can be accomplished with the '' | ||
| + | sce-import -o sce-deb2sce | ||
| + | sce-load sce-deb2sce | ||
| + | sce-deb2sce < | ||
| - | Occasionally a user may wish to import a single package (' | ||
| - | < | ||
| - | sce-import -o sce-deb2sce | ||
| - | sce-load sce-deb2sce | ||
| - | </ | ||
| - | Usage: | + | The new SCE can then be loaded for use, run: |
| - | < | + | sce-load /path/to/file/my_new.sce |
| - | sce-deb2sce <DEB-file> | + | |
| - | </code> | + | |
| - | Similar | + | Alternatively move ' |
| - | Since all SCEs now require a proper md5sum | + | Note *.deb file names usually contain the version number, which may be helpful |
| - | < | + | |
| - | md5sum my_new.sce > my_new.sce.md5.txt | + | |
| - | </ | + | |
| - | * Please consider submitting | + | Usage options from the ' |
| + | sce-deb2sce - Convert a single Debian package (*.deb file) into an SCE. | ||
| + | Useful to import | ||
| + | Debian or Ubuntu repositories. Resulting *.sce and *.sce.md5.txt | ||
| + | files can be moved into / | ||
| + | recognized by the system. | ||
| + | |||
| + | The SCE and any dependency SCE(s) required to run the software | ||
| + | must be loaded with sceboot.lst, | ||
| + | numerous dependencies are required, importing them as a | ||
| + | list file may be easiest, see sce-import --help. | ||
| + | |||
| + | Usage: | ||
| + | |||
| + | sce-deb2sce debian_package.deb | ||
| - | The new SCE can then be loaded for use by running: | + | **[[http://wiki.tinycorelinux.net/dcore: |
| - | < | + | |
| - | sce-load | + | |
| - | </ | + | |
| - | + | ||
| - | Although it's likely best to move ' | + | |
| - | <code> | + | |
| - | sce-load | + | |
| - | sce-load my_new.sce | + | |
| - | </ | + | |
| - | + | ||
| - | Note ' | + | |