Difference between revisions of "Gentoo Linux/zh-cn"

From Funtoo
Jump to navigation Jump to search
(Created page with "Gentoo Linux")
 
(Created page with "Gentoo Linux 是由 Daniel Robbins 创建的一个基于源代码的 Linux 发行版。它使用 Portage 作为官方的软件包管理系统,其最初的设计是基于 Fre...")
Line 1: Line 1:
<languages/>
<languages/>
Gentoo Linux is a source-based Linux distribution created by Daniel Robbins. It uses Portage as official package management system which original design was based on FreeBSD's ports. The main portage's utility is called [http://docs.funtoo.org/wiki/Emerge Emerge] that is written in Python and can be used to install/uninstall packages.
Gentoo Linux 是由 Daniel Robbins 创建的一个基于源代码的 Linux 发行版。它使用 Portage 作为官方的软件包管理系统,其最初的设计是基于 FreeBSD 的 ports。Portage 的主要工具叫做 [http://docs.funtoo.org/wiki/Emerge Emerge],是用 Python 编写的,可以用来安装/卸载软件包。


[http://docs.funtoo.org/wiki/Make.conf Make.conf] is Portage main configuration's file, because it contains many variables. For example, the best known : CFLAGS,CHOST,CXXFLAGS,USE, INPUT_DEVICES, VIDEO_CARDS,LINGUAS,GENTOO_MIRRORS.There are also many optional's variables like PORTDIR_OVERLAY.
[http://docs.funtoo.org/wiki/Make.conf Make.conf] is Portage main configuration's file, because it contains many variables. For example, the best known : CFLAGS,CHOST,CXXFLAGS,USE, INPUT_DEVICES, VIDEO_CARDS,LINGUAS,GENTOO_MIRRORS.There are also many optional's variables like PORTDIR_OVERLAY.
In this Linux distribution, the user compiles the source code locally according to their chosen configuration in order to improve their system and also to learn more about Linux.
In this Linux distribution, the user compiles the source code locally according to their chosen configuration in order to improve their system and also to learn more about Linux.

Revision as of 21:38, March 11, 2021

Other languages:
English • ‎Türkçe • ‎español • ‎português do Brasil • ‎中文(中国大陆)‎ • ‎日本語

Gentoo Linux 是由 Daniel Robbins 创建的一个基于源代码的 Linux 发行版。它使用 Portage 作为官方的软件包管理系统,其最初的设计是基于 FreeBSD 的 ports。Portage 的主要工具叫做 Emerge,是用 Python 编写的,可以用来安装/卸载软件包。

Make.conf is Portage main configuration's file, because it contains many variables. For example, the best known : CFLAGS,CHOST,CXXFLAGS,USE, INPUT_DEVICES, VIDEO_CARDS,LINGUAS,GENTOO_MIRRORS.There are also many optional's variables like PORTDIR_OVERLAY. In this Linux distribution, the user compiles the source code locally according to their chosen configuration in order to improve their system and also to learn more about Linux.