Check Armbian version on the command line
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
add a comment |
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
1
sudo apt-get install lsb-core
– Marco Bonelli
Nov 14 '18 at 22:28
add a comment |
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
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
linux armbian lsb-release
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
To check the armbian version look at the contents of the version file :
cat /etc/armbian-release
Thanks for the wording work.
– manuti
Dec 1 '18 at 20:52
add a comment |
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
add a comment |
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
});
}
});
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%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
To check the armbian version look at the contents of the version file :
cat /etc/armbian-release
Thanks for the wording work.
– manuti
Dec 1 '18 at 20:52
add a comment |
To check the armbian version look at the contents of the version file :
cat /etc/armbian-release
Thanks for the wording work.
– manuti
Dec 1 '18 at 20:52
add a comment |
To check the armbian version look at the contents of the version file :
cat /etc/armbian-release
To check the armbian version look at the contents of the version file :
cat /etc/armbian-release
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
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
answered 25 mins ago
Benyamin Jafari
1087
1087
add a comment |
add a comment |
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.
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%2funix.stackexchange.com%2fquestions%2f450776%2fcheck-armbian-version-on-the-command-line%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
1
sudo apt-get install lsb-core
– Marco Bonelli
Nov 14 '18 at 22:28