Hi,
how can i install new Software on NetBsd aimga port? Network is running, but did not find any useful software besides ftp to get files from the internet. Are are not any tools like curl, wget or othes available.
You can use ftp to fetch things in a similar way to wget (ftp and http URLs).
Is pgksrc the best way to install new software?
It's the easiest. cd /usr ftp http://ftp.netbsd.org/pub/pkgsrc/stable/pkgsrc.tar.gz tar xzf pkgsrc.tar.gz (create / customize /etc/mk.conf) cd pkgsrc/net/wget make updateThe most recent binary packages are from six months ago (2012Q4), but I'm in the process of setting up a new pkgsrc bulk build so we'll have 2013Q2 binaries soon.
John