|
|
#1 (permalink) |
|
Registered User
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
|
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. |
|
|
|
|
|
#2 (permalink) | |
|
The Grim Reaper!
Join Date: May 2002
Location: Bulgaria
Posts: 2,387
|
.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:
|
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
|
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..... |
|
|
|
|
|
#5 (permalink) |
|
The Grim Reaper!
Join Date: May 2002
Location: Bulgaria
Posts: 2,387
|
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. |
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
|
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..... |
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Mar 2003
Posts: 35
|
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. |
|
|
|
|
|
#8 (permalink) |
|
Registered User
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
|
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..... |
|
|
|
|
|
#9 (permalink) | |
|
Da House Nerd
Join Date: Dec 1969
Location: One CPU Lane
Posts: 3,512
|
Quote:
... or just emerge [application]
__________________
Linux virusscanner detected a virus: Windows 95 ... delete [Y/n] y ~ ~ :wq |
|
|
|
|
|
|
#10 (permalink) | |
|
Da House Nerd
Join Date: Dec 1969
Location: One CPU Lane
Posts: 3,512
|
Quote:
__________________
Linux virusscanner detected a virus: Windows 95 ... delete [Y/n] y ~ ~ :wq |
|
|
|
|
|
|
#11 (permalink) |
|
Registered User
Join Date: Mar 2003
Posts: 35
|
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.
|
|
|
|
|
|
#12 (permalink) |
|
Registered User
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
|
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..... |
|
|
|
|
|
#13 (permalink) |
|
Registered User
Join Date: Mar 2003
Posts: 35
|
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.
|
|
|
|
|
|
#14 (permalink) |
|
Registered User
Join Date: May 2003
Location: Ghana...now in U.S
Posts: 178
|
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..... |
|
|
|
|
|
#15 (permalink) |
|
The Grim Reaper!
Join Date: May 2002
Location: Bulgaria
Posts: 2,387
|
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 toAlso 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 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|