DOC & Help Center

Article & Knowledge Base

Install Tar.gz / tar.bz2 pada linux ubuntu 10.04 LTS

Anda pengguna linux ubuntu 10.04 LTS?? untuk menginstall program yang tercompress tar.gz atau tar.bz2 solusinya adalah:

1.  Extact dulu file tar.gz tersbut dengan perintah pada terminal:

$ tar zxf file.tar.gz
$ tar zxf file.tgz
$ tar jxf file.tar.bz2
$ tar jxf file.tbz2

2.  Masuk pada directory file yang sudah di extract tadi dengan cara:

$ cd (nama directory hasil extract)

3.  Selanjut menginstall program tersebut dengan cara ketik perintah di terminal :

# ./configure
# make
# make instal

tiga perintah itu step by step apabila perintah baris kesatu sudah selesai perintah baris kedua dan berikutnya

4. Selesai sudah anda menginstall program tersebut!

Related Content

Export WordPress Posts To Custom Post Type

Introduction Different types of content should be organized, whether that be by taxonomies, custom post types, or both. Older websites tend to use the standard

Scroll to Top
Scroll to Top