How to upgrade Ubuntu to specific version? [duplicate]
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
This question already has an answer here:
How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?
1 answer
I am using Ubuntu-14.04 now, and want to upgrade to Ubuntu 16.04.
It will upgrade to the newest Ubuntu-17.10, if I use the commands below:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
do-release-upgrade
Does somebody knows "how can I upgrade Ubuntu to certain version (16.04) without re-installing system?
Thanks a lot.
14.04 16.04 upgrade system
marked as duplicate by WinEunuuchs2Unix, Elder Geek, Eric Carvalho, dobey, karel Mar 29 at 12:21
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
This question already has an answer here:
How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?
1 answer
I am using Ubuntu-14.04 now, and want to upgrade to Ubuntu 16.04.
It will upgrade to the newest Ubuntu-17.10, if I use the commands below:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
do-release-upgrade
Does somebody knows "how can I upgrade Ubuntu to certain version (16.04) without re-installing system?
Thanks a lot.
14.04 16.04 upgrade system
marked as duplicate by WinEunuuchs2Unix, Elder Geek, Eric Carvalho, dobey, karel Mar 29 at 12:21
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?
1 answer
I am using Ubuntu-14.04 now, and want to upgrade to Ubuntu 16.04.
It will upgrade to the newest Ubuntu-17.10, if I use the commands below:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
do-release-upgrade
Does somebody knows "how can I upgrade Ubuntu to certain version (16.04) without re-installing system?
Thanks a lot.
14.04 16.04 upgrade system
This question already has an answer here:
How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?
1 answer
I am using Ubuntu-14.04 now, and want to upgrade to Ubuntu 16.04.
It will upgrade to the newest Ubuntu-17.10, if I use the commands below:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
do-release-upgrade
Does somebody knows "how can I upgrade Ubuntu to certain version (16.04) without re-installing system?
Thanks a lot.
This question already has an answer here:
How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?
1 answer
14.04 16.04 upgrade system
14.04 16.04 upgrade system
edited Mar 29 at 10:48
![](https://i.stack.imgur.com/smMAw.jpg?s=32&g=1)
![](https://i.stack.imgur.com/smMAw.jpg?s=32&g=1)
Arronical
12.6k84489
12.6k84489
asked Mar 29 at 10:46
![](https://lh3.googleusercontent.com/-ivkKCfT-M-E/AAAAAAAAAAI/AAAAAAAAAEQ/5gg5gmyqwng/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-ivkKCfT-M-E/AAAAAAAAAAI/AAAAAAAAAEQ/5gg5gmyqwng/photo.jpg?sz=32)
may
132
132
marked as duplicate by WinEunuuchs2Unix, Elder Geek, Eric Carvalho, dobey, karel Mar 29 at 12:21
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by WinEunuuchs2Unix, Elder Geek, Eric Carvalho, dobey, karel Mar 29 at 12:21
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Edit the /etc/update-manager/release-upgrades
file with your favourite text editor.
Change the value of the Prompt line to be: prompt=lts
The do-release-upgrade
command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.
2
Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
â WinEunuuchs2Unix
Mar 29 at 10:59
There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
â Panther
Mar 29 at 14:38
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Edit the /etc/update-manager/release-upgrades
file with your favourite text editor.
Change the value of the Prompt line to be: prompt=lts
The do-release-upgrade
command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.
2
Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
â WinEunuuchs2Unix
Mar 29 at 10:59
There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
â Panther
Mar 29 at 14:38
add a comment |Â
up vote
2
down vote
accepted
Edit the /etc/update-manager/release-upgrades
file with your favourite text editor.
Change the value of the Prompt line to be: prompt=lts
The do-release-upgrade
command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.
2
Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
â WinEunuuchs2Unix
Mar 29 at 10:59
There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
â Panther
Mar 29 at 14:38
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Edit the /etc/update-manager/release-upgrades
file with your favourite text editor.
Change the value of the Prompt line to be: prompt=lts
The do-release-upgrade
command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.
Edit the /etc/update-manager/release-upgrades
file with your favourite text editor.
Change the value of the Prompt line to be: prompt=lts
The do-release-upgrade
command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.
edited Mar 29 at 12:01
![](https://i.stack.imgur.com/Cfz2Q.jpg?s=32&g=1)
![](https://i.stack.imgur.com/Cfz2Q.jpg?s=32&g=1)
Elder Geek
25.3k949120
25.3k949120
answered Mar 29 at 10:56
![](https://i.stack.imgur.com/smMAw.jpg?s=32&g=1)
![](https://i.stack.imgur.com/smMAw.jpg?s=32&g=1)
Arronical
12.6k84489
12.6k84489
2
Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
â WinEunuuchs2Unix
Mar 29 at 10:59
There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
â Panther
Mar 29 at 14:38
add a comment |Â
2
Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
â WinEunuuchs2Unix
Mar 29 at 10:59
There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
â Panther
Mar 29 at 14:38
2
2
Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
â WinEunuuchs2Unix
Mar 29 at 10:59
Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
â WinEunuuchs2Unix
Mar 29 at 10:59
There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
â Panther
Mar 29 at 14:38
There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
â Panther
Mar 29 at 14:38
add a comment |Â