Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Do you mean the "tgz" or "gz" extension got lost? On your Linux system, see if you can untar it anyway using "tar zxf {filename}.tar" (or whatever the actual filename is).
In the dir where the wineXXXXX.tar file is located I ran this command:
tar -zxf wineXXXXX.tar
but that command only "untared" the file so now I have a new file in my dir which is called wineXXXXXX....
I want to make my wineXXXXX.tar file to a wineXXXXXX.tgz file (like the way it was on my XP system)
I read that using gzip on a tar package should turn it into a tgz package on Slackware, but thats not the case for me. All I get is a tar.gz package...
the reason why I want my Tar as a Tgz package is so that i simply can install the damn thing with installpkg command.. but since that doesnt seem to be possible can anyone tell me howto install the tar package??
Is the entry actually a file or a directory? A "ls -l" command in the place where you're running these commands would tell you that.
Also, run tar -t winexxx to see if tar recognizes it.
If the original file you downloaded is still on your Windows machine, transfer it to your Linux box and rename it from winexxx.tar to winexxx.tar.gz (or winexxx.tgz).
Once we know what tar zxf actually did with the tar file you had, we can better know what to do next.
WinXP seems to like renaming or dropping extensions when downloading some filetypes, especially tarballs. You say you downloaded the .tgz file and XP changed the extension to .tar? You can simply change it back to .tgz and then use the package installer on it. Using tar on a tgz will simply unpack it and not install it.
On a side note, I find that compiling wine from source works much better (functionality and stability) than using a precompiled binary.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.