When I log into my server I see this
186 packages can be updated.
119 updates are security updates.
How do I see what needs to be updated and then update it?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
apt-get update && apt-get upgrade
When i try to run this( sudo apt-get dist-upgrade) command shows this error
E: dpkg was interrupted, you must manually run ‘sudo dpkg --configure -a’ to correct the problem.
do this…:
sudo apt-get update
sudo reboot sudo apt-get upgrade