1
Software / How To Install Applications
« on: March 11, 2005, 01:28:25 pm »
Assuming that you're installing software to your SD card:
# This command will update your package list
ipkg -d sd update
# This command will install the package you want
ipkg -d sd install packagename
# This command will make all the neccessary symlinks
ipkg-link mount /mnt/card
# This command will update your library file
ldconfig
# This command will do a system-wide upgrade on all packages installed
# You will still need to do a ipkg-link mount /mnt/card and a ldconfig
ipkg -d sd upgrade
# Here's where you will be installing your packages from.
# You will look for your packages here:
http://www.openzaurus.org/web/index.php?op...apper&Itemid=40
# As an example, if you want to install the opie-reader package available here:
http://www.openzaurus.org/official/unstabl....1.7-r0_arm.ipk
ipkg -d sd update
ipkg -d sd install opie-reader
ipkg-link mount /mnt/card
ldconfig
When installing packages, you only need to put whatever comes before the first underscore (_).
Also, you will want to make sure your /etc/ipkg.conf file is up to date.
This is what my src section looks like:
src upgrades http://openzaurus.org/official/unstable/3.5.2/upgrades/
src base http://openzaurus.org/official/unstable/3.5.2/feed/base/
src libs http://openzaurus.org/official/unstable/3.5.2/feed/libs/
src console http://openzaurus.org/official/unstable/3.5.2/feed/console
src opie http://openzaurus.org/official/unstable/3.5.2/feed/opie
src devel http://openzaurus.org/official/unstable/3.5.2/feed/devel
If you just installed 3.5.2, then you'll need to add the devel line manually.
Hope this helps!
[edit]
I'm assuming that you're running Opie. If you're using GPE instead, then you'll need to replace the opie references with GPE.
[/edit]
# This command will update your package list
ipkg -d sd update
# This command will install the package you want
ipkg -d sd install packagename
# This command will make all the neccessary symlinks
ipkg-link mount /mnt/card
# This command will update your library file
ldconfig
# This command will do a system-wide upgrade on all packages installed
# You will still need to do a ipkg-link mount /mnt/card and a ldconfig
ipkg -d sd upgrade
# Here's where you will be installing your packages from.
# You will look for your packages here:
http://www.openzaurus.org/web/index.php?op...apper&Itemid=40
# As an example, if you want to install the opie-reader package available here:
http://www.openzaurus.org/official/unstabl....1.7-r0_arm.ipk
ipkg -d sd update
ipkg -d sd install opie-reader
ipkg-link mount /mnt/card
ldconfig
When installing packages, you only need to put whatever comes before the first underscore (_).
Also, you will want to make sure your /etc/ipkg.conf file is up to date.
This is what my src section looks like:
src upgrades http://openzaurus.org/official/unstable/3.5.2/upgrades/
src base http://openzaurus.org/official/unstable/3.5.2/feed/base/
src libs http://openzaurus.org/official/unstable/3.5.2/feed/libs/
src console http://openzaurus.org/official/unstable/3.5.2/feed/console
src opie http://openzaurus.org/official/unstable/3.5.2/feed/opie
src devel http://openzaurus.org/official/unstable/3.5.2/feed/devel
If you just installed 3.5.2, then you'll need to add the devel line manually.
Hope this helps!
[edit]
I'm assuming that you're running Opie. If you're using GPE instead, then you'll need to replace the opie references with GPE.
[/edit]