View Single Post
Posts: 189 | Thanked: 53 times | Joined on Aug 2010 @ Netherlands
#3
Originally Posted by dtparikh View Post
Not sure if anyone else is facing this issue, since last week or so, whenever I go to application Manager, and click on Download it takes longer time to check for updates. Screen shows 'Checking for updates...' and takes quite some time before showing the list

Is this happening to others too ?

Yes, i have the same issue, it happens mostly when you have all the repositories enabled, and it takes longer when you have more apps. installed.

The quickest way is using Xterm.

sudo gainroot
apt-get update
apt-get upgrade

then you get a list of wich apps are going do be updated.
If you want to update just one app. then in Xterm

apt-get install "name of app"

If you want to select apps to update use

apt-get install "name of app1"space"name of app2"