opkg Installing A Software Package In Angstrom
http://www.elinux.org/Installing_A_Software_Package_In_Angstrom make sure boards are connected to internet: ping www.google.com -w 2 Update the list of available packages: opkg update check whats are available related to .... opkg list|grep <package name> To install a package in Angstrom, type the following command opkg install <package name> To see if a particular package is already installed in Angstrom, type the command below opkg list-installed|grep <package name>