View Single Post
Posts: 5 | Thanked: 6 times | Joined on Oct 2010 @ Kuala Lumpur, Malaysia
#6
Originally Posted by ossipena View Post
unless application(s) is (are) updated....
As time passes, updated/upgraded versions of packages currently installed on your device might become available from repositories. To make sure your device is up-to-date:

First you need to update your package index by executing following command in XTerminal

sudo gainroot
apt-get update


Second execute following command to upgrade your apps.

apt-get upgrade
Cheers