16
Embedded Linux Quick Start Guide
LPC3250-Stick
opkg examples
Update local database of packages from feeds (see /etc/opkg)
opkg update
List all packages available
opkg list
List packages installed
opkg list_installed
Install a package (e.g. procps)
opkg install procps
Install a specific package file (bypassing the feeds)
opkg install /ipk/procps_3.2.8-r9.1.5_armv5te.ipk
Kommentare zu diesen Handbüchern