Documentation
User
Updating and adding software packages To update your software to the lastest release of all installed packages:
$ ipkg update $ ipkg upgrade
To install a new software package (perl in this example):
$ ipkg update $ ipkg install perl
To view a list of all packages that are available for you to install (be prepared, it's a long list):
$ ipkg update $ ipkg list
To remove a package you no longer need (again perl for this example):
$ ipkg remove perl
If you have limited free space on your root files system you can install packages on memory cards: