Package management

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(chg)
(more)
 
(One intermediate revision by one user not shown)
Line 5: Line 5:
 
In the shell, "opkg update" will update the list of available packages, "opkg upgrade" will download and install all packages that have a newer version available and "opkg install new-app" will download and install "new-app".
 
In the shell, "opkg update" will update the list of available packages, "opkg upgrade" will download and install all packages that have a newer version available and "opkg install new-app" will download and install "new-app".
  
Have a look at [[Users Repositories]] to get addresses of alternative software repositories, e.g. ScaredyCat's ipkg repository.
+
Have a look at [[Users Repositories]] to get addresses of alternative software repositories, e.g. ScaredyCat's ipkg repository, but please read [[installing alien package]].
 +
 
 +
==External links==
 +
*http://en.wikipedia.org/wiki/Package_management_system
  
 
[[Category:Package management| ]]
 
[[Category:Package management| ]]

Latest revision as of 11:21, 26 July 2009

NB: Current (2008-04-04+) builds of Openmoko now come with the syntax compatible Opkg tool, not ipkg.

The practical way to install software on Openmoko is with the Opkg, possibly via the graphical Application Manager. Naturally, you need to have obtained an Openmoko system by other means initially.

In the shell, "opkg update" will update the list of available packages, "opkg upgrade" will download and install all packages that have a newer version available and "opkg install new-app" will download and install "new-app".

Have a look at Users Repositories to get addresses of alternative software repositories, e.g. ScaredyCat's ipkg repository, but please read installing alien package.

[edit] External links

Personal tools

NB: Current (2008-04-04+) builds of Openmoko now come with the syntax compatible Opkg tool, not ipkg.

The practical way to install software on Openmoko is with the Opkg, possibly via the graphical Application Manager. Naturally, you need to have obtained an Openmoko system by other means initially.

In the shell, "opkg update" will update the list of available packages, "opkg upgrade" will download and install all packages that have a newer version available and "opkg install new-app" will download and install "new-app".

Have a look at Users Repositories to get addresses of alternative software repositories, e.g. ScaredyCat's ipkg repository.