When is the exact date for EOL of Ubuntu 14.04 LTS?
Looking online I can see mention in a cached version of a blog.ubuntu.com post that Ubuntu 14.04 LTS is EOL on 30th April 2019, however it has been updated to just April 2019. What is the official EOL date for 14.04 LTS?
14.04 lts
New contributor
Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Looking online I can see mention in a cached version of a blog.ubuntu.com post that Ubuntu 14.04 LTS is EOL on 30th April 2019, however it has been updated to just April 2019. What is the official EOL date for 14.04 LTS?
14.04 lts
New contributor
Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
If won't be before 17-April-2019 (5 years after release date), and yeah I believe 30-April-2019 was mentioned in blog.ubuntu.com/2018/09/19/… , but LTS releases are commonly covered till end-of-month.
– guiverc
yesterday
6
@Pilot6, because "X becomes EOL on April 2019" could be easily interpreted as on 1st April 2019 support stops.
– Tom
yesterday
2
@guiverc that's what I thought however it would be nice to have an official date somewhere
– Tom
yesterday
Official announcements can be found here. See lists.ubuntu.com/archives/ubuntu-announce/2019-March/… as an example.
– DK Bose
yesterday
@karel No, that’s not at all answering the question about the exact date, all the sources given there give a month at most.
– dessert
11 hours ago
add a comment |
Looking online I can see mention in a cached version of a blog.ubuntu.com post that Ubuntu 14.04 LTS is EOL on 30th April 2019, however it has been updated to just April 2019. What is the official EOL date for 14.04 LTS?
14.04 lts
New contributor
Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Looking online I can see mention in a cached version of a blog.ubuntu.com post that Ubuntu 14.04 LTS is EOL on 30th April 2019, however it has been updated to just April 2019. What is the official EOL date for 14.04 LTS?
14.04 lts
14.04 lts
New contributor
Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 12 hours ago
dessert
24.7k672105
24.7k672105
New contributor
Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
TomTom
1135
1135
New contributor
Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
If won't be before 17-April-2019 (5 years after release date), and yeah I believe 30-April-2019 was mentioned in blog.ubuntu.com/2018/09/19/… , but LTS releases are commonly covered till end-of-month.
– guiverc
yesterday
6
@Pilot6, because "X becomes EOL on April 2019" could be easily interpreted as on 1st April 2019 support stops.
– Tom
yesterday
2
@guiverc that's what I thought however it would be nice to have an official date somewhere
– Tom
yesterday
Official announcements can be found here. See lists.ubuntu.com/archives/ubuntu-announce/2019-March/… as an example.
– DK Bose
yesterday
@karel No, that’s not at all answering the question about the exact date, all the sources given there give a month at most.
– dessert
11 hours ago
add a comment |
3
If won't be before 17-April-2019 (5 years after release date), and yeah I believe 30-April-2019 was mentioned in blog.ubuntu.com/2018/09/19/… , but LTS releases are commonly covered till end-of-month.
– guiverc
yesterday
6
@Pilot6, because "X becomes EOL on April 2019" could be easily interpreted as on 1st April 2019 support stops.
– Tom
yesterday
2
@guiverc that's what I thought however it would be nice to have an official date somewhere
– Tom
yesterday
Official announcements can be found here. See lists.ubuntu.com/archives/ubuntu-announce/2019-March/… as an example.
– DK Bose
yesterday
@karel No, that’s not at all answering the question about the exact date, all the sources given there give a month at most.
– dessert
11 hours ago
3
3
If won't be before 17-April-2019 (5 years after release date), and yeah I believe 30-April-2019 was mentioned in blog.ubuntu.com/2018/09/19/… , but LTS releases are commonly covered till end-of-month.
– guiverc
yesterday
If won't be before 17-April-2019 (5 years after release date), and yeah I believe 30-April-2019 was mentioned in blog.ubuntu.com/2018/09/19/… , but LTS releases are commonly covered till end-of-month.
– guiverc
yesterday
6
6
@Pilot6, because "X becomes EOL on April 2019" could be easily interpreted as on 1st April 2019 support stops.
– Tom
yesterday
@Pilot6, because "X becomes EOL on April 2019" could be easily interpreted as on 1st April 2019 support stops.
– Tom
yesterday
2
2
@guiverc that's what I thought however it would be nice to have an official date somewhere
– Tom
yesterday
@guiverc that's what I thought however it would be nice to have an official date somewhere
– Tom
yesterday
Official announcements can be found here. See lists.ubuntu.com/archives/ubuntu-announce/2019-March/… as an example.
– DK Bose
yesterday
Official announcements can be found here. See lists.ubuntu.com/archives/ubuntu-announce/2019-March/… as an example.
– DK Bose
yesterday
@karel No, that’s not at all answering the question about the exact date, all the sources given there give a month at most.
– dessert
11 hours ago
@karel No, that’s not at all answering the question about the exact date, all the sources given there give a month at most.
– dessert
11 hours ago
add a comment |
2 Answers
2
active
oldest
votes
The EOL of Ubuntu 14.04 is on the 17th of April 2019.
To obtain the EOL date of any Ubuntu distro you can use the following command
$ ubuntu-distro-info --all -yeol -f
Ubuntu 14.04 LTS "Trusty Tahr" 29
It will print the days till support ends. Here 29 days.
To install the command use
$ sudo apt install distro-info
To get the date, use e.g. the date command
$ date +"%Y-%m-%d" --date '+29 day'
2019-04-17
You can automate this with sed, e.g. to get a list of currently supported releases with their EOL date:
$ ubuntu-distro-info --supported -yeol -f | sed "s/.* ([0-9]*)/echo -n ' &r';date -d+1day +%F/e"
2019-04-17 Ubuntu 14.04 LTS "Trusty Tahr" 28
2021-04-21 Ubuntu 16.04 LTS "Xenial Xerus" 763
2023-04-26 Ubuntu 18.04 LTS "Bionic Beaver" 1498
2019-07-18 Ubuntu 18.10 "Cosmic Cuttlefish" 120
2020-01-18 Ubuntu 19.04 "Disco Dingo" 304
add a comment |
According to Ubuntu Version History - Wikipedia
Normal LTS support is set to continue until 30 April 2019, after which Extended Security Maintenance will be available to Ubuntu Advantage customers and as a separate commercial purchase, as was the case previously with 12.04.
Considering the above statement normal LTS updates are expected to be received till 30 April '19.
Seems like Wikipedia is wrong on this. The article it links to to support that claim doesn't say 30 April 2019. It says "...With the end of the five-year LTS, Standard Security Maintenance window for Ubuntu 14.04 approaching in April 2019..." 14.04 was released on 17th April 2014, so five years later would jibe with the information fromubuntu-distro-infoin abu_bua's answer.
– T.J. Crowder
3 hours ago
@T.J.Crowder I think there is some confusion. It's FOSS also mentioned April 30, '19.
– Kulfy
3 hours ago
But doesn't cite a source. Could well be they trusted the WP article! :-)
– T.J. Crowder
3 hours ago
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
});
}
});
Tom 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%2f1126909%2fwhen-is-the-exact-date-for-eol-of-ubuntu-14-04-lts%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
The EOL of Ubuntu 14.04 is on the 17th of April 2019.
To obtain the EOL date of any Ubuntu distro you can use the following command
$ ubuntu-distro-info --all -yeol -f
Ubuntu 14.04 LTS "Trusty Tahr" 29
It will print the days till support ends. Here 29 days.
To install the command use
$ sudo apt install distro-info
To get the date, use e.g. the date command
$ date +"%Y-%m-%d" --date '+29 day'
2019-04-17
You can automate this with sed, e.g. to get a list of currently supported releases with their EOL date:
$ ubuntu-distro-info --supported -yeol -f | sed "s/.* ([0-9]*)/echo -n ' &r';date -d+1day +%F/e"
2019-04-17 Ubuntu 14.04 LTS "Trusty Tahr" 28
2021-04-21 Ubuntu 16.04 LTS "Xenial Xerus" 763
2023-04-26 Ubuntu 18.04 LTS "Bionic Beaver" 1498
2019-07-18 Ubuntu 18.10 "Cosmic Cuttlefish" 120
2020-01-18 Ubuntu 19.04 "Disco Dingo" 304
add a comment |
The EOL of Ubuntu 14.04 is on the 17th of April 2019.
To obtain the EOL date of any Ubuntu distro you can use the following command
$ ubuntu-distro-info --all -yeol -f
Ubuntu 14.04 LTS "Trusty Tahr" 29
It will print the days till support ends. Here 29 days.
To install the command use
$ sudo apt install distro-info
To get the date, use e.g. the date command
$ date +"%Y-%m-%d" --date '+29 day'
2019-04-17
You can automate this with sed, e.g. to get a list of currently supported releases with their EOL date:
$ ubuntu-distro-info --supported -yeol -f | sed "s/.* ([0-9]*)/echo -n ' &r';date -d+1day +%F/e"
2019-04-17 Ubuntu 14.04 LTS "Trusty Tahr" 28
2021-04-21 Ubuntu 16.04 LTS "Xenial Xerus" 763
2023-04-26 Ubuntu 18.04 LTS "Bionic Beaver" 1498
2019-07-18 Ubuntu 18.10 "Cosmic Cuttlefish" 120
2020-01-18 Ubuntu 19.04 "Disco Dingo" 304
add a comment |
The EOL of Ubuntu 14.04 is on the 17th of April 2019.
To obtain the EOL date of any Ubuntu distro you can use the following command
$ ubuntu-distro-info --all -yeol -f
Ubuntu 14.04 LTS "Trusty Tahr" 29
It will print the days till support ends. Here 29 days.
To install the command use
$ sudo apt install distro-info
To get the date, use e.g. the date command
$ date +"%Y-%m-%d" --date '+29 day'
2019-04-17
You can automate this with sed, e.g. to get a list of currently supported releases with their EOL date:
$ ubuntu-distro-info --supported -yeol -f | sed "s/.* ([0-9]*)/echo -n ' &r';date -d+1day +%F/e"
2019-04-17 Ubuntu 14.04 LTS "Trusty Tahr" 28
2021-04-21 Ubuntu 16.04 LTS "Xenial Xerus" 763
2023-04-26 Ubuntu 18.04 LTS "Bionic Beaver" 1498
2019-07-18 Ubuntu 18.10 "Cosmic Cuttlefish" 120
2020-01-18 Ubuntu 19.04 "Disco Dingo" 304
The EOL of Ubuntu 14.04 is on the 17th of April 2019.
To obtain the EOL date of any Ubuntu distro you can use the following command
$ ubuntu-distro-info --all -yeol -f
Ubuntu 14.04 LTS "Trusty Tahr" 29
It will print the days till support ends. Here 29 days.
To install the command use
$ sudo apt install distro-info
To get the date, use e.g. the date command
$ date +"%Y-%m-%d" --date '+29 day'
2019-04-17
You can automate this with sed, e.g. to get a list of currently supported releases with their EOL date:
$ ubuntu-distro-info --supported -yeol -f | sed "s/.* ([0-9]*)/echo -n ' &r';date -d+1day +%F/e"
2019-04-17 Ubuntu 14.04 LTS "Trusty Tahr" 28
2021-04-21 Ubuntu 16.04 LTS "Xenial Xerus" 763
2023-04-26 Ubuntu 18.04 LTS "Bionic Beaver" 1498
2019-07-18 Ubuntu 18.10 "Cosmic Cuttlefish" 120
2020-01-18 Ubuntu 19.04 "Disco Dingo" 304
edited 3 hours ago
answered yesterday
abu_buaabu_bua
3,96181430
3,96181430
add a comment |
add a comment |
According to Ubuntu Version History - Wikipedia
Normal LTS support is set to continue until 30 April 2019, after which Extended Security Maintenance will be available to Ubuntu Advantage customers and as a separate commercial purchase, as was the case previously with 12.04.
Considering the above statement normal LTS updates are expected to be received till 30 April '19.
Seems like Wikipedia is wrong on this. The article it links to to support that claim doesn't say 30 April 2019. It says "...With the end of the five-year LTS, Standard Security Maintenance window for Ubuntu 14.04 approaching in April 2019..." 14.04 was released on 17th April 2014, so five years later would jibe with the information fromubuntu-distro-infoin abu_bua's answer.
– T.J. Crowder
3 hours ago
@T.J.Crowder I think there is some confusion. It's FOSS also mentioned April 30, '19.
– Kulfy
3 hours ago
But doesn't cite a source. Could well be they trusted the WP article! :-)
– T.J. Crowder
3 hours ago
add a comment |
According to Ubuntu Version History - Wikipedia
Normal LTS support is set to continue until 30 April 2019, after which Extended Security Maintenance will be available to Ubuntu Advantage customers and as a separate commercial purchase, as was the case previously with 12.04.
Considering the above statement normal LTS updates are expected to be received till 30 April '19.
Seems like Wikipedia is wrong on this. The article it links to to support that claim doesn't say 30 April 2019. It says "...With the end of the five-year LTS, Standard Security Maintenance window for Ubuntu 14.04 approaching in April 2019..." 14.04 was released on 17th April 2014, so five years later would jibe with the information fromubuntu-distro-infoin abu_bua's answer.
– T.J. Crowder
3 hours ago
@T.J.Crowder I think there is some confusion. It's FOSS also mentioned April 30, '19.
– Kulfy
3 hours ago
But doesn't cite a source. Could well be they trusted the WP article! :-)
– T.J. Crowder
3 hours ago
add a comment |
According to Ubuntu Version History - Wikipedia
Normal LTS support is set to continue until 30 April 2019, after which Extended Security Maintenance will be available to Ubuntu Advantage customers and as a separate commercial purchase, as was the case previously with 12.04.
Considering the above statement normal LTS updates are expected to be received till 30 April '19.
According to Ubuntu Version History - Wikipedia
Normal LTS support is set to continue until 30 April 2019, after which Extended Security Maintenance will be available to Ubuntu Advantage customers and as a separate commercial purchase, as was the case previously with 12.04.
Considering the above statement normal LTS updates are expected to be received till 30 April '19.
answered yesterday
KulfyKulfy
4,99651744
4,99651744
Seems like Wikipedia is wrong on this. The article it links to to support that claim doesn't say 30 April 2019. It says "...With the end of the five-year LTS, Standard Security Maintenance window for Ubuntu 14.04 approaching in April 2019..." 14.04 was released on 17th April 2014, so five years later would jibe with the information fromubuntu-distro-infoin abu_bua's answer.
– T.J. Crowder
3 hours ago
@T.J.Crowder I think there is some confusion. It's FOSS also mentioned April 30, '19.
– Kulfy
3 hours ago
But doesn't cite a source. Could well be they trusted the WP article! :-)
– T.J. Crowder
3 hours ago
add a comment |
Seems like Wikipedia is wrong on this. The article it links to to support that claim doesn't say 30 April 2019. It says "...With the end of the five-year LTS, Standard Security Maintenance window for Ubuntu 14.04 approaching in April 2019..." 14.04 was released on 17th April 2014, so five years later would jibe with the information fromubuntu-distro-infoin abu_bua's answer.
– T.J. Crowder
3 hours ago
@T.J.Crowder I think there is some confusion. It's FOSS also mentioned April 30, '19.
– Kulfy
3 hours ago
But doesn't cite a source. Could well be they trusted the WP article! :-)
– T.J. Crowder
3 hours ago
Seems like Wikipedia is wrong on this. The article it links to to support that claim doesn't say 30 April 2019. It says "...With the end of the five-year LTS, Standard Security Maintenance window for Ubuntu 14.04 approaching in April 2019..." 14.04 was released on 17th April 2014, so five years later would jibe with the information from
ubuntu-distro-info in abu_bua's answer.– T.J. Crowder
3 hours ago
Seems like Wikipedia is wrong on this. The article it links to to support that claim doesn't say 30 April 2019. It says "...With the end of the five-year LTS, Standard Security Maintenance window for Ubuntu 14.04 approaching in April 2019..." 14.04 was released on 17th April 2014, so five years later would jibe with the information from
ubuntu-distro-info in abu_bua's answer.– T.J. Crowder
3 hours ago
@T.J.Crowder I think there is some confusion. It's FOSS also mentioned April 30, '19.
– Kulfy
3 hours ago
@T.J.Crowder I think there is some confusion. It's FOSS also mentioned April 30, '19.
– Kulfy
3 hours ago
But doesn't cite a source. Could well be they trusted the WP article! :-)
– T.J. Crowder
3 hours ago
But doesn't cite a source. Could well be they trusted the WP article! :-)
– T.J. Crowder
3 hours ago
add a comment |
Tom is a new contributor. Be nice, and check out our Code of Conduct.
Tom is a new contributor. Be nice, and check out our Code of Conduct.
Tom is a new contributor. Be nice, and check out our Code of Conduct.
Tom 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%2f1126909%2fwhen-is-the-exact-date-for-eol-of-ubuntu-14-04-lts%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
3
If won't be before 17-April-2019 (5 years after release date), and yeah I believe 30-April-2019 was mentioned in blog.ubuntu.com/2018/09/19/… , but LTS releases are commonly covered till end-of-month.
– guiverc
yesterday
6
@Pilot6, because "X becomes EOL on April 2019" could be easily interpreted as on 1st April 2019 support stops.
– Tom
yesterday
2
@guiverc that's what I thought however it would be nice to have an official date somewhere
– Tom
yesterday
Official announcements can be found here. See lists.ubuntu.com/archives/ubuntu-announce/2019-March/… as an example.
– DK Bose
yesterday
@karel No, that’s not at all answering the question about the exact date, all the sources given there give a month at most.
– dessert
11 hours ago