LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-31-2008, 12:51 PM   #1
grant318
LQ Newbie
 
Registered: Oct 2008
Posts: 1

Rep: Reputation: 0
Question downloads, why can't I do it?


I have tried to download items, such as games, but having real problems. What is Xarchiver?????

Anyone able to give me an idiots guide to downloading on linux, PLEASE. Only previous experience is with windows, and never had a problem

cheers
318
 
Old 10-31-2008, 12:58 PM   #2
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
What distribution of Linux are you using? Some have wonderful methods to install software built right into them.

Xarchiver is a program that will extract compressed folders for you. When you try to download if it is compressed xarchiver is offering to open it for you.

If you could shed more details as to what distro you are using and what you are trying to do we could give more specific help.
 
Old 10-31-2008, 03:40 PM   #3
sica07
Member
 
Registered: May 2008
Distribution: Arch
Posts: 47
Blog Entries: 3

Rep: Reputation: 16
You may find this useful:
http://fossblogs.wordpress.com/2007/...ing-in-ubuntu/
 
Old 10-31-2008, 07:19 PM   #4
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
I am not certain, but you probably are seeing xarchiver because you are attempting to install a packagname.tar.gz file by simply double clicking on it or just typing it as an executable command at the command line. It sounds like your linux distribution is attempting to unzip and untar the file to reveal source code that you can compile, configure, and install.

As pointed out above, most linux distributions now use a package manager to make life easier. You don't need to resort to source code much anymore. Which distribution are you using?

If you have a .tar.gz file, you normally install like this:

gunzip packagename.tar.gz
tax -xvf packagename.tar

This will create a new directory named "packagename" wherever you issued the tar command. You then use cd to go into the new directory and enter either

su, and give the superuser password
then
./configure
make
makeinstall

or

sudo ./configure
then
make
makeinstall

to install it. Normally when the file is untar'ed into the new directory, there will be a README and INSTALLATION file in the new directory. You can read these with any standard word processor in linux.

Hope this helps, but again, tell us the distribution you are using. There is probably a much easier way to install the package you want.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XP Downloads Fast ... Ubuntu Downloads Slow :( Dinerty Ubuntu 2 07-23-2006 02:31 PM
Downloads karnevil9 Red Hat 1 11-06-2003 09:54 AM
Downloads..??? mhd_Ahmed Linux - Newbie 1 05-30-2003 12:11 PM
downloads scrambled2k3 Linux - Newbie 3 02-21-2003 02:55 AM
downloads steve Linux - Newbie 2 12-08-2000 03:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration