Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Gentoo: Difference between revisions

From atl.wiki
(Added a sentance and rewrote available architectures cus i felt like i couldnt trust the current ones lol)
m (remove trailing punctuation)
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
| website = [https://www.gentoo.org/ gentoo.org]
| website = [https://www.gentoo.org/ gentoo.org]
}}
}}
[[File:Gentoo Live GUI USB running KDE.png|thumb|Gentoo Live GUI USB running [[KDE Plasma]]]][https://www.gentoo.org/ Gentoo Linux] is a source-based Linux distribution, aimed around user customization. This distribution, in addition to having the systemd init system, also provides its own init system known as OpenRC.
[[File:Gentoo Live GUI USB running KDE.png|thumb|Gentoo Live GUI USB running [[KDE Plasma]]]][https://www.gentoo.org/ Gentoo Linux] is a source-based [[Linux Distributions|Linux distribution]], aimed around user customization. This distribution, in addition to having the systemd init system, also provides its own init system known as OpenRC.


Unlike other Linux distributions, everything you install is compiled on the local system. As such, users can use compile flags, known as 'Use Flags,' to help them fit their system to their use case. .<ref name="about">https://www.gentoo.org/get-started/about/</ref>
Unlike other Linux distributions, everything you install is compiled on the local system. As such, users can use compile flags, known as 'Use Flags,' to help them fit their system to their use case.<ref name="about">https://www.gentoo.org/get-started/about/</ref>


Their unofficial mascot is [[Larry the Cow]], a cow who was once frustrated at the state of Linux distributions until he found Gentoo Linux.<ref name="about">https://www.gentoo.org/get-started/about/</ref>
Their unofficial mascot is [[Larry the Cow]], a cow who was once frustrated at the state of Linux distributions until he found Gentoo Linux.<ref name="about">https://www.gentoo.org/get-started/about/</ref>
Line 20: Line 20:


=== Portage ===  
=== Portage ===  
Portage is the package manager for Gentoo Linux, it provides many configuration options based off of Bash, an example <code>make.conf</code> can be found [https://github.com/gentoo/portage/blob/master/cnf/make.conf.example here].  '''Emerge''' is a front-end for Portage and is used to manage the entire system.
[[Portage]] is the package manager for Gentoo Linux, it provides many configuration options based off of Bash, an example <code>make.conf</code> can be found [https://github.com/gentoo/portage/blob/master/cnf/make.conf.example here].  '''Emerge''' is a front-end for Portage and is used to manage the entire system.


=== Trivia ===
=== Trivia ===

Latest revision as of 05:21, 4 July 2024

Gentoo Linux
Gentoo Linux logo matte
The official Gentoo Linux logo
Release Status Maintained
Release Model Rolling Release / Stable
Package Manager portage
Default Desktops KDE Plasma
Usage Type Desktop, Server
Architectures amd64, alpha, arm, arm64, hppa, ia64, loong, mips, m68k, ppc, riscv, s390, sparc, x86
Website gentoo.org
Gentoo Live GUI USB running KDE Plasma

Gentoo Linux is a source-based Linux distribution, aimed around user customization. This distribution, in addition to having the systemd init system, also provides its own init system known as OpenRC.

Unlike other Linux distributions, everything you install is compiled on the local system. As such, users can use compile flags, known as 'Use Flags,' to help them fit their system to their use case.[1]

Their unofficial mascot is Larry the Cow, a cow who was once frustrated at the state of Linux distributions until he found Gentoo Linux.[1]

Gentoo has support for a large variety of hardware and has extremely minimal requirements, which makes it great for most devices.

Portage

Portage is the package manager for Gentoo Linux, it provides many configuration options based off of Bash, an example make.conf can be found here. Emerge is a front-end for Portage and is used to manage the entire system.

Trivia

  • You can find Larry the Cow by running emerge --moo on the command line.

Notes