Install Updates through command line for Ubuntu 11.04 after fresh Install
After installing Ubuntu you need to update it. Who wants to open GUI and use synaptic if he is a real pro. Use command line instead. Just open terminal (Ctrl+Alt+T) and type
sudo apt-get update && sudo apt-get upgradeThis command will update the repos and upgrade will upgrade the features in updated repos.
0 comments: