Difference between revisions of "Gentoo Linux/pt-br"

From Funtoo
Jump to navigation Jump to search
(Updating to match new version of source page)
(Created page with "Gentoo Linux é uma distribuição de linux compilada a partir do código-fonte criada por Daniel Robbins. Usa Portage como gestor de pacotes, que foi originalmente baseado no...")
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 é uma distribuição de linux compilada a partir do código-fonte criada por Daniel Robbins. Usa Portage como gestor de pacotes, que foi originalmente baseado no Ports do FreeBSD. O utilitário principal do Portago é chamado de [http://docs.funtoo.org/wiki/Emerge Emerge] que foi escrito em Python e pode ser usado para install/desinstalar pacotes.


[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 18:48, July 13, 2015

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

Gentoo Linux é uma distribuição de linux compilada a partir do código-fonte criada por Daniel Robbins. Usa Portage como gestor de pacotes, que foi originalmente baseado no Ports do FreeBSD. O utilitário principal do Portago é chamado de Emerge que foi escrito em Python e pode ser usado para install/desinstalar pacotes.

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.