I'm facing a problem with updating Ubuntu 14.04 to Ubuntu 16.04 [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 can I reproduce the error âpackage⦠needs to be reinstalled, but I can't find an archive for itâ for testing?
1 answer
I tried doing this
Optional command for temporary root privileges. So you won't need to keep typing sudo.
$ sudo su
enter password. (Note. This is not required, you can continue to use sudo, if you choose.)
First step, make sure your current Ubuntu Version's installed packages are up to date.
$ sudo apt-get update && dist-upgrade
Y when prompted
After that finishes...
$ sudo apt-get install update-manager-core
Next up
$ sudo do-release-upgrade
But it brings me this error 'The package 'linux-headers-3.13.0-generic' needs to be reintalled, but it is impossible to find some appropriate archives'
apt
marked as duplicate by Panther, mikewhatever, JoKeR, karel, DK Bose Mar 31 at 14:15
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 can I reproduce the error âpackage⦠needs to be reinstalled, but I can't find an archive for itâ for testing?
1 answer
I tried doing this
Optional command for temporary root privileges. So you won't need to keep typing sudo.
$ sudo su
enter password. (Note. This is not required, you can continue to use sudo, if you choose.)
First step, make sure your current Ubuntu Version's installed packages are up to date.
$ sudo apt-get update && dist-upgrade
Y when prompted
After that finishes...
$ sudo apt-get install update-manager-core
Next up
$ sudo do-release-upgrade
But it brings me this error 'The package 'linux-headers-3.13.0-generic' needs to be reintalled, but it is impossible to find some appropriate archives'
apt
marked as duplicate by Panther, mikewhatever, JoKeR, karel, DK Bose Mar 31 at 14:15
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.
Yes, I have tried it and it bring me this error Invalid autoremove function
â CaptainBunnyHood
Apr 1 at 11:19
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
How can I reproduce the error âpackage⦠needs to be reinstalled, but I can't find an archive for itâ for testing?
1 answer
I tried doing this
Optional command for temporary root privileges. So you won't need to keep typing sudo.
$ sudo su
enter password. (Note. This is not required, you can continue to use sudo, if you choose.)
First step, make sure your current Ubuntu Version's installed packages are up to date.
$ sudo apt-get update && dist-upgrade
Y when prompted
After that finishes...
$ sudo apt-get install update-manager-core
Next up
$ sudo do-release-upgrade
But it brings me this error 'The package 'linux-headers-3.13.0-generic' needs to be reintalled, but it is impossible to find some appropriate archives'
apt
This question already has an answer here:
How can I reproduce the error âpackage⦠needs to be reinstalled, but I can't find an archive for itâ for testing?
1 answer
I tried doing this
Optional command for temporary root privileges. So you won't need to keep typing sudo.
$ sudo su
enter password. (Note. This is not required, you can continue to use sudo, if you choose.)
First step, make sure your current Ubuntu Version's installed packages are up to date.
$ sudo apt-get update && dist-upgrade
Y when prompted
After that finishes...
$ sudo apt-get install update-manager-core
Next up
$ sudo do-release-upgrade
But it brings me this error 'The package 'linux-headers-3.13.0-generic' needs to be reintalled, but it is impossible to find some appropriate archives'
This question already has an answer here:
How can I reproduce the error âpackage⦠needs to be reinstalled, but I can't find an archive for itâ for testing?
1 answer
apt
apt
asked Mar 31 at 13:06
![](https://i.stack.imgur.com/Wz8dm.png?s=32&g=1)
![](https://i.stack.imgur.com/Wz8dm.png?s=32&g=1)
CaptainBunnyHood
12
12
marked as duplicate by Panther, mikewhatever, JoKeR, karel, DK Bose Mar 31 at 14:15
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 Panther, mikewhatever, JoKeR, karel, DK Bose Mar 31 at 14:15
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.
Yes, I have tried it and it bring me this error Invalid autoremove function
â CaptainBunnyHood
Apr 1 at 11:19
add a comment |Â
Yes, I have tried it and it bring me this error Invalid autoremove function
â CaptainBunnyHood
Apr 1 at 11:19
Yes, I have tried it and it bring me this error Invalid autoremove function
â CaptainBunnyHood
Apr 1 at 11:19
Yes, I have tried it and it bring me this error Invalid autoremove function
â CaptainBunnyHood
Apr 1 at 11:19
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Make your server system up-to-date
sudo apt-get update && sudo apt-get dist-upgrade
Reboot your system to finish installing updates:
sudo reboot
Install the update-manager-core package if it's not installed yet
sudo apt install update-manager-core
Edit this file, /etc/update-manager/release-upgrades using your favorite editor and set Prompt=lts:
vim /etc/update-manager/release-upgrades
update_manager
After this, start the upgrade process
sudo do-release-upgrade -d
You have to reboot one last time to finish
sudo init 6
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Make your server system up-to-date
sudo apt-get update && sudo apt-get dist-upgrade
Reboot your system to finish installing updates:
sudo reboot
Install the update-manager-core package if it's not installed yet
sudo apt install update-manager-core
Edit this file, /etc/update-manager/release-upgrades using your favorite editor and set Prompt=lts:
vim /etc/update-manager/release-upgrades
update_manager
After this, start the upgrade process
sudo do-release-upgrade -d
You have to reboot one last time to finish
sudo init 6
add a comment |Â
up vote
0
down vote
Make your server system up-to-date
sudo apt-get update && sudo apt-get dist-upgrade
Reboot your system to finish installing updates:
sudo reboot
Install the update-manager-core package if it's not installed yet
sudo apt install update-manager-core
Edit this file, /etc/update-manager/release-upgrades using your favorite editor and set Prompt=lts:
vim /etc/update-manager/release-upgrades
update_manager
After this, start the upgrade process
sudo do-release-upgrade -d
You have to reboot one last time to finish
sudo init 6
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Make your server system up-to-date
sudo apt-get update && sudo apt-get dist-upgrade
Reboot your system to finish installing updates:
sudo reboot
Install the update-manager-core package if it's not installed yet
sudo apt install update-manager-core
Edit this file, /etc/update-manager/release-upgrades using your favorite editor and set Prompt=lts:
vim /etc/update-manager/release-upgrades
update_manager
After this, start the upgrade process
sudo do-release-upgrade -d
You have to reboot one last time to finish
sudo init 6
Make your server system up-to-date
sudo apt-get update && sudo apt-get dist-upgrade
Reboot your system to finish installing updates:
sudo reboot
Install the update-manager-core package if it's not installed yet
sudo apt install update-manager-core
Edit this file, /etc/update-manager/release-upgrades using your favorite editor and set Prompt=lts:
vim /etc/update-manager/release-upgrades
update_manager
After this, start the upgrade process
sudo do-release-upgrade -d
You have to reboot one last time to finish
sudo init 6
answered Mar 31 at 14:00
![](https://i.stack.imgur.com/3HgrD.jpg?s=32&g=1)
![](https://i.stack.imgur.com/3HgrD.jpg?s=32&g=1)
Ahmed AMMOURI
1
1
add a comment |Â
add a comment |Â
Yes, I have tried it and it bring me this error Invalid autoremove function
â CaptainBunnyHood
Apr 1 at 11:19