Difference between revisions of "Install/Download Portage Tree"

From Funtoo
Jump to navigation Jump to search
(Marked this version for translation)
(Undo revision 34651 by Pnoecker (talk))
Tags: Undo Reverted
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<translate>
<translate>
<includeonly>
<includeonly>
== Download Portage Tree == <!--T:1-->
== Download Portage Tree == <!--T:5-->
</includeonly><noinclude>
</includeonly><noinclude><languages/>
= Install Guide: Download Portage Tree =  
= Install Guide: Download Portage Tree =  


<!--T:2-->
<!--T:6-->
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}</noinclude>
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}</noinclude>


<!--T:4-->
<!--T:7-->
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:
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:


<!--T:3-->
<!--T:8-->
{{console|body=
{{console|body=  
(chroot) ###i## ego sync
%chroot% ##i##install -d /var/git -o 250 -g 250
%chroot% ##i##ego sync
}}
}}
</translate>
</translate>
<noinclude>{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files|align=right}}</noinclude>

Revision as of 22:18, September 22, 2021

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

Install Guide: Download Portage Tree

Install Guide, Chapter 10 < Prev Next >

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 ego sync from within the chroot. This will automatically clone the portage tree from GitHub and all kits:

chroot # install -d /var/git -o 250 -g 250
chroot # ego sync
Install Guide, Chapter 10 < Prev Next >