How to update those packages [duplicate]
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.
package-management
New contributor
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.
add a comment |
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.
package-management
New contributor
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
add a comment |
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.
package-management
New contributor
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
package-management
New contributor
New contributor
edited Dec 24 at 21:25
N0rbert
20.9k54498
20.9k54498
New contributor
asked Dec 24 at 20:06
Anand Arun
61
61
New contributor
New contributor
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
add a comment |
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.
add a comment |
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.
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.
answered Dec 24 at 20:21
Thomas Ward♦
43.4k23120172
43.4k23120172
add a comment |
add a comment |
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