Difference between revisions of "Install/Download Portage Tree/ru"

From Funtoo
Jump to navigation Jump to search
(Created page with "<includeonly> === Загрузка дерева Portage === </includeonly><noinclude><languages/> = Руководство по установке: Загрузка дерев...")
 
 
(2 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:
Теперь пришло время установить репозиторий Portage, который содержит сценарии пакетов (ebuild), в которых сообщается о том, как создавать и устанавливать тысячи различных пакетов программного обеспечения. Чтобы создать репозиторий Portage, просто запустите {{c|ego sync}} внутри chroot. Это автоматически клонирует дерево portage с [https://github.com/funtoo/meta-repo GitHub] и все комплекты:


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

Latest revision as of 18:18, February 22, 2021

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

Руководство по установке: Загрузка дерева Portage

Install Guide, Chapter 10 < Prev Next >

Теперь пришло время установить репозиторий Portage, который содержит сценарии пакетов (ebuild), в которых сообщается о том, как создавать и устанавливать тысячи различных пакетов программного обеспечения. Чтобы создать репозиторий Portage, просто запустите ego sync внутри chroot. Это автоматически клонирует дерево portage с GitHub и все комплекты:

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