i am using ubuntu 12.04 LTS .What are the benefits of updating by update manager ?
Asked
Active
Viewed 108 times
1 Answers
0
The benefits include
- security fixes (most important)
- bug fixes
- functionality and UI (user interface) improvements to existing packages you have installed
- access to new packages
You should, as a general rule, always keep your system up to date in order for it to function smoothly and securely.

Clive van Hilten
- 1,564
sudo apt-get update && sudo apt-get upgrade
? Aren't the end results identical? – Marc Jun 22 '13 at 18:54