How do I install a specific version of reiserfsprogs?apt-get has unmet dependencies, but apt-get -f install...

foot-pounds of energy?

Ancients don't give a full level?

…down the primrose path

What's "halachic" about "Esav hates Ya'akov"?

Write The Shortest Program To Check If A Binary Tree Is Balanced

How to call made-up data?

Can I enter a rental property without giving notice if I'm afraid a tenant may be hurt?

Repeated! Factorials!

If someone else uploads my GPL'd code to Github without my permission, is that a copyright violation?

What could prevent players from leaving an island?

Properties: Left of the colon

Based on what criteria do you add/not add icons to labels within a toolbar?

What is the right Bonferroni adjustment?

What percentage of campground outlets are GFCI or RCD protected?

Why is it to say 'paucis post diebus'?

Custom Metadata SOQL WHERE clause not working

Is space radiation a risk for space film photography, and how is this prevented?

Why wasn't interlaced CRT scanning done back and forth?

Would the shaking of an earthquake be visible to somebody in a low-flying aircraft?

GFCI tripping on overload?

Is the first page of a novel really that important?

Vectorised way to calculate mean of left and right neighbours in a vector

Why do rocket engines use nitrogen actuators to operate the fuel/oxidiser valves instead of electric servos?

Is a switch from R to Python worth it?



How do I install a specific version of reiserfsprogs?


apt-get has unmet dependencies, but apt-get -f install doesn't solve problemapt-get: hash sum mismatchInstalling python gives dpkg errorCan't install any package with sudo apt-get installDPKG error when installing puppetserverIs it safe to manually perform 'apt-get update' 's operation?How can I install git-svn given this weird apt-cache status?`apt update` failed on Debian LinuxUnable to remove broken packages after nvidia installReading package lists…Error!






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















My goal is to meet the requirements to compile the Linux kernel. I need reiserfsprogs >= 3.6.3. I ran sudo apt-get install reiserfsprogs. Then reiserfsck -V says 3.6.24. I then ran apt-cache showpkg reiserfsprogs and it gave




Versions: 1:3.6.24-3.1
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_xenial_main_binary-amd64_Packages)
(/var/lib/dpkg/status)




My goal here is to install a specific package version so I can run the install command as below. However, I do not understand this file version with a : in it. What is that?



sudo apt-get install reiserfsprogs=3.6.3-whateverPackageName



Why am I getting a seemingly old version of the package? How can I upgrade to the required minimum version?










share|improve this question




















  • 2





    3.6.24 is newer than 3.6.3...

    – Stephen Kitt
    Feb 28 '17 at 21:06











  • @StephenKitt I'm used to versions going up in number not down. Can you explain this to me further please? In other words how is 3.6.2x newer than 3.6.3? Ohhh, I tottally misread it! 24 > 3 :). Woops. I still want to understand the remainder of the question.

    – P.Brian.Mackey
    Feb 28 '17 at 21:07




















1















My goal is to meet the requirements to compile the Linux kernel. I need reiserfsprogs >= 3.6.3. I ran sudo apt-get install reiserfsprogs. Then reiserfsck -V says 3.6.24. I then ran apt-cache showpkg reiserfsprogs and it gave




Versions: 1:3.6.24-3.1
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_xenial_main_binary-amd64_Packages)
(/var/lib/dpkg/status)




My goal here is to install a specific package version so I can run the install command as below. However, I do not understand this file version with a : in it. What is that?



sudo apt-get install reiserfsprogs=3.6.3-whateverPackageName



Why am I getting a seemingly old version of the package? How can I upgrade to the required minimum version?










share|improve this question




















  • 2





    3.6.24 is newer than 3.6.3...

    – Stephen Kitt
    Feb 28 '17 at 21:06











  • @StephenKitt I'm used to versions going up in number not down. Can you explain this to me further please? In other words how is 3.6.2x newer than 3.6.3? Ohhh, I tottally misread it! 24 > 3 :). Woops. I still want to understand the remainder of the question.

    – P.Brian.Mackey
    Feb 28 '17 at 21:07
















1












1








1


0






My goal is to meet the requirements to compile the Linux kernel. I need reiserfsprogs >= 3.6.3. I ran sudo apt-get install reiserfsprogs. Then reiserfsck -V says 3.6.24. I then ran apt-cache showpkg reiserfsprogs and it gave




Versions: 1:3.6.24-3.1
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_xenial_main_binary-amd64_Packages)
(/var/lib/dpkg/status)




My goal here is to install a specific package version so I can run the install command as below. However, I do not understand this file version with a : in it. What is that?



sudo apt-get install reiserfsprogs=3.6.3-whateverPackageName



Why am I getting a seemingly old version of the package? How can I upgrade to the required minimum version?










share|improve this question














My goal is to meet the requirements to compile the Linux kernel. I need reiserfsprogs >= 3.6.3. I ran sudo apt-get install reiserfsprogs. Then reiserfsck -V says 3.6.24. I then ran apt-cache showpkg reiserfsprogs and it gave




Versions: 1:3.6.24-3.1
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_xenial_main_binary-amd64_Packages)
(/var/lib/dpkg/status)




My goal here is to install a specific package version so I can run the install command as below. However, I do not understand this file version with a : in it. What is that?



sudo apt-get install reiserfsprogs=3.6.3-whateverPackageName



Why am I getting a seemingly old version of the package? How can I upgrade to the required minimum version?







ubuntu apt






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 28 '17 at 20:46









P.Brian.MackeyP.Brian.Mackey

5012 gold badges6 silver badges16 bronze badges




5012 gold badges6 silver badges16 bronze badges











  • 2





    3.6.24 is newer than 3.6.3...

    – Stephen Kitt
    Feb 28 '17 at 21:06











  • @StephenKitt I'm used to versions going up in number not down. Can you explain this to me further please? In other words how is 3.6.2x newer than 3.6.3? Ohhh, I tottally misread it! 24 > 3 :). Woops. I still want to understand the remainder of the question.

    – P.Brian.Mackey
    Feb 28 '17 at 21:07
















  • 2





    3.6.24 is newer than 3.6.3...

    – Stephen Kitt
    Feb 28 '17 at 21:06











  • @StephenKitt I'm used to versions going up in number not down. Can you explain this to me further please? In other words how is 3.6.2x newer than 3.6.3? Ohhh, I tottally misread it! 24 > 3 :). Woops. I still want to understand the remainder of the question.

    – P.Brian.Mackey
    Feb 28 '17 at 21:07










2




2





3.6.24 is newer than 3.6.3...

– Stephen Kitt
Feb 28 '17 at 21:06





3.6.24 is newer than 3.6.3...

– Stephen Kitt
Feb 28 '17 at 21:06













@StephenKitt I'm used to versions going up in number not down. Can you explain this to me further please? In other words how is 3.6.2x newer than 3.6.3? Ohhh, I tottally misread it! 24 > 3 :). Woops. I still want to understand the remainder of the question.

– P.Brian.Mackey
Feb 28 '17 at 21:07







@StephenKitt I'm used to versions going up in number not down. Can you explain this to me further please? In other words how is 3.6.2x newer than 3.6.3? Ohhh, I tottally misread it! 24 > 3 :). Woops. I still want to understand the remainder of the question.

– P.Brian.Mackey
Feb 28 '17 at 21:07












1 Answer
1






active

oldest

votes


















4














The version of the package encodes a number of different pieces of information:




  • the epoch, before the colon (0 by default, 1 in this case);

  • the upstream version number, between the colon and the hyphen (3.6.24);

  • the packaging version number, after the hyphen (3.1).


Epochs are used when the upstream versioning isn't increasing, for whatever reason. Version numbers as seen by the packaging tools need to be monotonically increasing for newer releases to be considered as upgrades. In reiserfsprogs' case, in 2002 the version went from 3.x.1b (with an actual 'x') to 3.6.2; 3.6.2 sorts before 3.x.1b, so an epoch was added — 1:3.6.2 sorts after 3.x.1b (which is equivalent to 0:3.x.1b). Debian policy has the details (and applies for Ubuntu versions too).



When you use = syntax with apt-based tools to specify the version you wish to install, you can't specify any version you like: the tools only allow you to choose between the versions available in the repositories you have configured. You can say



sudo apt-get install reiserfsprogs=1:3.6.3-1


(which is the version of 3.6.3 which appeared in the archives, as per the changelog), but that will only work if apt-get can find that version in its repositories (which hasn't been possible for a long time — 3.6.3 will be fifteen years old this year).



If you really need an old version of a Debian package, you can look for them on snapshot.debian.org. Archives of Ubuntu releases are available on old-releases.ubuntu.com. None of these go as far back as reiserfsprogs 3.6.3 though.



As it stands, 3.6.24 is newer than 3.6.3, and the current version of reiserfsprogs does satisfy your requirement.






share|improve this answer






























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    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%2funix.stackexchange.com%2fquestions%2f348248%2fhow-do-i-install-a-specific-version-of-reiserfsprogs%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









    4














    The version of the package encodes a number of different pieces of information:




    • the epoch, before the colon (0 by default, 1 in this case);

    • the upstream version number, between the colon and the hyphen (3.6.24);

    • the packaging version number, after the hyphen (3.1).


    Epochs are used when the upstream versioning isn't increasing, for whatever reason. Version numbers as seen by the packaging tools need to be monotonically increasing for newer releases to be considered as upgrades. In reiserfsprogs' case, in 2002 the version went from 3.x.1b (with an actual 'x') to 3.6.2; 3.6.2 sorts before 3.x.1b, so an epoch was added — 1:3.6.2 sorts after 3.x.1b (which is equivalent to 0:3.x.1b). Debian policy has the details (and applies for Ubuntu versions too).



    When you use = syntax with apt-based tools to specify the version you wish to install, you can't specify any version you like: the tools only allow you to choose between the versions available in the repositories you have configured. You can say



    sudo apt-get install reiserfsprogs=1:3.6.3-1


    (which is the version of 3.6.3 which appeared in the archives, as per the changelog), but that will only work if apt-get can find that version in its repositories (which hasn't been possible for a long time — 3.6.3 will be fifteen years old this year).



    If you really need an old version of a Debian package, you can look for them on snapshot.debian.org. Archives of Ubuntu releases are available on old-releases.ubuntu.com. None of these go as far back as reiserfsprogs 3.6.3 though.



    As it stands, 3.6.24 is newer than 3.6.3, and the current version of reiserfsprogs does satisfy your requirement.






    share|improve this answer
































      4














      The version of the package encodes a number of different pieces of information:




      • the epoch, before the colon (0 by default, 1 in this case);

      • the upstream version number, between the colon and the hyphen (3.6.24);

      • the packaging version number, after the hyphen (3.1).


      Epochs are used when the upstream versioning isn't increasing, for whatever reason. Version numbers as seen by the packaging tools need to be monotonically increasing for newer releases to be considered as upgrades. In reiserfsprogs' case, in 2002 the version went from 3.x.1b (with an actual 'x') to 3.6.2; 3.6.2 sorts before 3.x.1b, so an epoch was added — 1:3.6.2 sorts after 3.x.1b (which is equivalent to 0:3.x.1b). Debian policy has the details (and applies for Ubuntu versions too).



      When you use = syntax with apt-based tools to specify the version you wish to install, you can't specify any version you like: the tools only allow you to choose between the versions available in the repositories you have configured. You can say



      sudo apt-get install reiserfsprogs=1:3.6.3-1


      (which is the version of 3.6.3 which appeared in the archives, as per the changelog), but that will only work if apt-get can find that version in its repositories (which hasn't been possible for a long time — 3.6.3 will be fifteen years old this year).



      If you really need an old version of a Debian package, you can look for them on snapshot.debian.org. Archives of Ubuntu releases are available on old-releases.ubuntu.com. None of these go as far back as reiserfsprogs 3.6.3 though.



      As it stands, 3.6.24 is newer than 3.6.3, and the current version of reiserfsprogs does satisfy your requirement.






      share|improve this answer






























        4












        4








        4







        The version of the package encodes a number of different pieces of information:




        • the epoch, before the colon (0 by default, 1 in this case);

        • the upstream version number, between the colon and the hyphen (3.6.24);

        • the packaging version number, after the hyphen (3.1).


        Epochs are used when the upstream versioning isn't increasing, for whatever reason. Version numbers as seen by the packaging tools need to be monotonically increasing for newer releases to be considered as upgrades. In reiserfsprogs' case, in 2002 the version went from 3.x.1b (with an actual 'x') to 3.6.2; 3.6.2 sorts before 3.x.1b, so an epoch was added — 1:3.6.2 sorts after 3.x.1b (which is equivalent to 0:3.x.1b). Debian policy has the details (and applies for Ubuntu versions too).



        When you use = syntax with apt-based tools to specify the version you wish to install, you can't specify any version you like: the tools only allow you to choose between the versions available in the repositories you have configured. You can say



        sudo apt-get install reiserfsprogs=1:3.6.3-1


        (which is the version of 3.6.3 which appeared in the archives, as per the changelog), but that will only work if apt-get can find that version in its repositories (which hasn't been possible for a long time — 3.6.3 will be fifteen years old this year).



        If you really need an old version of a Debian package, you can look for them on snapshot.debian.org. Archives of Ubuntu releases are available on old-releases.ubuntu.com. None of these go as far back as reiserfsprogs 3.6.3 though.



        As it stands, 3.6.24 is newer than 3.6.3, and the current version of reiserfsprogs does satisfy your requirement.






        share|improve this answer















        The version of the package encodes a number of different pieces of information:




        • the epoch, before the colon (0 by default, 1 in this case);

        • the upstream version number, between the colon and the hyphen (3.6.24);

        • the packaging version number, after the hyphen (3.1).


        Epochs are used when the upstream versioning isn't increasing, for whatever reason. Version numbers as seen by the packaging tools need to be monotonically increasing for newer releases to be considered as upgrades. In reiserfsprogs' case, in 2002 the version went from 3.x.1b (with an actual 'x') to 3.6.2; 3.6.2 sorts before 3.x.1b, so an epoch was added — 1:3.6.2 sorts after 3.x.1b (which is equivalent to 0:3.x.1b). Debian policy has the details (and applies for Ubuntu versions too).



        When you use = syntax with apt-based tools to specify the version you wish to install, you can't specify any version you like: the tools only allow you to choose between the versions available in the repositories you have configured. You can say



        sudo apt-get install reiserfsprogs=1:3.6.3-1


        (which is the version of 3.6.3 which appeared in the archives, as per the changelog), but that will only work if apt-get can find that version in its repositories (which hasn't been possible for a long time — 3.6.3 will be fifteen years old this year).



        If you really need an old version of a Debian package, you can look for them on snapshot.debian.org. Archives of Ubuntu releases are available on old-releases.ubuntu.com. None of these go as far back as reiserfsprogs 3.6.3 though.



        As it stands, 3.6.24 is newer than 3.6.3, and the current version of reiserfsprogs does satisfy your requirement.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 3 hours ago









        Pang

        1751 silver badge7 bronze badges




        1751 silver badge7 bronze badges










        answered Feb 28 '17 at 22:13









        Stephen KittStephen Kitt

        198k26 gold badges471 silver badges543 bronze badges




        198k26 gold badges471 silver badges543 bronze badges

































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux 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%2funix.stackexchange.com%2fquestions%2f348248%2fhow-do-i-install-a-specific-version-of-reiserfsprogs%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

            Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

            Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

            Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...