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;








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]!










share|improve this question
























  • 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

















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]!










share|improve this question
























  • 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













0












0








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]!










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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










1 Answer
1






active

oldest

votes


















0














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'





share|improve this answer























    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    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'





    share|improve this answer



























      0














      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'





      share|improve this answer

























        0












        0








        0







        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'





        share|improve this answer













        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'






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 10 at 8:52









        JeromeJerome

        13016




        13016



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

            QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

            PDF-ში გადმოწერა სანავიგაციო მენიუproject page