From Fedora Project Wiki
< Architectures | PowerPC
Sinnykumari (talk | contribs) mNo edit summary |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
For older Release Notes see [[Architectures/PowerPC/24]] | For older Release Notes see [[Architectures/PowerPC/24]] | ||
* the compose tools can't cope with more than one sub-architecture and thus for some packages there is only ppc64p7 rpm available. The missing rpms can be downloaded directly from koji. Sample koji.repo to be stored in /etc/yum.repos.d/ | |||
<pre> | |||
[koji] | |||
name=koji | |||
baseurl=http://ppcpkgs.fedoraproject.org/repos/f$releasever-build/latest/$basearch/ | |||
cost=2000 | |||
gpgcheck=0 | |||
enabled=1 | |||
</pre> | |||
* for installation on Mac G5 see https://github.com/masterzorag/G5_ppc64-linux | |||
= Developer information = | = Developer information = | ||
* [http://ppc.koji.fedoraproject.org/compose/25 Latests F25 nightly compose] | |||
* http://ppc.koji.fedoraproject.org/compose/ | * [https://fedoraproject.org/wiki/Category:Fedora_25_PowerPC_Test_Results F25 tests results] | ||
Latest revision as of 13:42, 11 January 2017
Downloads
Please download pre-release composes from
and for GA compose see
Release Notes
For older Release Notes see Architectures/PowerPC/24
- the compose tools can't cope with more than one sub-architecture and thus for some packages there is only ppc64p7 rpm available. The missing rpms can be downloaded directly from koji. Sample koji.repo to be stored in /etc/yum.repos.d/
[koji] name=koji baseurl=http://ppcpkgs.fedoraproject.org/repos/f$releasever-build/latest/$basearch/ cost=2000 gpgcheck=0 enabled=1
- for installation on Mac G5 see https://github.com/masterzorag/G5_ppc64-linux