Skip to main content
Unlucky John

apt-get install lame john
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
john lame
0 upgraded, 2 newly installed, 0 to remove and 27 not upgraded.
Need to get 823kB of archives.
After this operation, 1901kB of additional disk space will be used.
Get:1 http://my.archive.ubuntu.com hardy/main john 1.6-40.3ubuntu1 [548kB]
Get:2 http://my.archive.ubuntu.com hardy/multiverse lame 3.97-0.0 [275kB]
Fetched 823kB in 55s (14.9kB/s)
Selecting previously deselected package john.
(Reading database ... 258521 files and directories currently installed.)
Unpacking john (from .../john_1.6-40.3ubuntu1_i386.deb) ...
Selecting previously deselected package lame.
Unpacking lame (from .../lame_3.97-0.0_i386.deb) ...
Setting up john (1.6-40.3ubuntu1) ...

Setting up lame (3.97-0.0) ...

Comments

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).