Difference between revisions of "Install/Download Portage Tree"

From Funtoo
Jump to navigation Jump to search
m (Protected "Install/Download Portage Tree": create a draft in your user space and open a bug to change this page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}
<translate>
<includeonly>
== Download Portage Tree == <!--T:5-->
</includeonly><noinclude><languages/>
= Install Guide: Download Portage Tree =  


Now it's time to install a copy of 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 kit submodules:
<!--T:6-->
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}</noinclude>


{{console|body=
<!--T:7-->
(chroot) ###i## ego sync
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:8-->
{{console|body=  
%chroot% ##i##ego sync
}}
}}
</translate>
<noinclude>{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files|align=right}}</noinclude>

Latest revision as of 04:30, December 13, 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 # ego sync
Install Guide, Chapter 10 < Prev Next >