Deskripsi Isi dari sebuah Ubuntu
Nemu kayak ginian… upload aja deh….
Nambah2 aja, buat di simpen..
For a .tar.gz:
tar -xvzf file.tar.gz -C directory
For a .tar.bz2:
tar -xvjf file.tar.bz2 -C directory
|
tar.gz/bz2 is an archive.
Extract it: tar xvf package.tar.gz Go into created directory. cd package Read README or INSTALL file usually provided in that directory: cat README | less. Then usual steps would be: ./configure make make install But this may vary – read instructions! |
|







Recent Comments