How to determine the distribution of UbuntuApache could not reliably determine serverWhy did not they make a...
Bash Read: Reading comma separated list, last element is missed
Does a windmilling propeller create more drag than a stopped propeller in an engine out scenario?
Is being an extrovert a necessary condition to be a manager?
What city and town structures are important in a low fantasy medieval world?
Was murdering a slave illegal in American slavery, and if so, what punishments were given for it?
Bash Array of Word-Splitting Headaches
Why does snapping your fingers activate the Infinity Gauntlet?
Does the Aboleth have expertise in history and perception?
What's is the easiest way to purchase a stock and hold it
What is the backup for a glass cockpit, if a plane loses power to the displays/controls?
Why didn't Daenerys' advisers suggest assassinating Cersei?
Why is python script running in background consuming 100 % CPU?
What should I wear to go and sign an employment contract?
Bash - Execute two commands and get exit status 1 if first fails
Have I found a major security issue with login
How to determine the distribution of Ubuntu
Does science define life as "beginning at conception"?
In Dutch history two people are referred to as "William III"; are there any more cases where this happens?
Germany rejected my entry to Schengen countries
Was Tyrion always a poor strategist?
Head-internal relative clauses
Is there any official Lore on Keraptis the Wizard, apart from what is in White Plume Mountain?
Novel where a cube cooled below absolute zero makes a hole in reality
How can sister protect herself from impulse purchases with a credit card?
How to determine the distribution of Ubuntu
Apache could not reliably determine serverWhy did not they make a distribution for Ubuntu Server 13.04 for 32-bit?best distribution for classroom instructionredhat versus ubuntu linux distribution similarities?Know Ubuntu Distribution server or desktopWho manage Amazon Web Service Ubuntu Server Images? - Seoul regionhow to disable ubuntu install iso automatically upgrade distributionHow does Ubuntu determine the default route when multiple interfaces are defined?Ubuntu Server installation fails on Thinkpad 400 laptopExtend filesystem after hdd-cloning 32GB to 500GB
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I want to launch an EC2 instance on AWS. I want to install Ubunto Xenial distribution. How do I know which one of these is Xenial?
I see a lot of options like:
- Ubuntu Server 18.04 LTS (HVM), SSD Volume Type - ami-0b76c3b150c6b1423
- Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-001dae151248753a2
- Deep Learning AMI (Ubuntu) Version 23.0 - ami-0726ab58f406b644f
- Deep Learning Base AMI (Ubuntu) Version 18.0 - ami-00c2ec90e50ed2f33
- Ubuntu Server 16.04 LTS (HVM) with SQL Server 2017 Standard - ami-f13ff693
- Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-0d21bd76bdbb39f53
Update
The reason I want Xenial is that Galera cluster is already built for xenial:
http://releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/dists/xenial/
server
New contributor
add a comment |
I want to launch an EC2 instance on AWS. I want to install Ubunto Xenial distribution. How do I know which one of these is Xenial?
I see a lot of options like:
- Ubuntu Server 18.04 LTS (HVM), SSD Volume Type - ami-0b76c3b150c6b1423
- Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-001dae151248753a2
- Deep Learning AMI (Ubuntu) Version 23.0 - ami-0726ab58f406b644f
- Deep Learning Base AMI (Ubuntu) Version 18.0 - ami-00c2ec90e50ed2f33
- Ubuntu Server 16.04 LTS (HVM) with SQL Server 2017 Standard - ami-f13ff693
- Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-0d21bd76bdbb39f53
Update
The reason I want Xenial is that Galera cluster is already built for xenial:
http://releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/dists/xenial/
server
New contributor
add a comment |
I want to launch an EC2 instance on AWS. I want to install Ubunto Xenial distribution. How do I know which one of these is Xenial?
I see a lot of options like:
- Ubuntu Server 18.04 LTS (HVM), SSD Volume Type - ami-0b76c3b150c6b1423
- Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-001dae151248753a2
- Deep Learning AMI (Ubuntu) Version 23.0 - ami-0726ab58f406b644f
- Deep Learning Base AMI (Ubuntu) Version 18.0 - ami-00c2ec90e50ed2f33
- Ubuntu Server 16.04 LTS (HVM) with SQL Server 2017 Standard - ami-f13ff693
- Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-0d21bd76bdbb39f53
Update
The reason I want Xenial is that Galera cluster is already built for xenial:
http://releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/dists/xenial/
server
New contributor
I want to launch an EC2 instance on AWS. I want to install Ubunto Xenial distribution. How do I know which one of these is Xenial?
I see a lot of options like:
- Ubuntu Server 18.04 LTS (HVM), SSD Volume Type - ami-0b76c3b150c6b1423
- Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-001dae151248753a2
- Deep Learning AMI (Ubuntu) Version 23.0 - ami-0726ab58f406b644f
- Deep Learning Base AMI (Ubuntu) Version 18.0 - ami-00c2ec90e50ed2f33
- Ubuntu Server 16.04 LTS (HVM) with SQL Server 2017 Standard - ami-f13ff693
- Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-0d21bd76bdbb39f53
Update
The reason I want Xenial is that Galera cluster is already built for xenial:
http://releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/dists/xenial/
server
server
New contributor
New contributor
edited 45 mins ago
Hooman Bahreini
New contributor
asked 51 mins ago
Hooman BahreiniHooman Bahreini
1135
1135
New contributor
New contributor
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Ubuntu 16.04 (the 5th item in the list in the question) is codenamed xenial. You can verify this by opening the terminal and running the following command:
lsb_release -a | grep Codename
If the operating system is 16.04 the results of the above command will be:
Codename: xenial
Thanks a lot, I have added a link to my question. So if I install 16.04, I would be able to used the compile code from the link above?
– Hooman Bahreini
43 mins ago
1
Yes, the packages at releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/… are specific to the 16.04 releases.
– karel
41 mins ago
add a comment |
Ubuntu 16.04 LTS is code named Xenial Xerus (https://wiki.ubuntu.com/XenialXerus)
The full list of releases can be seen at https://wiki.ubuntu.com/Releases, providing links to end of standard support (or LTS EOL), or ESM support if available.
add a comment |
Without parsing anything, use -r
and -c
flag to get releases and codename respectively.
$ lsb_release -rc
Release: 16.04
Codename: xenial
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
Hooman Bahreini is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1144179%2fhow-to-determine-the-distribution-of-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ubuntu 16.04 (the 5th item in the list in the question) is codenamed xenial. You can verify this by opening the terminal and running the following command:
lsb_release -a | grep Codename
If the operating system is 16.04 the results of the above command will be:
Codename: xenial
Thanks a lot, I have added a link to my question. So if I install 16.04, I would be able to used the compile code from the link above?
– Hooman Bahreini
43 mins ago
1
Yes, the packages at releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/… are specific to the 16.04 releases.
– karel
41 mins ago
add a comment |
Ubuntu 16.04 (the 5th item in the list in the question) is codenamed xenial. You can verify this by opening the terminal and running the following command:
lsb_release -a | grep Codename
If the operating system is 16.04 the results of the above command will be:
Codename: xenial
Thanks a lot, I have added a link to my question. So if I install 16.04, I would be able to used the compile code from the link above?
– Hooman Bahreini
43 mins ago
1
Yes, the packages at releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/… are specific to the 16.04 releases.
– karel
41 mins ago
add a comment |
Ubuntu 16.04 (the 5th item in the list in the question) is codenamed xenial. You can verify this by opening the terminal and running the following command:
lsb_release -a | grep Codename
If the operating system is 16.04 the results of the above command will be:
Codename: xenial
Ubuntu 16.04 (the 5th item in the list in the question) is codenamed xenial. You can verify this by opening the terminal and running the following command:
lsb_release -a | grep Codename
If the operating system is 16.04 the results of the above command will be:
Codename: xenial
edited 45 mins ago
answered 51 mins ago
karelkarel
62.2k13134159
62.2k13134159
Thanks a lot, I have added a link to my question. So if I install 16.04, I would be able to used the compile code from the link above?
– Hooman Bahreini
43 mins ago
1
Yes, the packages at releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/… are specific to the 16.04 releases.
– karel
41 mins ago
add a comment |
Thanks a lot, I have added a link to my question. So if I install 16.04, I would be able to used the compile code from the link above?
– Hooman Bahreini
43 mins ago
1
Yes, the packages at releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/… are specific to the 16.04 releases.
– karel
41 mins ago
Thanks a lot, I have added a link to my question. So if I install 16.04, I would be able to used the compile code from the link above?
– Hooman Bahreini
43 mins ago
Thanks a lot, I have added a link to my question. So if I install 16.04, I would be able to used the compile code from the link above?
– Hooman Bahreini
43 mins ago
1
1
Yes, the packages at releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/… are specific to the 16.04 releases.
– karel
41 mins ago
Yes, the packages at releases.galeracluster.com/mysql-wsrep-5.6.39-25.22/ubuntu/… are specific to the 16.04 releases.
– karel
41 mins ago
add a comment |
Ubuntu 16.04 LTS is code named Xenial Xerus (https://wiki.ubuntu.com/XenialXerus)
The full list of releases can be seen at https://wiki.ubuntu.com/Releases, providing links to end of standard support (or LTS EOL), or ESM support if available.
add a comment |
Ubuntu 16.04 LTS is code named Xenial Xerus (https://wiki.ubuntu.com/XenialXerus)
The full list of releases can be seen at https://wiki.ubuntu.com/Releases, providing links to end of standard support (or LTS EOL), or ESM support if available.
add a comment |
Ubuntu 16.04 LTS is code named Xenial Xerus (https://wiki.ubuntu.com/XenialXerus)
The full list of releases can be seen at https://wiki.ubuntu.com/Releases, providing links to end of standard support (or LTS EOL), or ESM support if available.
Ubuntu 16.04 LTS is code named Xenial Xerus (https://wiki.ubuntu.com/XenialXerus)
The full list of releases can be seen at https://wiki.ubuntu.com/Releases, providing links to end of standard support (or LTS EOL), or ESM support if available.
answered 47 mins ago
guivercguiverc
5,51921724
5,51921724
add a comment |
add a comment |
Without parsing anything, use -r
and -c
flag to get releases and codename respectively.
$ lsb_release -rc
Release: 16.04
Codename: xenial
add a comment |
Without parsing anything, use -r
and -c
flag to get releases and codename respectively.
$ lsb_release -rc
Release: 16.04
Codename: xenial
add a comment |
Without parsing anything, use -r
and -c
flag to get releases and codename respectively.
$ lsb_release -rc
Release: 16.04
Codename: xenial
Without parsing anything, use -r
and -c
flag to get releases and codename respectively.
$ lsb_release -rc
Release: 16.04
Codename: xenial
answered 15 mins ago
JimJim
10.7k22653
10.7k22653
add a comment |
add a comment |
Hooman Bahreini is a new contributor. Be nice, and check out our Code of Conduct.
Hooman Bahreini is a new contributor. Be nice, and check out our Code of Conduct.
Hooman Bahreini is a new contributor. Be nice, and check out our Code of Conduct.
Hooman Bahreini is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1144179%2fhow-to-determine-the-distribution-of-ubuntu%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