When I login I see message: 64 packages can be updated. 36 updates are security updates
How I can do this updates? I use Ubuntu 13.10
Thanks Nick
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!
Run these two commands: <br>sudo apt-get update <br> <br>and then <br> <br>sudo apt-get upgrade <br>say “y” when they ask you for confirmation
You may also be interested in aptitude, which is a command-line, “graphical” interface to the package manager. It can be installed with the following command:
<br>
<br> sudo apt-get install aptitude
<br>
<br>After running sudo aptitude, the following basic commands are used for navigation:
<br>
<br>* Ctrl-T: open the menu bar.
<br>* +: mark a package for installation.
<br>* -: cancel the pending installation of a package.
<br>* g: Proceed to the package selection confirmation screen.
<br>* g: Press again to confirm your selection.
<br>* q: Or press to close the current view and return to the package list.
<br>
<br>These are the absolute basic operations, of course. For details, see the documentation:
<br>
<br>http://algebraicthunk.net/~dburrows/projects/aptitude/doc/en/
<br>
<br>Chapter 1 is a good starting point, and aptitude can really be a great tool to get to know!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.