do update/upgrade before reporting any issues in 10.04?
Hakan Koseoglu
hakan at koseoglu.org
Tue May 4 13:43:02 UTC 2010
On 4 May 2010 14:16, Lucio M Nicolosi <lmnicolosi at gmail.com> wrote:
>> sudo apt-get update && sudo apt-get upgrade
>> less typing
> Less typing? How come? Counted two more keystrokes.
More less typing with adding -y to prevent the prompt at the end:
sudo apt-get update && sudo apt-get upgrade -y
Saves you -1 key strokes!
or
for i in update upgrade; do sudo apt-get $i ; done
Definitely saves keystrokes! :)
--
Hakan (m1fcj) - http://www.hititgunesi.org
More information about the ubuntu-users
mailing list