Update

Asked by Mike Brown

Is there a way to update programs through the update manager?
Programs like: Warsow,Miro,Firefox,Gpodder, etc. etc. et al.

Question information

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

The Dude,

The following command should do the upgrade, if there are any available.
sudo apt-get update; sudo apt-get upgrade

To upgrade a single package,
sudo apt-get install <package name> [The old version is automatically updated to the newest one available.]

With Regards,
Zombie.

Revision history for this message
Mike Brown (mslorteau) said :
#2

Thanks Zombie, that solved my question.