SlackwareThis Forum is for the discussion of Slackware 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.
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.
hello all. I've been downloading a few packages from linuxpackages.net and they all seem to be in this format:
'filename.tgz.tar'
How do I turn them into just .tgz so I can install them? Also, I have been having some bother extracting stuff using ark. It tells me I do not have permission to write to my home directory! Any ideas?
number 1, ark is kindof a lame program (as in, it doesn't always do the right thing for me). If you want to untar something, it's easy enough to just type tar -xf <filename> and watch the magic. tar -xzf is for gzip format tarballs and tar -xjf is for bzip2 format tarballs.
number 2, you have to identify what type of file filename.tgz.tar is. Use the file command. (file filename.tgz.tar) if it comes back saying "gzip compressed data" or something along those lines, just change the extension. If it says that it's a "GNU Tar Archive" or some variation of that, then try typing tar -tf filename.tgz.tar and see what files it contains. If it's got the files you need, it's already for extraction, just tar -xf it. If it lists something like filename.tgz then tar -xf if, and then tar -xzf it.
I've had this problem when occasionally downloading .tgz files using windows, with winzip installed. winzip mangles the filename, adding .tar. Just change the file name to .tgz. Incidentally, .tar.gz and .tgz are the same thing. I have used slackware installpkg to install non-slackware packages that came as .tar.gz, just by changing the suffix to .tgz, then installpkg will handle them.
BUT, why must there be a zillion different files to DL,
just to get one program? ;(
To download gIFT one goes here: http://sourceforge.net/project/showf...group_id=34618
Could someone please help me as to what file to DL?
I just want to DL/Install the thing!
Don't want to recompile (yet!)
Please let me know if there is something better than gIFT. . .
I'm used to KaZaaLite(Death to SpyWare)
Thanks,
John.
P3-800/512/Slackware 9.1
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.