Difference between revisions of "Install/Download Portage Tree/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "<includeonly> == Download Portage Tree == </includeonly><noinclude><languages/> = Guia de Instalação: Descarregue a árvore do Portage =")
 
(6 intermediate revisions by 2 users not shown)
Line 6: Line 6:
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}</noinclude>
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}</noinclude>


Now it's time to install the Portage repository, which contains package scripts (ebuilds) that tell portage how to build and install thousands of different software packages. To create the Portage repository, simply run {{c|ego sync}} from within the chroot. This will automatically clone the portage tree from [https://github.com/funtoo/meta-repo GitHub] and all kits:
Agora é hora de instalar o repositório do Portage, que contém scripts de pacotes (ebuilds) que informam ao {{c|portage}} como construir e instalar milhares de pacotes de software diferentes. Para criar o repositório local do Portage, simplesmente execute {{c|ego sync}} de dentro do chroot. Isso irá clonar automaticamente a árvore do portage de [https://github.com/funtoo/meta-repo GitHub] e todos os kits:


{{console|body=  
{{console|body=  
(chroot) ###i## ego sync
%chroot% ##i##ego sync
}}
}}
<noinclude>{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files|align=right}}</noinclude>

Revision as of 13:18, December 23, 2020

Other languages:
English • ‎español • ‎polski • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

Guia de Instalação: Descarregue a árvore do Portage

Install Guide, Chapter 10 < Prev Next >

Agora é hora de instalar o repositório do Portage, que contém scripts de pacotes (ebuilds) que informam ao portage como construir e instalar milhares de pacotes de software diferentes. Para criar o repositório local do Portage, simplesmente execute ego sync de dentro do chroot. Isso irá clonar automaticamente a árvore do portage de GitHub e todos os kits:

chroot # ego sync
Install Guide, Chapter 10 < Prev Next >