mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
52 lines
2.1 KiB
HTML
52 lines
2.1 KiB
HTML
{%extends "base/page.html"%}
|
|
{%block title%}Linux downloads (other){%endblock%}
|
|
{%block contents%}
|
|
|
|
<h1>Linux downloads (other) <img class="logo" src="/media/img/linux.svg" alt="Linux Logo" /></h1>
|
|
<p>
|
|
<strong>Note!</strong> These are the generic Linux download instructions. If you
|
|
are using one of the major Linux distributions, you should read the
|
|
distribution specific instructions:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<a href="/download/linux/redhat/">Red Hat</a> family Linux (including <a href="/download/linux/redhat/">CentOS</a>/<a href="/download/linux/redhat/">Fedora</a>/<a href="/download/linux/redhat/">Scientific/Oracle</a> variants)
|
|
</li>
|
|
<li><a href="/download/linux/debian/">Debian</a> GNU/Linux and derivatives</li>
|
|
<li><a href="/download/linux/ubuntu/">Ubuntu</a> Linux and derivatives</li>
|
|
<li><a href="/download/linux/suse/">SUSE</a> and <a href="/download/linux/suse/">OpenSUSE</a></li>
|
|
</ul>
|
|
|
|
<h2>Generic linux distributions</h2>
|
|
<p>
|
|
PostgreSQL is available integrated with the package management on most
|
|
Linux platforms. When available, this is the recommended way to install
|
|
PostgreSQL, since it provides proper integration with the operating system,
|
|
including automatic patching and other management functionality.
|
|
</p>
|
|
<p>
|
|
Should packages not be available for your distribution, or there are
|
|
issues with your package manager, there are graphical installers available.
|
|
</p>
|
|
<p>
|
|
Finally, most Linux systems make it easy to build from source.
|
|
</p>
|
|
|
|
<h2>Integrated installation</h2>
|
|
<p>
|
|
For information about how to perform this installation, please consult
|
|
the documentation for your Linux distribution.
|
|
</p>
|
|
|
|
{%include "pages/download/linux/linux_oneclick.inc" %}
|
|
|
|
<h3>Platform support</h3>
|
|
|
|
<p>The installers are not specifically tested on Linux distributions other than those
|
|
listed on the <a href="/download/linux/redhat/">Red Hat</a>, <a href="/download/linux/debian/">Debian</a>,
|
|
<a href="/download/linux/ubuntu/">Ubuntu</a> and <a href="/download/linux/suse/">SUSE</a>
|
|
pages, but can be expected to work on reasonably modern distributions in most cases.</p>
|
|
|
|
{%include "pages/download/linux/linux_source.inc" %}
|
|
{%endblock%}
|