Thread: pkg_add
View Single Post
  #4   (View Single Post)  
Old 16th March 2016
pygope pygope is offline
Port Guard
 
Join Date: Apr 2015
Posts: 33
Default

Quote:
Originally Posted by claxsis View Post
My PC is DELL GX60 , it's CPU 2.4G and memory 512M quite a poor system and Version of NET BSD is 6.1.5 .

First my problem is that I can not handle with binary files , because commands such as "pkg_add " are not recognized as NET BSD instruction. Every time it returned to be responded " not found" .
Could you provide with more information above the "not found" message?. It seems to me that the "not found" message is related to the package to be installed more than to the pkg_add command.

You must indicate a repository in order to get pkg_add working.

In your case, as you are from Japan:
Code:
export PKG_PATH=ftp://ftp2.jp.netbsd.org/pub/pkgsrc/NetBSD/i386/6.1.5/All
Or even
Code:
export PKG_PATH=ftp://ftp7.jp.netbsd.org/pub/pkgsrc/NetBSD/i386/6.1.5/All
And then you can run pkg_add (I should recommend to use the -v flag)
Reply With Quote