Jumat, 13 Juni 2014

Updating Ubuntu 12.04 Server via Terminal

Sometimes, when you logged in into your server, you have found like the picture below.


Ubuntu tells you that you have 20 packages can be updated and 20 updates are security updates.
It's easy when you have a graphical user interface. You can go to your 'update manager GUI' and just press update.

Well... in this post, I will show you how to upgrading Ubuntu via Terminal

First, you must updating your repository;
sudo apt-get update

And upgrading with this command;
sudo apt-get dist-upgrade

That's it. Easy, right...

Tidak ada komentar:

Posting Komentar

Tutorial: Backup and Restore iptables Configuration

This step-by-step guide will walk you through backing up your current iptables configuration and restoring it when needed. Prerequisites ...