File: distros.html.in

package info (click to toggle)
libvirt-php 0.5.8-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,140 kB
  • sloc: ansic: 9,352; sh: 4,578; php: 269; makefile: 219; xml: 93
file content (34 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
  <body>
    <h1>Distributions</h1>
    <p>
      There are several distributions that supports the libvirt-php in it's repositories. You can see the list in here:<br />

      <table width="75%">
        <tr align="center">
          <th>Distribution</th>
          <th>Installer command</th>
          <th>Link</th>
          <th>More information</th>
        </tr>
        <tr align="center">
          <td>Fedora 16+</td>
          <td>yum install php-libvirt</td>
          <td><a href="https://admin.fedoraproject.org/updates/search/php-libvirt">List on FedoraProject.org</a></td>
          <td>-</td>
        </tr>
        <tr align="center">
          <td>altLinux</td>
          <td>N/A</td>
          <td><a href="http://sisyphus.ru/en/srpm/Sisyphus/php-virt-control">List on Sisyphus.ru</a></td>
          <td>Distributed as part of php-virt-control project</td>
        </tr>
        <tr align="center">
          <td>Gentoo</td>
          <td>emerge libvirt-php</td>
          <td><a href="http://packages.gentoo.org/package/dev-php/libvirt-php">List on packages.gentoo.org</a></td>
          <td>-</td>
        </tr>
      </table>
  </body>
</html>