Angstrom Package Manager


HackModford

Active Member
Joined
Oct 2, 2007
Messages
813
Age
32
I can't use sudo apt-get so what do I do in angstrom? Is there a graphical package manager?
 
I think you're looking for opkg. But I think (doing lots of thinking until I get my delivery tomorrow!) that'll install stuff to the NAND, and not everything will be Pandora ready, even if it will install.
 
Angstrom's package manager is called "opkg". I would advice against it for now though, as it will install everything on the nand. This will be fixed.
 
sudo opkg install epdfview

this is a pdf viewer



sudo opkg install gnome-games

for tictac and so on.

change install to remove to uninstall
 
paddy said:
sudo opkg install epdfview

this is a pdf viewer



sudo opkg install gnome-games

for tictac and so on.

change install to remove to uninstall

i get the message:

opkg_install_cmd: Cannot install package

do you know why? thanks
 
Last edited by a moderator:
ste_167 said:
paddy said:
sudo opkg install epdfview

this is a pdf viewer



sudo opkg install gnome-games

for tictac and so on.

change install to remove to uninstall

i get the message:

opkg_install_cmd: Cannot install package

do you know why? thanks

Be sure to do :
# sudo opkg update
and then
# sudo opkg install evince
 
Last edited by a moderator:
Any ideas what I would need to get the imic working? Linux recognizes it as a soundcard but no audio comes out...
 
Back
Top