* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ___ ______ ______ *
* / _ \ | ___ \ | ___ \ *
* ___ _ __ ___ _ __ / /_\ \| |_/ / ______ | |_/ / *
* / _ \ | '_ \ / _ \| '_ \ | _ || / |______|| __/ *
* | (_) || |_) || __/| | | || | | || |\ \ | | *
* \___/ | .__/ \___||_| |_|\_| |_/\_| \_| \_| *
* | | *
* |_| ----openAR-Project---- *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
BusyBox v1.21.1 (2014-01-17 17:44:26 CET) built-in shell (ash)
Enter 'help' for a list of built-in commands.
spark:~#
-------------------- < Script > ----------------------------
df -m; echo ">>> DONE <<<";
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/root 119 80 39 68% /
/dev/root 119 80 39 68% /dev/.static/dev
udev 69 0 69 0% /dev
shmfs 69 0 69 0% /dev/shm
/dev/sda1 3815 699 3116 18% /media/usbhd-sda1
none 69 7 62 11% /tmp
none 69 0 69 0% /var/lock
none 69 0 69 0% /var/run
none 69 0 69 0% /var/lib/urandom
/dev/sda1 3815 699 3116 18% /media/hdd
>>> DONE <<<
spark:~#
clear
[H[Jspark:~#
o
[J
op
k
g
u
p
d
a
t
e
&
&
o
p
k
g
i
n
s
t
a
l
l
/
t
m
p
/
*
.
i
p
k
Downloading
https://softanet.net/feed/Packages.gz.
Inflating
https://softanet.net/feed/Packages.gz.
Updated list of available packages in /usr/lib/opkg/lists/non-free-feed.
Downloading
https://alien.sat-universum.de/Packages.gz.
Inflating
https://alien.sat-universum.de/Packages.gz.
Updated list of available packages in /usr/lib/opkg/lists/AR-P.
Downloading
https://extra.sat-universum.de/Packages.gz.
Inflating
https://extra.sat-universum.de/Packages.gz.
Updated list of available packages in /usr/lib/opkg/lists/plugins-feed.
opkg: unknown sub-command install/tmp/*.ipk
usage: opkg [options...] sub-command [arguments...]
where sub-command is one of:
Package Manipulation:
update Update list of available packages
upgrade Upgrade installed packages
install <pkgs> Install package(s)
configure <pkgs> Configure unpacked package(s)
remove <pkgs|regexp> Remove package(s)
flag <flag> <pkgs> Flag package(s)
<flag>=hold|noprune|user|ok|installed|unpacked (one per invocation)
Informational Commands:
list List available packages
list-installed List installed packages
list-upgradable List installed and upgradable packages
files <pkg> List files belonging to <pkg>
search <file|regexp> List package providing <file>
info [pkg|regexp] Display all info for <pkg>
status [pkg|regexp] Display all status for <pkg>
download <pkg> Download <pkg> to current directory
compare-versions <v1> <op> <v2>
compare versions using <= < > >= = << >>
print-architecture List installable package architectures
whatdepends [-A] [pkgname|pat]+
whatdependsrec [-A] [pkgname|pat]+
whatprovides [-A] [pkgname|pat]+
whatconflicts [-A] [pkgname|pat]+
whatreplaces [-A] [pkgname|pat]+
Options:
-A Query all packages not just those installed
-V <level> Set verbosity level to <level>.
--verbosity <level> Verbosity levels:
0 errors only
1 normal messages (default)
2 informative messages
3 debug
4 debug level 2
-f <conf_file> Use <conf_file> as the opkg configuration file
--conf <conf_file>
--cache <directory> Use a package cache
-d <dest_name> Use <dest_name> as the the root directory for
--dest <dest_name> package installation, removal, upgrading.
<dest_name> should be a defined dest name from
the configuration file, (but can also be a
directory name in a pinch).
-o <dir> Use <dir> as the root directory for
--offline-root <dir> offline installation of packages.
Force Options:
--force-depends Install/remove despite failed dependencies
--force-maintainer Overwrite preexisting config files
--force-reinstall Reinstall package(s)
--force-overwrite Overwrite files from other package(s)
--force-downgrade Allow opkg to downgrade packages
--force-space Disable free space checks
--noaction No action -- test only
--download-only No action -- download only
--nodeps Do not follow dependencies
--force-removal-of-dependent-packages
Remove package and all dependencies
--autoremove Remove packages that were installed
automatically to satisfy dependencies
-t Specify tmp-dir.
--tmp-dir Specify tmp-dir.
regexp could be something like 'pkgname*' '*file*' or similar
e.g. opkg info 'libstd*' or opkg search '*libop*' or opkg remove 'libncur*'
spark:~#