Ipkg

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(new cat)
(added ipk feed from buildhost)
Line 1: Line 1:
 
The practical way to install software on OpenMoko is with the [http://handhelds.org/moin/moin.cgi/Ipkg Ipkg package manager], possibly via the graphical [[Application Manager]]. Naturally, you need to have obtained an OpenMoko system by other means initially.
 
The practical way to install software on OpenMoko is with the [http://handhelds.org/moin/moin.cgi/Ipkg Ipkg package manager], possibly via the graphical [[Application Manager]]. Naturally, you need to have obtained an OpenMoko system by other means initially.
  
In the shell, "ipkg install new-app" will download and install "new-app", "ipkg update" will update the list of available packages, and "ipkg upgrade" will download and install all packages that have a newer version available.
+
For the latest ipk package files from buildhost put the following lines in your /etc/ipkg/base-feed.conf:
 +
src/gz all http://buildhost.openmoko.org/tmp/deploy/ipk/all/
 +
src/gz armv4t http://buildhost.openmoko.org/tmp/deploy/ipk/armv4t/
 +
src/gz fic-gta01 http://buildhost.openmoko.org/tmp/deploy/ipk/fic-gta01/
  
Precompiled ipk package files are available at least at:
+
In the shell, "ipkg update" will update the list of available packages, "ipkg upgrade" will download and install all packages that have a newer version available" and "ipkg install new-app" will download and install "new-app".
* http://downloads.openmoko.org/tmp/neo1973/ipk/
+
* http://buildhost.openmoko.org/snapshots/2007.04/ipk/
+
  
 
== History ==
 
== History ==

Revision as of 13:39, 4 August 2007

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

For the latest ipk package files from buildhost put the following lines in your /etc/ipkg/base-feed.conf:

src/gz all http://buildhost.openmoko.org/tmp/deploy/ipk/all/
src/gz armv4t http://buildhost.openmoko.org/tmp/deploy/ipk/armv4t/
src/gz fic-gta01 http://buildhost.openmoko.org/tmp/deploy/ipk/fic-gta01/

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

History

Ipkg re-implements for embedded systems the Debian tools dpkg, apt, and apt-get. For example, it uses much less disk space for the package metadata.

Personal tools

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

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

Precompiled ipk package files are available at least at:

History

Ipkg re-implements for embedded systems the Debian tools dpkg, apt, and apt-get. For example, it uses much less disk space for the package metadata.