My Ubuntu 12.04 amd 64 says there’s a new kernel (3.8.0.34) that is kept back (needs dist-upgrade to install it).
¿Do I have to wait to dist-upgrade it untill I see it available in the droplets Control Panel?
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
I do sudo apt-get update && sudo apt-get upgrade more less every day. <br> <br>Thank you very much for your answers.
Alejandro, <br> <br>It’s still a good idea to execute: <br><pre>sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get -y autoremove</pre> <br>every once in a while.
Whoa! How soon?