root@osmio4k:~# opkg update
Downloading http://162.216.113.217/tnap-7/all/Packages.gz.
Updated source 'tnap-all'.
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/Packages.gz.
Updated source 'tnap-cortexa15hf-neon-vfpv4'.
Downloading http://162.216.113.217/tnap-7/osmio4k/Packages.gz.
Updated source 'tnap-osmio4k'.
root@osmio4k:~# opkg install procps
Installing libproc2-1 (4.0.6) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/libproc2-1_4.0.6-r0.1_cortexa15hf-neon-vfpv4.ipk.
Installing procps-ps (4.0.6) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/procps-ps_4.0.6-r0.1_cortexa15hf-neon-vfpv4.ipk.
Installing procps-sysctl (4.0.6) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/procps-sysctl_4.0.6-r0.1_cortexa15hf-neon-vfpv4.ipk.
Installing procps (4.0.6) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/procps_4.0.6-r0.1_cortexa15hf-neon-vfpv4.ipk.
Configuring libproc2-1.
Configuring procps-sysctl.
update-alternatives: Linking /sbin/sysctl to /sbin/sysctl.procps
Configuring procps-ps.
update-alternatives: Linking /bin/ps to /bin/ps.procps
Configuring procps.
update-alternatives: Linking /usr/bin/free to /usr/bin/free.procps
update-alternatives: Linking /usr/bin/pkill to /usr/bin/pkill.procps
update-alternatives: Linking /usr/bin/pmap to /usr/bin/pmap.procps
update-alternatives: Linking /usr/bin/pgrep to /usr/bin/pgrep.procps
update-alternatives: Linking /usr/bin/pwdx to /usr/bin/pwdx.procps
update-alternatives: Linking /usr/bin/skill to /usr/bin/skill.procps
update-alternatives: Linking /usr/bin/snice to /usr/bin/snice.procps
update-alternatives: Linking /usr/bin/top to /usr/bin/top.procps
update-alternatives: Linking /usr/bin/uptime to /usr/bin/uptime.procps
update-alternatives: Linking /usr/bin/w to /usr/bin/w.procps
update-alternatives: Linking /bin/kill to /bin/kill.procps
update-alternatives: Linking /bin/pidof to /bin/pidof.sysvinit
update-alternatives: Linking /bin/watch to /bin/watch.procps
root@osmio4k:~# ps
PID TTY TIME CMD
3352 pts/0 00:00:00 sh
6981 pts/0 00:00:00 ps
root@osmio4k:~# opkg install shellinabox
Installing shellinabox (V2.21.0.r3+git437+a70d4f70+a70d4f7c4b) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/shellinabox_V2.21.0.r3+git437+a70d4f70+a70d4f7c4b-r0_cortexa15hf-neon-vfpv4.ipk.
Configuring shellinabox.
Adding system startup for /etc/init.d/shellinabox.
Starting Shell In A Box server: shellinabox.
root@osmio4k:~# opkg list | grep -E "procps"
procps - 4.0.6-r0.1 - System and process monitoring utilities
procps-doc - 4.0.6-r0.1 - System and process monitoring utilities - Documentation files
procps-ps - 4.0.6-r0.1 - System and process monitoring utilities
procps-sysctl - 4.0.6-r0.1 - System and process monitoring utilities
root@osmio4k:~# opkg list-installed | grep -E "procps"
procps - 4.0.6-r0.1
procps-ps - 4.0.6-r0.1
procps-sysctl - 4.0.6-r0.1
root@osmio4k:~#