i am experiencing problems while installing downloaded application which is in tar.gz
UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i am experiencing problems while installing downloaded application which is in tar.gz
i have downloaded the file 4DIAC-IDE_0.3_Linux.tar.gz
for installing this firstly i opened the terminal window in that
cd -
for changing the directory to file existed directory
tar xvf 4DIAC-IDE_0.3_Linux.tar.gz
after extracting (using above command) i changed the directory to extracted folder using
arun@arun-desktop:~$ cd 4DIAC-IDE_0.3_Linux
while configuring the error comes as
arun@arun-desktop:~/4DIAC-IDE_0.3_Linux$ ./configure
bash: ./configure: No such file or directory
arun@arun-desktop:~/4DIAC-IDE_0.3_Linux$
help me how to install the above file...
Last edited by arun60; 12-15-2009 at 12:35 AM.
Reason: haven't specified tags
As you can see on:
4DIAC-IDE_0.3_Linux/doc
4DIAC-IDE_HowTo_V0.3.pdf
That application is written in java so you haven't necessity to recompile to use it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.