You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
doc/data/where.sgml

112 lines
4.2 KiB
Plaintext

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1996-09-24 17:45:44 $">
<!ENTITY title "Where to find FreeBSD">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
<html>
&header;
<h2><a href="handbook/install.html">Installing FreeBSD</a></h2>
<p>There are many options for installing FreeBSD, including
installation from CDROM, floppy disk, an MS-DOS partition,
magnetic tape, anonymous ftp, and NFS. Please read through
the <a href="handbook/install.html">installation guide</a>
before downloading the entire FreeBSD distribution. If you
are installing on a machine connected to the Internet, you
may only need to download a single installation disk image!</p>
<h2>FreeBSD Distribution Sites</h2>
<p>The official sources for FreeBSD are:
<ul>
<li>Anonymous ftp from <a
href="ftp://ftp.freebsd.org/pub/FreeBSD">ftp://ftp.FreeBSD.org/pub/FreeBSD</a>:
<ul>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.0-RELEASE">FreeBSD 2.1.0-RELEASE</a></li>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.5-RELEASE">FreeBSD 2.1.5-RELEASE</a></li>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2-960801-SNAP">FreeBSD 2.2-960801-SNAP</a></li>
</ul>
</li>
<li>Anonymous ftp from one of the numerous <a
href="handbook/mirrors.html"><strong>mirror
sites</strong></a></li>
<li>On <a href="http://www.cdrom.com/titles/freebsd.html">CD-ROM</a> from <a href="http://www.cdrom.com/">Walnut Creek
CDROM</a></li>
</ul>
<p>If you plan on getting FreeBSD via ftp, please check the
listing of <a href="handbook/mirrors.html"><strong>mirror
sites</strong></a> in the handbook to see if there is a site closer
to you. For more information about past, present and
future releases in general, please visit the <a
href="releases/">release information page</a>.
<h2>Applications and Utility Software</h2>
<h3>The Packages collection</h3>
<p>The FreeBSD packages are a diverse collection of utility
and application software that has been ported to FreeBSD.
The packages are pre-compiled binaries ready to drop into
your system and run.</p>
<ul>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-current">Packages
for FreeBSD-current</a></li>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.1.5">Packages
for FreeBSD version 2.1.5</a></li>
<li><a
href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-1.1.5">Packages
for FreeBSD version 1.1.5 and 1.1.5.1</a></li>
</ul>
<h3>The Ports collection</h3>
<p>The Ports collection is like the packages collection but
instead of compiled binaries, the necessary patches and
makefiles to compile the source code are provided. For
software with important configuration that must be done at
compile time, the "port" version may be more useful than
the "package" version.</p>
<ul>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports-current">Ports
for FreeBSD-current</a></li>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports-2.1.5">Ports
for FreeBSD version 2.1.5</a></li>
<li><a href="ports/index.html">Alternative WWW interface
to Ports for FreeBSD-current</a></li>
</ul>
<p>For information about how <em>you</em> can contribute
<em>your</em> favorite piece of software to the port
collection, have a look at <em><a
href="handbook/porting.html">Porting
applications</a></em> and <em><a
href="handbook/submitters.html">Contributing to
FreeBSD</a></em> in the <a
href="handbook"><em>FreeBSD handbook</em></a>.
<h3>Commercial software</h3>
<p>Beginning with FreeBSD <a href="releases">Release
2.0.5</a>, FreeBSD includes demo versions of some
commercial as well as some shareware products. In
addition to the demos available in the FreeBSD
distribution, a number of other commercial vendors offer
software products specifically for FreeBSD.</p>
<ul>
<li><a
href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.5-RELEASE/commerce">Commercial
products for FreeBSD 2.1.5</a></li>
<li><a href="commercial.html">Commercial vendors supporting
FreeBSD</a></li>
</ul>
&footer;
</body>
</html>