Hi,
I have installed the debian6-19-04-2012.img to my SD card. Once I get everything up and running, how do I download more software packages?
Cheers
David
Hi,
I have installed the debian6-19-04-2012.img to my SD card. Once I get everything up and running, how do I download more software packages?
Cheers
David
David,
I haven't used the debian yet, but have you tried using apt-get yet? I'm pretty sure it still uses apt-get, so as root run apt-get install [package you want installed], first you might want to run apt-get update && apt-get dist-upgrade
Hope that helps.
You can do pretty much everything you need in basic package management with just two commands, "apt-cache search" and "apt-get install".
Beyond that, see the respective man pages for a few more option flags ("man apt-cache" and "man apt-get"), and your commandline package management abilities will become really quite powerful. And finally, have a good read of "man dpkg" and you'll be ready to start training for guru status. 
Alternatively, aptitude gives you the same kind of package management but with an ncurses-based semi-graphic interface on a terminal session, while synaptic provides an equivalent graphics interface under X11.
Morgaine.
I tried to use "apt-get install tightvncserver" but it returned the message:
E: Package < tightvncserver > has no installation candidate
How can I get tightvnc then?
BTW: This is only with the Wheezy image and NOT the Squeeze image.