Install specific gdal version

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite
1












I want to install gdal 2.1.* version:



apt-cache show gdal-bin | grep Version
Version: 2.2.2+dfsg-1~trusty1
Version: 2.1.0+dfsg-1~trusty2
Version: 1.10.1+dfsg-5ubuntu1


But have problems:



sudo apt-get install gdal-bin=2.1.0+dfsg-1~trusty2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gdal-bin : Depends: gdal-abi-2-1-0
E: Unable to correct problems, you have held broken packages.






share|improve this question




















  • What is the output of sudo apt install gdal-abi-2-1-0?
    – Olimjon
    May 18 at 15:05














up vote
0
down vote

favorite
1












I want to install gdal 2.1.* version:



apt-cache show gdal-bin | grep Version
Version: 2.2.2+dfsg-1~trusty1
Version: 2.1.0+dfsg-1~trusty2
Version: 1.10.1+dfsg-5ubuntu1


But have problems:



sudo apt-get install gdal-bin=2.1.0+dfsg-1~trusty2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gdal-bin : Depends: gdal-abi-2-1-0
E: Unable to correct problems, you have held broken packages.






share|improve this question




















  • What is the output of sudo apt install gdal-abi-2-1-0?
    – Olimjon
    May 18 at 15:05












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





I want to install gdal 2.1.* version:



apt-cache show gdal-bin | grep Version
Version: 2.2.2+dfsg-1~trusty1
Version: 2.1.0+dfsg-1~trusty2
Version: 1.10.1+dfsg-5ubuntu1


But have problems:



sudo apt-get install gdal-bin=2.1.0+dfsg-1~trusty2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gdal-bin : Depends: gdal-abi-2-1-0
E: Unable to correct problems, you have held broken packages.






share|improve this question












I want to install gdal 2.1.* version:



apt-cache show gdal-bin | grep Version
Version: 2.2.2+dfsg-1~trusty1
Version: 2.1.0+dfsg-1~trusty2
Version: 1.10.1+dfsg-5ubuntu1


But have problems:



sudo apt-get install gdal-bin=2.1.0+dfsg-1~trusty2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gdal-bin : Depends: gdal-abi-2-1-0
E: Unable to correct problems, you have held broken packages.








share|improve this question











share|improve this question




share|improve this question










asked May 18 at 15:02









mrgloom

3361616




3361616











  • What is the output of sudo apt install gdal-abi-2-1-0?
    – Olimjon
    May 18 at 15:05
















  • What is the output of sudo apt install gdal-abi-2-1-0?
    – Olimjon
    May 18 at 15:05















What is the output of sudo apt install gdal-abi-2-1-0?
– Olimjon
May 18 at 15:05




What is the output of sudo apt install gdal-abi-2-1-0?
– Olimjon
May 18 at 15:05










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Solved, but maybe it can be done in more automatic way?



1.



apt-cache search gdal-abi
libgdal20 - Geospatial Data Abstraction Library


2.



apt-cache show libgdal20 | grep Version
Version: 2.2.2+dfsg-1~trusty1
Version: 2.1.0+dfsg-1~trusty2


3.



sudo apt-get install libgdal20=2.1.0+dfsg-1~trusty2
sudo apt-get install gdal-bin=2.1.0+dfsg-1~trusty2





share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037803%2finstall-specific-gdal-version%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Solved, but maybe it can be done in more automatic way?



    1.



    apt-cache search gdal-abi
    libgdal20 - Geospatial Data Abstraction Library


    2.



    apt-cache show libgdal20 | grep Version
    Version: 2.2.2+dfsg-1~trusty1
    Version: 2.1.0+dfsg-1~trusty2


    3.



    sudo apt-get install libgdal20=2.1.0+dfsg-1~trusty2
    sudo apt-get install gdal-bin=2.1.0+dfsg-1~trusty2





    share|improve this answer
























      up vote
      1
      down vote













      Solved, but maybe it can be done in more automatic way?



      1.



      apt-cache search gdal-abi
      libgdal20 - Geospatial Data Abstraction Library


      2.



      apt-cache show libgdal20 | grep Version
      Version: 2.2.2+dfsg-1~trusty1
      Version: 2.1.0+dfsg-1~trusty2


      3.



      sudo apt-get install libgdal20=2.1.0+dfsg-1~trusty2
      sudo apt-get install gdal-bin=2.1.0+dfsg-1~trusty2





      share|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote









        Solved, but maybe it can be done in more automatic way?



        1.



        apt-cache search gdal-abi
        libgdal20 - Geospatial Data Abstraction Library


        2.



        apt-cache show libgdal20 | grep Version
        Version: 2.2.2+dfsg-1~trusty1
        Version: 2.1.0+dfsg-1~trusty2


        3.



        sudo apt-get install libgdal20=2.1.0+dfsg-1~trusty2
        sudo apt-get install gdal-bin=2.1.0+dfsg-1~trusty2





        share|improve this answer












        Solved, but maybe it can be done in more automatic way?



        1.



        apt-cache search gdal-abi
        libgdal20 - Geospatial Data Abstraction Library


        2.



        apt-cache show libgdal20 | grep Version
        Version: 2.2.2+dfsg-1~trusty1
        Version: 2.1.0+dfsg-1~trusty2


        3.



        sudo apt-get install libgdal20=2.1.0+dfsg-1~trusty2
        sudo apt-get install gdal-bin=2.1.0+dfsg-1~trusty2






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 18 at 15:05









        mrgloom

        3361616




        3361616






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037803%2finstall-specific-gdal-version%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491