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
m (Change updatemethod to releasemodel)
(Changes for clarity)
Line 10: Line 10:
}}
}}
[[File:Gentoo Live GUI USB running KDE.png|thumb|Gentoo Live GUI USB running [[KDE Plasma]]]]
[[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 be how you want it to be. This distro aside having the systemd init system, also provides its own init system, known as OpenRC.
[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.


Unlike other Linux distributions, everything you make is to be compiled. As such, users can compile their system in the way they want it to be.<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>  


=== Portage ===  
=== Portage ===  

Revision as of 14:06, 5 June 2024

Lua error in Module:DistributionInfobox at line 23: data must be either of type string or number.

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]

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.

Trivia

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

Notes