1 | | |
2 | | |
3 | | {{{ |
4 | | #!rst |
5 | | |
6 | | .. -*- mode: rst -*- |
7 | | |
8 | | .. _Packages: https://admin.fedoraproject.org/pkgdb/acls/name/bcfg2 |
9 | | .. _Fedora: https://www.fedoraproject.org |
10 | | |
11 | | .. _fedora-installation: |
12 | | |
13 | | Fedora |
14 | | ====== |
15 | | |
16 | | The fastest way to get Bcfg2 Packages_ onto your Fedora_ system is to |
17 | | use `yum` or PackageKit. Yum will pull in all dependencies of Bcfg2 |
18 | | automatically. :: |
19 | | |
20 | | $ su -c 'yum install bcfg2-server bcfg2' |
21 | | |
22 | | Be aware that the latest release of Bcfg2 may only be available for the |
23 | | Development release of Fedora (Rawhide). With the activation of the |
24 | | Rawhide repository of Fedora you will be able to install it. :: |
25 | | |
26 | | $ su -c 'yum install --enablerepo=rawhide bcfg2-server bcfg2' |
27 | | |
28 | | This way is not recommended on productive systems. Only for testing. |
29 | | }}} |
| 1 | This page has moved to http://docs.bcfg2.org/installation/distributions.html#fedora. |