Difference between revisions of "Gentoo Linux/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "Gentoo Linux es una distribución de Linux basada en fuentes creada por Daniel Robbins. Usa portage como su gestor oficial de paquetes de sistema, originalmente fue basado en...")
(No difference)

Revision as of 01:43, September 7, 2015

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

Gentoo Linux es una distribución de Linux basada en fuentes creada por Daniel Robbins. Usa portage como su gestor oficial de paquetes de sistema, originalmente fue basado en los ports de FreeBSD. La mayor utilidad de portage es llamada Emerge la cual está escrita en Python y puede ser usada para instalar/desinstalar paquetes.

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.