PCTechTalkhttp://www.pctechtalk.com/forums/

Go Back   PCTechTalk > PC Tech > Operating Systems and Software > Linux

Reply
 
LinkBack Thread Tools Display Modes
Old 09-25-2004, 06:15 PM   #1 (permalink)
Registered User
 
adzidzor's Avatar
 
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
adzidzor
How do I make installation in LINSPIRE ????

Glad I switched to Linux and everything is working fine but still a newbie to it. I downloaded Opera Internet Browser but don't know how to instal it. In fact, I downloaded a few linux programs but installation is a big problem to me. At the moment I am using Linspire Live. Any help?????? Would appreciate help on all linux OS.....because I am still trying to adopt the best.

I found out Yahoo IM has a linux counterpart, will it work on any linux platform, or just the specifically mentioned ones like REDHAT, Debian etc....

What's the difference between the .rmp, tar.gz etc..extensions on linux files?


Thanks
__________________
adzidzor
Be nice to the people you meet on your way up....for they are the same people you'll meet on your way down.....

Last edited by adzidzor; 09-25-2004 at 06:39 PM.
adzidzor is offline   Reply With Quote
Old 09-26-2004, 01:15 AM   #2 (permalink)
The Grim Reaper!
 
technobeast's Avatar
 
Join Date: May 2002
Location: Bulgaria
Posts: 2,387
technobeast will become famous soon enough technobeast will become famous soon enough
.rpms .debs contain precompiled packages that are ready to run whereas .tar.gz are plain sources and you have to compile them by hand. The advntage of the second ones is the size, and the fact that it is compiled on your machine for your machine.
For Opera. I think they had a tar.gz if you have dlded it start a console, unpack it:
tar -zxvf operafilename.tar.gz
change the directory:
cd operafilename
start the install script:
./install
now although it comes in a tar.gz it is not source, I think it's precompiled, static version and the install script only adds the shortcuts to /usr/bin:
p.s. yup almost
Quote:
else
exec_dir="${prefix}/lib/opera/$opera_version"
wrapper_dir="${prefix}/bin"
doc_dir="${prefix}/share/doc/opera"
share_dir="${prefix}/share/opera"
plugin_dir="${prefix}/lib/opera/plugins"
and voila. It should be ready to run. type opera in console or execute it as command in X. Hope I explained this clearly. Good luck
__________________
Liked this post and found it helpful? Click on the image under my avatar to add to my reputation


technobeast is offline   Reply With Quote
Old 09-26-2004, 01:16 AM   #3 (permalink)
PCTT's Gatherer
 
Wobbel's Avatar
 
Join Date: Mar 2003
Location: 2004
Posts: 2,861
Wobbel is on a distinguished road
Maybe this could be a helpfull site, lots of linux links there.

http://www.linuxlinks.com/
Wobbel is online now   Reply With Quote
Old 09-26-2004, 02:02 AM   #4 (permalink)
Registered User
 
adzidzor's Avatar
 
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
adzidzor
Tecno,
everything looks confusing to me...but I'll try it out and let you know what comes up.

Wobbel, I hope to make some sense out of the link. I'll visit them and see what they got for me.

Thanks guys
__________________
adzidzor
Be nice to the people you meet on your way up....for they are the same people you'll meet on your way down.....
adzidzor is offline   Reply With Quote
Old 09-26-2004, 02:17 AM   #5 (permalink)
The Grim Reaper!
 
technobeast's Avatar
 
Join Date: May 2002
Location: Bulgaria
Posts: 2,387
technobeast will become famous soon enough technobeast will become famous soon enough
OK a good place where you can always find something FAQ oriented is:
The Linux Documentation Project - you should have some of the how-to's into /usr/share/doc... or /usr/doc ... hmmm don't remember right now.
__________________
Liked this post and found it helpful? Click on the image under my avatar to add to my reputation


technobeast is offline   Reply With Quote
Old 10-05-2004, 06:22 PM   #6 (permalink)
Registered User
 
adzidzor's Avatar
 
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
adzidzor
I signed up for CNR which makes automatic installations on LINSPIRE...quickest way out...Thanks
__________________
adzidzor
Be nice to the people you meet on your way up....for they are the same people you'll meet on your way down.....
adzidzor is offline   Reply With Quote
Old 11-28-2004, 11:54 PM   #7 (permalink)
Registered User
 
inescapeableus's Avatar
 
Join Date: Mar 2003
Posts: 35
inescapeableus
Well you are entering a world where you really have to learn about what you are doing. I would stay dead away from Linspire considering they do not include a compiler in the distribution. Check out Mandrake to get your feet wet and take it from there. When you are installing applications you can download files that are called binaries. These consist of extentions like ".rpm", ".deb" etc. The installation of source is the best method of installation, and this will come usually as .tar.gz, .tar or bzip. Installation by source generally is installed by

1. ./configure
2. make
3. make install
4. ldconfig (as root)

Although as you advance you will want to change certain values while installing applications. Hope that helps you out.
inescapeableus is offline   Reply With Quote
Old 11-29-2004, 03:53 AM   #8 (permalink)
Registered User
 
adzidzor's Avatar
 
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
adzidzor
Hi inescapeableus,
I am now into mandrake seriously, but still can't install some programs. Others have been successful but where as .tar extensions etc, not .rpm are still a hussle. I downloaded Azureuos...TkDVD and a few progs but have no luck in running the set up. Any help...please.

Assuming the directory is... home/kwaku/documents . All the downloads are in documents folder. What do I do. I tried your 4 points which I saw on a website, but had no start. The #1 would'nt configure, so automatically all that followed did not help either. [quote]
__________________
adzidzor
Be nice to the people you meet on your way up....for they are the same people you'll meet on your way down.....
adzidzor is offline   Reply With Quote
Old 11-29-2004, 12:30 PM   #9 (permalink)
Da House Nerd
 
greffov's Avatar
 
Join Date: Dec 1969
Location: One CPU Lane
Posts: 3,512
greffov will become famous soon enough
Quote:
Originally Posted by inescapeableus
1. ./configure
2. make
3. make install
4. ldconfig (as root)

... or just emerge [application]
__________________
Linux virusscanner detected a virus:
Windows 95 ... delete [Y/n] y
~
~

:wq
greffov is offline   Reply With Quote
Old 11-29-2004, 12:32 PM   #10 (permalink)
Da House Nerd
 
greffov's Avatar
 
Join Date: Dec 1969
Location: One CPU Lane
Posts: 3,512
greffov will become famous soon enough
Quote:
Originally Posted by adzidzor
Assuming the directory is... home/kwaku/documents . All the downloads are in documents folder. What do I do. I tried your 4 points which I saw on a website, but had no start. The #1 would'nt configure, so automatically all that followed did not help either.
what application are we talking about? and what does the configure script give as error message?
__________________
Linux virusscanner detected a virus:
Windows 95 ... delete [Y/n] y
~
~

:wq
greffov is offline   Reply With Quote
Old 11-30-2004, 12:07 AM   #11 (permalink)
Registered User
 
inescapeableus's Avatar
 
Join Date: Mar 2003
Posts: 35
inescapeableus
I believe you are talking about Azureus? If so that is a Java based program and you need to have java installed to use it. I am not familiar with the other program. What errores are getting? Please post them. Also as Greffov pointed of if you have distribuation installer such as "apt-get" you can install programs with few simple steps.
inescapeableus is offline   Reply With Quote
Old 11-30-2004, 05:47 PM   #12 (permalink)
Registered User
 
adzidzor's Avatar
 
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
adzidzor
Below is what I get when I tried to install a program.."unrar". 'Unrar' is the folder containing the program files.

"[kwaku@localhost kwaku]$ home/kwaku/unrar./configure
bash: home/kwaku/unrar./configure: No such file or directory"

"[kwaku@localhost kwaku]$ ./configure home/kwaku/unrar
bash: ./configure: No such file or directory"

Tried both ways.

I know probably I am not getting something right. 'Kwaku' is the user name not the root....and I have the 'documents' folder under 'kwaku'. Some progs I save under Kwaku and others under documents. I may be asking too much but I a newbie in this linux age and still grappling with the concepts. Please understand me.

I am at the moment downloading the Java for the Azureus program.[/i]

another program I want to install is 'TkDVD' it has an 'install' file in the folder. What do I do??? Looks like I've got a looooooooong way to go with this Linux thing. Thanks anyway.
__________________
adzidzor
Be nice to the people you meet on your way up....for they are the same people you'll meet on your way down.....
adzidzor is offline   Reply With Quote
Old 11-30-2004, 05:53 PM   #13 (permalink)
Registered User
 
inescapeableus's Avatar
 
Join Date: Mar 2003
Posts: 35
inescapeableus
Ok what you always want to do when you download a application is to read the "readme" file. This will tell you how to install most programs. This file can also be named "install". with "rar" you want to type make; su; make install then you are done. You have no need to run "./configure" for this program. Linux is hard at first but once you get it the hang of it you will never go back. Let me know how Azureus goes for you.
inescapeableus is offline   Reply With Quote
Old 11-30-2004, 07:38 PM   #14 (permalink)
Registered User
 
adzidzor's Avatar
 
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
adzidzor
do I need to type those commands(make; etc...) after I specify the directory in which the prog is... or just type them out?

I am using Gnome and it's frustrating me. I normally use KDE but I just upgraded my mandrake 10.0 to 10.1 and the KDE can't load. So I am forced to stick to Gnome. Is it that easy to just download KDE again and install to update the corrupted one?
__________________
adzidzor
Be nice to the people you meet on your way up....for they are the same people you'll meet on your way down.....
adzidzor is offline   Reply With Quote
Old 11-30-2004, 10:30 PM   #15 (permalink)
The Grim Reaper!
 
technobeast's Avatar
 
Join Date: May 2002
Location: Bulgaria
Posts: 2,387
technobeast will become famous soon enough technobeast will become famous soon enough
There should be several rpms probably for KDE (base, fonts, toys, multimedia, etc) - you have to install each. No worries to try I think because it's broken and trying to update it may only make it work not worse . Try to
Also when installing progs, when you untar the file and get into the dir /unrar/ always search for a file named INSTALL or Readme or something like that as inescapeableus stated. It will probably contain everything you need to install and configure the app.

Good luck
__________________
Liked this post and found it helpful? Click on the image under my avatar to add to my reputation


technobeast is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -5. The time now is 06:07 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
2001 PCTechTalk