Jaunty updates

Asked by Sean

Hi,
is there any technical reason why one cant check for updates more than once a day and is it always better to do it through a terminal?
thanks for your help!
John

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
midnightflash
Solved:
Last query:
Last reply:
Revision history for this message
Best midnightflash (midnightflash) said :
#1

It's really not necessary more often I think. And the servers would also suffer if there were to many update-querys.

It's not better to do this via the terminal. But of course you can do it any time by:

$ sudo apt-get update

Greetings

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

To simplest and quick way to keep upgraded your Jaunty via terminal:

sudo apt-get update; sudo apt-get -y --assume-yes upgrade; sudo apt-get -y --assume-yes dist-upgrade ; sudo apt-get autoremove

Then when you want you can simply open a terminal press the up arrow key and press enter.

Hope this helps

Revision history for this message
Sean (mareshah) said :
#3

thank you very much for your help.
regards
John