File: distros.html.in

package info (click to toggle)
libvirt-php 0.5.2~30-g64dca6f-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,460 kB
  • ctags: 5,538
  • sloc: cpp: 11,159; ansic: 8,250; xml: 3,999; php: 1,604; sh: 580; makefile: 189; perl: 97
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>