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

From Funtoo
Jump to navigation Jump to search
(Created page with "<includeonly> == Pobieranie drzewa 'Portage' == </includeonly><noinclude><languages/> = Przewodnik Instalacji: Pobieranie drzewa 'Portage' =")
 
(Updating to match new version of source page)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
== Pobieranie drzewa 'Portage' ==
== Pobieranie drzewa menadżera pakietów 'Portage' ==
</includeonly><noinclude><languages/>
</includeonly><noinclude><languages/>
= Przewodnik Instalacji: Pobieranie drzewa 'Portage' =  
= Przewodnik Instalacji: Pobieranie drzewa menadżera pakietów 'Portage' =  


<div lang="en" dir="ltr" class="mw-content-ltr">
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}</noinclude>
{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files}}</noinclude>
</div>


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:
Teraz nadszedł czas na zainstalowanie repozytorium - zbioru zawierającego skrypty (ebuild'y) informujące o sposobie kompilacji i instalacji tysięcy różnego rodzaju pakietów oprogramowania.  
W celu pobrania repozytorium uruchomiamy {{c|ego sync}} Spowoduje to automatyczne sklonowanie [https://github.com/funtoo/meta-repo GitHub] (portage tree and all kits).


<div lang="en" dir="ltr" class="mw-content-ltr">
{{console|body=  
{{console|body=  
%chroot% ##i##install -d /var/git -o 250 -g 250
%chroot% ##i##ego sync
%chroot% ##i##ego sync
}}
}}
</div>
<noinclude>{{InstallNavigation|num=10|prev=Chroot|next=Configuration Files|align=right}}</noinclude>
<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 • ‎русский • ‎中文(中国大陆)‎

Przewodnik Instalacji: Pobieranie drzewa menadżera pakietów 'Portage'

Install Guide, Chapter 10 < Prev Next >

Teraz nadszedł czas na zainstalowanie repozytorium - zbioru zawierającego skrypty (ebuild'y) informujące o sposobie kompilacji i instalacji tysięcy różnego rodzaju pakietów oprogramowania. W celu pobrania repozytorium uruchomiamy ego sync Spowoduje to automatyczne sklonowanie GitHub (portage tree and all kits).

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