Try Below Commands to update packages
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
A reboot may or may not be necessary (sudo shutdown -r 0
)
For my machine i use only below command
sudo apt-get upgrade
Note : if you are root user then run command without sudo.
References :
Latest posts by Chandan Kumar (see all)
- Top 10 DevOps Blogs and Websites To Follow in 2023 - December 13, 2022
- How To Set Up Apache Virtual Hosts on Ubuntu 20.04.2 LTS - October 28, 2021
- How to Fix ” Vue packages version mismatch:” error in Laravel 5.5 - April 15, 2021