Check Armbian version on the command line












0














I have an Orangepi+2e device with Armbian OS.



How can I check Armbian version?

I tried with these commands, but can not found Armbian type.



$ sudo lsb_release -a


Out:



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial


and



$ sudo uname -r


Out:



Linux orangepiplus2e 3.4.113-sun8i #16 SMP PREEMPT Tue Jun 13 14:15:57 CEST 2017 armv7l armv7l armv7l GNU/Linux










share|improve this question




















  • 1




    sudo apt-get install lsb-core
    – Marco Bonelli
    Nov 14 '18 at 22:28
















0














I have an Orangepi+2e device with Armbian OS.



How can I check Armbian version?

I tried with these commands, but can not found Armbian type.



$ sudo lsb_release -a


Out:



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial


and



$ sudo uname -r


Out:



Linux orangepiplus2e 3.4.113-sun8i #16 SMP PREEMPT Tue Jun 13 14:15:57 CEST 2017 armv7l armv7l armv7l GNU/Linux










share|improve this question




















  • 1




    sudo apt-get install lsb-core
    – Marco Bonelli
    Nov 14 '18 at 22:28














0












0








0







I have an Orangepi+2e device with Armbian OS.



How can I check Armbian version?

I tried with these commands, but can not found Armbian type.



$ sudo lsb_release -a


Out:



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial


and



$ sudo uname -r


Out:



Linux orangepiplus2e 3.4.113-sun8i #16 SMP PREEMPT Tue Jun 13 14:15:57 CEST 2017 armv7l armv7l armv7l GNU/Linux










share|improve this question















I have an Orangepi+2e device with Armbian OS.



How can I check Armbian version?

I tried with these commands, but can not found Armbian type.



$ sudo lsb_release -a


Out:



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial


and



$ sudo uname -r


Out:



Linux orangepiplus2e 3.4.113-sun8i #16 SMP PREEMPT Tue Jun 13 14:15:57 CEST 2017 armv7l armv7l armv7l GNU/Linux







linux armbian lsb-release






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 14 '18 at 22:27

























asked Jun 20 '18 at 5:42









Benyamin Jafari

1087




1087








  • 1




    sudo apt-get install lsb-core
    – Marco Bonelli
    Nov 14 '18 at 22:28














  • 1




    sudo apt-get install lsb-core
    – Marco Bonelli
    Nov 14 '18 at 22:28








1




1




sudo apt-get install lsb-core
– Marco Bonelli
Nov 14 '18 at 22:28




sudo apt-get install lsb-core
– Marco Bonelli
Nov 14 '18 at 22:28










2 Answers
2






active

oldest

votes


















1














To check the armbian version look at the contents of the version file :



cat /etc/armbian-release





share|improve this answer























  • Thanks for the wording work.
    – manuti
    Dec 1 '18 at 20:52



















0














With borrowing from @MarcoBonelli comment, I found that this question is broader, and it is not a particular issue with ArmbianOS. So if whenever in the Linux based OS there wasn't lsb_release command you could install it using the following command:



apt-get install lsb-core


Then check it out:



lsb_release -a





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%2f450776%2fcheck-armbian-version-on-the-command-line%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    To check the armbian version look at the contents of the version file :



    cat /etc/armbian-release





    share|improve this answer























    • Thanks for the wording work.
      – manuti
      Dec 1 '18 at 20:52
















    1














    To check the armbian version look at the contents of the version file :



    cat /etc/armbian-release





    share|improve this answer























    • Thanks for the wording work.
      – manuti
      Dec 1 '18 at 20:52














    1












    1








    1






    To check the armbian version look at the contents of the version file :



    cat /etc/armbian-release





    share|improve this answer














    To check the armbian version look at the contents of the version file :



    cat /etc/armbian-release






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Nov 30 '18 at 11:33









    X Tian

    7,60711936




    7,60711936










    answered Nov 30 '18 at 10:50









    manuti

    114




    114












    • Thanks for the wording work.
      – manuti
      Dec 1 '18 at 20:52


















    • Thanks for the wording work.
      – manuti
      Dec 1 '18 at 20:52
















    Thanks for the wording work.
    – manuti
    Dec 1 '18 at 20:52




    Thanks for the wording work.
    – manuti
    Dec 1 '18 at 20:52













    0














    With borrowing from @MarcoBonelli comment, I found that this question is broader, and it is not a particular issue with ArmbianOS. So if whenever in the Linux based OS there wasn't lsb_release command you could install it using the following command:



    apt-get install lsb-core


    Then check it out:



    lsb_release -a





    share|improve this answer


























      0














      With borrowing from @MarcoBonelli comment, I found that this question is broader, and it is not a particular issue with ArmbianOS. So if whenever in the Linux based OS there wasn't lsb_release command you could install it using the following command:



      apt-get install lsb-core


      Then check it out:



      lsb_release -a





      share|improve this answer
























        0












        0








        0






        With borrowing from @MarcoBonelli comment, I found that this question is broader, and it is not a particular issue with ArmbianOS. So if whenever in the Linux based OS there wasn't lsb_release command you could install it using the following command:



        apt-get install lsb-core


        Then check it out:



        lsb_release -a





        share|improve this answer












        With borrowing from @MarcoBonelli comment, I found that this question is broader, and it is not a particular issue with ArmbianOS. So if whenever in the Linux based OS there wasn't lsb_release command you could install it using the following command:



        apt-get install lsb-core


        Then check it out:



        lsb_release -a






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 25 mins ago









        Benyamin Jafari

        1087




        1087






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f450776%2fcheck-armbian-version-on-the-command-line%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

            濃尾地震

            How to rewrite equation of hyperbola in standard form

            No ethernet ip address in my vocore2