mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Document that debian/ubuntu have official hypopg packages.
Also fix the install documentation to mention Rocky Linux, as the community is not supporting centos anymore.
This commit is contained in:
parent
6e2d7bfca1
commit
99a0d0c4bf
1 changed files with 15 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ Packages
|
|||
|
||||
Hypopg is available as a package on some GNU/Linux distributions:
|
||||
|
||||
- RHEL/Centos
|
||||
- RHEL/Rocky Linux
|
||||
|
||||
HypoPG is available as a package using `the PGDG packages
|
||||
<https://yum.postgresql.org>`_.
|
||||
|
|
@ -25,6 +25,20 @@ Hypopg is available as a package on some GNU/Linux distributions:
|
|||
|
||||
yum install hypopg
|
||||
|
||||
- Debian / Ubuntu
|
||||
|
||||
HypoPG is available as a package using `the PGDG packages
|
||||
<https://apt.postgresql.org>`_.
|
||||
|
||||
Once the PGDG repository is setup, you just need to install the package. As
|
||||
root:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
apt install postgresql-XY-hypopg
|
||||
|
||||
where XY is the major version for which you want to install hypopg.
|
||||
|
||||
- Archlinux
|
||||
|
||||
Hypopg is available on the `AUR repository
|
||||
|
|
|
|||
Loading…
Reference in a new issue