Installing PostGIS after PostgreSQL Ubuntu 18.04 Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Installing postgis on postgresql 9.1 not workingProblem installing PostGIS on Ubuntu Server 13.10Running PostgreSQL after installing pgRouting?Postgis is Broken after installing NominatimPostGIS broken after Ubuntu 16.04 upgradeInstalling LASzip in Ubuntu?Error building GEOS on Ubuntu 18.04Cannot create PostGIS extension with Ubuntu 18.04Installing PgPointCloud extension for PostgreSQL on Ubuntu BionicInstall QGIS 3.x on Ubuntu 18.04
Why do people hide their license plates in the EU?
Overriding an object in memory with placement new
Why did the IBM 650 use bi-quinary?
String `!23` is replaced with `docker` in command line
Why did the rest of the Eastern Bloc not invade Yugoslavia?
Should I use a zero-interest credit card for a large one-time purchase?
How to react to hostile behavior from a senior developer?
Identifying polygons that intersect with another layer using QGIS?
Apollo command module space walk?
Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
What to do with chalk when deepwater soloing?
What does the "x" in "x86" represent?
Do I really need recursive chmod to restrict access to a folder?
Resolving to minmaj7
How discoverable are IPv6 addresses and AAAA names by potential attackers?
When do you get frequent flier miles - when you buy, or when you fly?
porting install scripts : can rpm replace apt?
Bete Noir -- no dairy
Can an alien society believe that their star system is the universe?
Book where humans were engineered with genes from animal species to survive hostile planets
Why didn't this character "real die" when they blew their stack out in Altered Carbon?
English words in a non-english sci-fi novel
Single word antonym of "flightless"
Installing PostGIS after PostgreSQL Ubuntu 18.04
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Installing postgis on postgresql 9.1 not workingProblem installing PostGIS on Ubuntu Server 13.10Running PostgreSQL after installing pgRouting?Postgis is Broken after installing NominatimPostGIS broken after Ubuntu 16.04 upgradeInstalling LASzip in Ubuntu?Error building GEOS on Ubuntu 18.04Cannot create PostGIS extension with Ubuntu 18.04Installing PgPointCloud extension for PostgreSQL on Ubuntu BionicInstall QGIS 3.x on Ubuntu 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
sudo apt-get install postgresql-9.5-postgis-2.5
returns a series of errors:
The following packages have unmet dependencies:
postgresql-9.5-postgis-2.5 :
Depends: libgdal1i (>= 1.9.0) but it is not installable
Depends: libjson-c2 (>= 0.11) but it is not installable
Depends: liblwgeom-2.5-0 (>= 2.5.0~beta1) but it is not going to be installed
Depends: libproj9 (>= 4.9.0) but it is not installable
Depends: libsfcgal1 (>= 1.2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
I had never encountered a not installable
exception to date so I ma not sure of consequences of different possible actions... Attempting lower versions leads to the same result. How can PostGIS get safely installed then?
Update
An attempt was also made, making a fresh installation of a Ubuntu 18.04 VM [following these instructions][1]
The source of the error was in adding the repository to sources.list
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt xenial-pgdg main" >> /etc/apt/sources.list'
which should be for 18.04
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt bionic-pgdg main" >> /etc/apt/sources.list'
[to butter things up even more, and attempt was made with bioni-pgdg main
leading to its own set of errors]!
ubuntu postgis-2.0
add a comment |
sudo apt-get install postgresql-9.5-postgis-2.5
returns a series of errors:
The following packages have unmet dependencies:
postgresql-9.5-postgis-2.5 :
Depends: libgdal1i (>= 1.9.0) but it is not installable
Depends: libjson-c2 (>= 0.11) but it is not installable
Depends: liblwgeom-2.5-0 (>= 2.5.0~beta1) but it is not going to be installed
Depends: libproj9 (>= 4.9.0) but it is not installable
Depends: libsfcgal1 (>= 1.2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
I had never encountered a not installable
exception to date so I ma not sure of consequences of different possible actions... Attempting lower versions leads to the same result. How can PostGIS get safely installed then?
Update
An attempt was also made, making a fresh installation of a Ubuntu 18.04 VM [following these instructions][1]
The source of the error was in adding the repository to sources.list
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt xenial-pgdg main" >> /etc/apt/sources.list'
which should be for 18.04
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt bionic-pgdg main" >> /etc/apt/sources.list'
[to butter things up even more, and attempt was made with bioni-pgdg main
leading to its own set of errors]!
ubuntu postgis-2.0
These instructions usually work for me on ubuntu/linux mint: trac.osgeo.org/postgis/wiki/UsersWikiPostGIS24UbuntuPGSQL10Apt
– DPSSpatial
Apr 9 at 18:50
I'd seen a posting of yours similarly beforehand & used as an indicator. Tried anew and same errors.
– Jerome
Apr 9 at 19:08
I'll have to do another test...
– DPSSpatial
Apr 9 at 20:15
did another few tests and found the hiccup
– Jerome
Apr 10 at 7:26
glad the instructions still work!!
– DPSSpatial
Apr 10 at 14:36
add a comment |
sudo apt-get install postgresql-9.5-postgis-2.5
returns a series of errors:
The following packages have unmet dependencies:
postgresql-9.5-postgis-2.5 :
Depends: libgdal1i (>= 1.9.0) but it is not installable
Depends: libjson-c2 (>= 0.11) but it is not installable
Depends: liblwgeom-2.5-0 (>= 2.5.0~beta1) but it is not going to be installed
Depends: libproj9 (>= 4.9.0) but it is not installable
Depends: libsfcgal1 (>= 1.2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
I had never encountered a not installable
exception to date so I ma not sure of consequences of different possible actions... Attempting lower versions leads to the same result. How can PostGIS get safely installed then?
Update
An attempt was also made, making a fresh installation of a Ubuntu 18.04 VM [following these instructions][1]
The source of the error was in adding the repository to sources.list
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt xenial-pgdg main" >> /etc/apt/sources.list'
which should be for 18.04
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt bionic-pgdg main" >> /etc/apt/sources.list'
[to butter things up even more, and attempt was made with bioni-pgdg main
leading to its own set of errors]!
ubuntu postgis-2.0
sudo apt-get install postgresql-9.5-postgis-2.5
returns a series of errors:
The following packages have unmet dependencies:
postgresql-9.5-postgis-2.5 :
Depends: libgdal1i (>= 1.9.0) but it is not installable
Depends: libjson-c2 (>= 0.11) but it is not installable
Depends: liblwgeom-2.5-0 (>= 2.5.0~beta1) but it is not going to be installed
Depends: libproj9 (>= 4.9.0) but it is not installable
Depends: libsfcgal1 (>= 1.2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
I had never encountered a not installable
exception to date so I ma not sure of consequences of different possible actions... Attempting lower versions leads to the same result. How can PostGIS get safely installed then?
Update
An attempt was also made, making a fresh installation of a Ubuntu 18.04 VM [following these instructions][1]
The source of the error was in adding the repository to sources.list
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt xenial-pgdg main" >> /etc/apt/sources.list'
which should be for 18.04
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt bionic-pgdg main" >> /etc/apt/sources.list'
[to butter things up even more, and attempt was made with bioni-pgdg main
leading to its own set of errors]!
ubuntu postgis-2.0
ubuntu postgis-2.0
edited Apr 10 at 7:26
Jerome
asked Apr 9 at 18:23
JeromeJerome
13016
13016
These instructions usually work for me on ubuntu/linux mint: trac.osgeo.org/postgis/wiki/UsersWikiPostGIS24UbuntuPGSQL10Apt
– DPSSpatial
Apr 9 at 18:50
I'd seen a posting of yours similarly beforehand & used as an indicator. Tried anew and same errors.
– Jerome
Apr 9 at 19:08
I'll have to do another test...
– DPSSpatial
Apr 9 at 20:15
did another few tests and found the hiccup
– Jerome
Apr 10 at 7:26
glad the instructions still work!!
– DPSSpatial
Apr 10 at 14:36
add a comment |
These instructions usually work for me on ubuntu/linux mint: trac.osgeo.org/postgis/wiki/UsersWikiPostGIS24UbuntuPGSQL10Apt
– DPSSpatial
Apr 9 at 18:50
I'd seen a posting of yours similarly beforehand & used as an indicator. Tried anew and same errors.
– Jerome
Apr 9 at 19:08
I'll have to do another test...
– DPSSpatial
Apr 9 at 20:15
did another few tests and found the hiccup
– Jerome
Apr 10 at 7:26
glad the instructions still work!!
– DPSSpatial
Apr 10 at 14:36
These instructions usually work for me on ubuntu/linux mint: trac.osgeo.org/postgis/wiki/UsersWikiPostGIS24UbuntuPGSQL10Apt
– DPSSpatial
Apr 9 at 18:50
These instructions usually work for me on ubuntu/linux mint: trac.osgeo.org/postgis/wiki/UsersWikiPostGIS24UbuntuPGSQL10Apt
– DPSSpatial
Apr 9 at 18:50
I'd seen a posting of yours similarly beforehand & used as an indicator. Tried anew and same errors.
– Jerome
Apr 9 at 19:08
I'd seen a posting of yours similarly beforehand & used as an indicator. Tried anew and same errors.
– Jerome
Apr 9 at 19:08
I'll have to do another test...
– DPSSpatial
Apr 9 at 20:15
I'll have to do another test...
– DPSSpatial
Apr 9 at 20:15
did another few tests and found the hiccup
– Jerome
Apr 10 at 7:26
did another few tests and found the hiccup
– Jerome
Apr 10 at 7:26
glad the instructions still work!!
– DPSSpatial
Apr 10 at 14:36
glad the instructions still work!!
– DPSSpatial
Apr 10 at 14:36
add a comment |
1 Answer
1
active
oldest
votes
Ensure that the proper repository is added to the sources.list
sudo lsb_release -a
ensure the codename is the same in the add repository command:
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt **Codename**-pgdg main" >> /etc/apt/sources.list'
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318276%2finstalling-postgis-after-postgresql-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ensure that the proper repository is added to the sources.list
sudo lsb_release -a
ensure the codename is the same in the add repository command:
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt **Codename**-pgdg main" >> /etc/apt/sources.list'
add a comment |
Ensure that the proper repository is added to the sources.list
sudo lsb_release -a
ensure the codename is the same in the add repository command:
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt **Codename**-pgdg main" >> /etc/apt/sources.list'
add a comment |
Ensure that the proper repository is added to the sources.list
sudo lsb_release -a
ensure the codename is the same in the add repository command:
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt **Codename**-pgdg main" >> /etc/apt/sources.list'
Ensure that the proper repository is added to the sources.list
sudo lsb_release -a
ensure the codename is the same in the add repository command:
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt **Codename**-pgdg main" >> /etc/apt/sources.list'
answered Apr 10 at 8:52
JeromeJerome
13016
13016
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318276%2finstalling-postgis-after-postgresql-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
These instructions usually work for me on ubuntu/linux mint: trac.osgeo.org/postgis/wiki/UsersWikiPostGIS24UbuntuPGSQL10Apt
– DPSSpatial
Apr 9 at 18:50
I'd seen a posting of yours similarly beforehand & used as an indicator. Tried anew and same errors.
– Jerome
Apr 9 at 19:08
I'll have to do another test...
– DPSSpatial
Apr 9 at 20:15
did another few tests and found the hiccup
– Jerome
Apr 10 at 7:26
glad the instructions still work!!
– DPSSpatial
Apr 10 at 14:36