Computing.Net > Forums > Linux > howto install gz.file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

howto install gz.file

Reply to Message Icon

Name: snailman
Date: October 17, 2009 at 06:36:39 Pacific
OS: Linux i686
Product: Xandros Desktop os v3 standard edition linux
Subcategory: Configurations
Comment:

can anyone explain in morose terms how to use/install a file named perl -5.10.1.tar.gz.I have it in my My documents file and wish to play around with perl.



Sponsored Link
Ads by Google

Response Number 1
Name: paulsep
Date: October 17, 2009 at 09:02:13 Pacific
Reply:

It's a compressed achive, that first has to be extracted.
Open a terminal windows.
Login as SuperUser (su). Therefore type in:
su -
Then enter the password for the user root.
Change directory to the folder, where perl -5.10.1.tar.gz is stored.
Type in:
tar xfvz perl -5.10.1.tar.gz

Change into the perl folder, where the files has been extracted to.
Then type in:
sh Configure
Answer all the questions.
When finished, type
make
make test
make install

That's it.


0

Response Number 2
Name: jefro
Date: October 19, 2009 at 14:10:46 Pacific
Reply:

I think paulsep means.

tar -(options)

He didn't type the - sign.

Playing to the angels
Les Paul (1915-2009)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: howto install gz.file

installing tar.gz files www.computing.net/answers/linux/installing-targz-files/1996.html

How can I install tar.gz files? www.computing.net/answers/linux/how-can-i-install-targz-files/22527.html

can't install .tar.gz file www.computing.net/answers/linux/cant-install-targz-file/22135.html