Fix a type (propperly -> properly), plus expand section on pkgsrc
This commit is contained in:
parent
644cf51b1e
commit
6d7e7dccc7
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: postinstall,v 1.2 1999/05/04 03:35:03 simonb Exp $
|
.\" $NetBSD: postinstall,v 1.3 1999/12/13 15:32:46 abs Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
Once you've got the operating system running, there are a few
|
Once you've got the operating system running, there are a few
|
||||||
things you need to do in order to bring the system into a propperly
|
things you need to do in order to bring the system into a properly
|
||||||
configured state, with the most important ones described below.
|
configured state, with the most important ones described below.
|
||||||
.Bl -enum
|
.Bl -enum
|
||||||
.It
|
.It
|
||||||
|
@ -165,23 +165,26 @@ to your path in your shell's dot file so that you have access to the X binaries.
|
||||||
.It
|
.It
|
||||||
Installing 3rd party packages
|
Installing 3rd party packages
|
||||||
.Pp
|
.Pp
|
||||||
There is a lot of software freely available for Unix-based systems,
|
If you wish to install any of the software freely available for unix systems
|
||||||
almost all of which can run on
|
you are strongly advised to first check the
|
||||||
.Nx .
|
|
||||||
Modifications are usually needed to
|
|
||||||
when transferring programs between different Unix-like systems, so
|
|
||||||
the
|
|
||||||
.Nx
|
.Nx
|
||||||
packages collection incorporates any such
|
package system. This automatically handles any changes necessary to
|
||||||
changes necessary to make that software run on
|
make the software run on
|
||||||
.Nx ,
|
.Nx ,
|
||||||
and makes
|
retrieval and installation of any other packages on which the software
|
||||||
the installation (and deinstallation) of the software packages
|
may depend, and simplifies installation (and deinstallation), both
|
||||||
easy. There's also the option of building a package from source, in
|
from source and precompiled binaries.
|
||||||
case there's no precompiled binary available.
|
.Bl -bullet
|
||||||
.Pp
|
.It
|
||||||
|
More information on the package system is at
|
||||||
|
.Lk http://www.netbsd.org/Documentation/software/packages.html
|
||||||
|
.It
|
||||||
|
A browsable listing of available packages is at
|
||||||
|
.Lk ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/README.html
|
||||||
|
.It
|
||||||
Precompiled binaries can be found at
|
Precompiled binaries can be found at
|
||||||
.Lk ftp://ftp.netbsd.org/pub/NetBSD/packages/
|
.Lk ftp://ftp.netbsd.org/pub/NetBSD/packages/
|
||||||
|
.It
|
||||||
Package sources for compiling packages can be obtained by
|
Package sources for compiling packages can be obtained by
|
||||||
retrieving the file
|
retrieving the file
|
||||||
.Lk ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files/pkgsrc.tar.gz
|
.Lk ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files/pkgsrc.tar.gz
|
||||||
|
@ -190,6 +193,7 @@ and extracting it into
|
||||||
See
|
See
|
||||||
.Pa /usr/pkgsrc/README
|
.Pa /usr/pkgsrc/README
|
||||||
then for more information.
|
then for more information.
|
||||||
|
.El
|
||||||
.It
|
.It
|
||||||
Misc
|
Misc
|
||||||
.Bl -bullet
|
.Bl -bullet
|
||||||
|
|
Loading…
Reference in New Issue