[cs631apue] pkgin Question

Jan Schaumann jschauma at stevens.edu
Fri Sep 20 23:33:30 EDT 2019


Gabrielle M Mccormack <gmccorma at stevens.edu> wrote:
 
> apue$ pkg_add -v pkgin?
> pkg_add: no pkg found for 'pkgin', sorry.?

I suspect something wrong with your networking on the
system.

Can you make any outgoing network connections from the
system?

Can you talk to ftp.netbsd.org from the system?

Try running

ftp ftp.netbsd.org

and

ftp ${PKG_PATH}

If those work, try adding the explicit package:

pkg_add ${PKG_PATH}/pkgin-0.12.0.tgz 

-Jan


More information about the cs631apue mailing list