I'm facing a problem with updating Ubuntu 14.04 to Ubuntu 16.04 [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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'










share|improve this 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















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'










share|improve this 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













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'










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 31 at 13:06









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

















  • 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











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






share|improve this answer



























    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






    share|improve this answer
























      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






      share|improve this answer






















        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






        share|improve this answer












        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







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 31 at 14:00









        Ahmed AMMOURI

        1




        1












            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491