����Linux�Ż�
Linux����

How do I install an application that was downloaded as .tar.gz?

����ʱ��:2011-12-26 10:38:42��Դ:��������:zhangzixin
I downloaded gyachi-1.2.11.tar and extracted it to the desktop.How do I install it?
Thanks
��������

���� 2 ������

  1. wt08pmto229 �� 2012-02-08 12:07:48����:

    what is wrong with the relationship between jon jones and some fans of mma? the brightest star of youth in sport is currently gathering a large group of enemies. the fans in toronto at the ufc 140 weigh today welcomed jones with a lot of boos.

  2. ailver �� 2011-12-26 11:44:50����:

    Try to use the command prompts rather than GUI.I think you extracted it via GUI.
    Now suppose you have xyx.tar file on desktop,then :
    Open terminal ie command prompt and go to desktop using:
    $cd Desktop
    $tar xvf xyz.tar
    $cd xyz
    $make
    $make install
    Above are the standard steps.
    Exact steps you can get in xyz folder's README or INSTALL file