aboutsummaryrefslogtreecommitdiff
blob: 77a015aad399cceec972b1f87771fe7f70985c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
nav1: get-started
nav2-show: true
nav2: about
nav2-weight: 10

title: 'About Gentoo'
---
{% include hero-section/start class="abouthdr huge" %}
  <div class="row">
    <div class="col-md-4">
      <img src="/assets/img/bg/larry.png" class="img-responsive" alt="Larry the cow, a bit unhappy.">
    </div>
    <div class="col-md-8">
      Larry the cow was a bit frustrated<br>&nbsp;&nbsp;&nbsp;at the current state of Linux distributions…
      <br><br>
      <div class="right">…until he tried Gentoo Linux.</div>
    </div>
  </div>
{% include hero-section/end %}

<h2>What is Gentoo?</h2>

<p class="lead">
  Gentoo is a free operating system based on either Linux or FreeBSD that can be automatically optimized and customized for just about any application or need.
  <br>
  Extreme configurability, performance, and a top-notch user and developer community are all hallmarks of the Gentoo experience.
</p>

<p>
  Thanks to a technology called <strong>Portage</strong>, Gentoo can become an ideal secure server, development workstation,
  professional desktop, gaming system, embedded solution, or something else—whatever you need it to be.
  Because of its near-unlimited adaptability, we call Gentoo a <em>metadistribution</em>.
</p>

<p>
  Of course, Gentoo is more than <i>just</i> software.
  It is also a community around the distribution. Gentoo benefits from around 250 developers and <i>thousands</i> of users, many of which are experts in their fields.
  The distribution project provides the means for the users to enjoy Gentoo:
  documentation, infrastructure, release engineering, software porting, quality assurance, security followup, hardening, and more.
</p>

<p>
  To advise and help Gentoo's global development, a 7-member council is elected on a yearly basis which decides on global issues,
  policies, and advancements in the Gentoo project.
</p>

<h2>What is Portage?</h2>

<p class="lead">
  Portage can be considered the heart of Gentoo: it is the software distribution system that performs many key functions in Gentoo systems:
</p>

<p>
  To get the latest software for Gentoo, simply type one command: <kbd>emerge --sync</kbd>.
  This command tells Portage to sync the Gentoo ebuild repository from a mirror.
  The ebuild repository contains a complete collection of scripts that are used by Portage to create and install the latest packages.
  Currently more than 19,000 unique packages are available for installation on Gentoo. New packages are being added all the time.
</p>

<p class="lead">
  Portage is also the package installation system:
</p>

<p>
  To install a package, type <kbd>emerge package</kbd>,
  at which point Portage automatically builds a custom version of the package to your exact specifications,
  optimizing it for your hardware and ensuring that the optional features in the package that you want are enabled—and those you don't want aren't.
</p>

<p class="lead">
  Portage also keeps your system up-to-date:
</p>

<p>
  Typing one command (<kbd>emerge -uD @world</kbd>) will ensure that all the packages on the system are updated automatically.
</p>