Skip to content
Narrow screen resolution Wide screen resolution Auto adjust screen size Increase font size Decrease font size Default font size

gumstix developer site

Home arrow Documentation arrow User arrow Updating and adding software packages
Updating and adding software packages
Print 
Gumtix uses the ipkg package manager to allow you to easliy update the software on your machine without having to rebuild the software from source code. The package manager also enables you to download new software packages to add to the functionality of your machine. This section will teach you the basics of package management.

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:

Tags