<ul>
<li>18.04</li>
<li>16.04</li>
- <li>14.04</li>
</ul>
on the following architectures:
<ul>
<option selected="selected" value="YOUR_UBUNTU_VERSION_HERE">Choose your Ubuntu version</option>
<option value="bionic">Bionic (18.04)</option>
<option value="xenial">Xenial (16.04)</option>
- <option value="trusty">Trusty (14.04)</option>
</select>
</li>
<li>Create the file <code>/etc/apt/sources.list.d/pgdg.list</code> and add a line
Ubuntu, use the <em>apt-get</em> (or other apt-driving) command:
</p>
<code>
-apt-get install postgresql-10
+apt-get install postgresql-11
</code>
<p>
The repository contains many different packages including third party
<table class="table table-striped">
<tbody>
<tr>
- <th scope="row">postgresql-client-10</th>
+ <th scope="row">postgresql-client-11</th>
<td>client libraries and client binaries</td>
</tr>
<tr>
- <th scope="row">postgresql-10</th>
+ <th scope="row">postgresql-11</th>
<td>core database server</td>
</tr>
<tr>
<td>libraries and headers for C language frontend development</td>
</tr>
<tr>
- <th scope="row">postgresql-server-dev-10</th>
+ <th scope="row">postgresql-server-dev-11</th>
<td>libraries and headers for C language backend development</td>
</tr>
<tr>