[cs631apue] installing git on NetBSD (was: lecture slides)

Jan Schaumann jschauma at stevens.edu
Tue Sep 25 13:22:33 EDT 2018


Marlon Seaton <mseaton at stevens.edu> wrote:

> I have created a repository for my midterm project but I am unable to
> install Git on BSD.

The easiest way to install software on NetBSD is via the native package
manager: https://www.pkgsrc.org/

To install git, run e.g. this command:

pkg_add ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/8.0_2018Q1/All/git-2.16.4.tgz

-Jan


More information about the cs631apue mailing list