Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Exe to tar.gz
Name: Chxta Date: June 8, 2006 at 04:53:57 Pacific OS: Ubuntu Linux 5.10 CPU/Ram: 400MHz/128MB Product: Dell
Comment:
Is it possible to convert an exe file to something for use in Linux? Such as exe to tar.gz or exe to deb?
Got this idea because we can use tools such as alien to convert rpm to deb...
Summary: Hey buddy, the tarball part is easy. by the way, that is what a lot of people call those files (foo-bar.tar.gz). first, open up the terminal and go to the directory where you are keeping the ...
Summary: What do i need to uncompress a tar.gz file? I am running mandrake 8.2. Also when i am at the promt. How do i change directorys. I am very new to linux ...
Summary: I usually see "gzip -cd XX.tar.gz | tar xfv - " to untar tar.gz packages. But why using such a long command while you could go the shorter way with "tar zxvf xx.tar.gz"?? ...