How to update those packages [duplicate]












1















This question already has an answer here:




  • What does “sudo apt-get update” do?

    9 answers




How do i get those 52 packeges updated?



i give a sudo apt-get update but still it all remains.



Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-138-generic x86_64)

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage

Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud

52 packages can be updated.
9 updates are security updates.









share|improve this question









New contributor




Anand Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by pomsky, user535733, N0rbert, Community Dec 24 at 21:29


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.















  • update updates your machines list of packages available, upgrade will upgrade your packages (within certain restrictions), dist-upgrade (or full-upgrade) upgrades all packages to latest available.
    – guiverc
    Dec 24 at 22:30


















1















This question already has an answer here:




  • What does “sudo apt-get update” do?

    9 answers




How do i get those 52 packeges updated?



i give a sudo apt-get update but still it all remains.



Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-138-generic x86_64)

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage

Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud

52 packages can be updated.
9 updates are security updates.









share|improve this question









New contributor




Anand Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by pomsky, user535733, N0rbert, Community Dec 24 at 21:29


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.















  • update updates your machines list of packages available, upgrade will upgrade your packages (within certain restrictions), dist-upgrade (or full-upgrade) upgrades all packages to latest available.
    – guiverc
    Dec 24 at 22:30
















1












1








1








This question already has an answer here:




  • What does “sudo apt-get update” do?

    9 answers




How do i get those 52 packeges updated?



i give a sudo apt-get update but still it all remains.



Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-138-generic x86_64)

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage

Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud

52 packages can be updated.
9 updates are security updates.









share|improve this question









New contributor




Anand Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












This question already has an answer here:




  • What does “sudo apt-get update” do?

    9 answers




How do i get those 52 packeges updated?



i give a sudo apt-get update but still it all remains.



Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-138-generic x86_64)

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage

Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud

52 packages can be updated.
9 updates are security updates.




This question already has an answer here:




  • What does “sudo apt-get update” do?

    9 answers








package-management






share|improve this question









New contributor




Anand Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Anand Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Dec 24 at 21:25









N0rbert

20.9k54498




20.9k54498






New contributor




Anand Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Dec 24 at 20:06









Anand Arun

61




61




New contributor




Anand Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Anand Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Anand Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




marked as duplicate by pomsky, user535733, N0rbert, Community Dec 24 at 21:29


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 pomsky, user535733, N0rbert, Community Dec 24 at 21:29


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.














  • update updates your machines list of packages available, upgrade will upgrade your packages (within certain restrictions), dist-upgrade (or full-upgrade) upgrades all packages to latest available.
    – guiverc
    Dec 24 at 22:30




















  • update updates your machines list of packages available, upgrade will upgrade your packages (within certain restrictions), dist-upgrade (or full-upgrade) upgrades all packages to latest available.
    – guiverc
    Dec 24 at 22:30


















update updates your machines list of packages available, upgrade will upgrade your packages (within certain restrictions), dist-upgrade (or full-upgrade) upgrades all packages to latest available.
– guiverc
Dec 24 at 22:30






update updates your machines list of packages available, upgrade will upgrade your packages (within certain restrictions), dist-upgrade (or full-upgrade) upgrades all packages to latest available.
– guiverc
Dec 24 at 22:30












1 Answer
1






active

oldest

votes


















3














sudo apt-get update does NOT install your updates. It only gets the list of packages available for installation.



You need to run sudo apt upgrade to actually do the installation of updated packages. If it still does not do all the updates, then whatever is being installed pulls in some other packages than just those specific packages that need updated and you have to approve the installation step via sudo apt dist-upgrade and its prompts.






share|improve this answer




























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    sudo apt-get update does NOT install your updates. It only gets the list of packages available for installation.



    You need to run sudo apt upgrade to actually do the installation of updated packages. If it still does not do all the updates, then whatever is being installed pulls in some other packages than just those specific packages that need updated and you have to approve the installation step via sudo apt dist-upgrade and its prompts.






    share|improve this answer


























      3














      sudo apt-get update does NOT install your updates. It only gets the list of packages available for installation.



      You need to run sudo apt upgrade to actually do the installation of updated packages. If it still does not do all the updates, then whatever is being installed pulls in some other packages than just those specific packages that need updated and you have to approve the installation step via sudo apt dist-upgrade and its prompts.






      share|improve this answer
























        3












        3








        3






        sudo apt-get update does NOT install your updates. It only gets the list of packages available for installation.



        You need to run sudo apt upgrade to actually do the installation of updated packages. If it still does not do all the updates, then whatever is being installed pulls in some other packages than just those specific packages that need updated and you have to approve the installation step via sudo apt dist-upgrade and its prompts.






        share|improve this answer












        sudo apt-get update does NOT install your updates. It only gets the list of packages available for installation.



        You need to run sudo apt upgrade to actually do the installation of updated packages. If it still does not do all the updates, then whatever is being installed pulls in some other packages than just those specific packages that need updated and you have to approve the installation step via sudo apt dist-upgrade and its prompts.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 24 at 20:21









        Thomas Ward

        43.4k23120172




        43.4k23120172















            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局