Help - Search - Members - Calendar
Full Version: I'm a dumb in linux.... help please!
Neowin Forums > *nix Customization & Support > Linux Client Support
Lasker
Ok guys, one more time I need help with linux, I sound like a dumb but I don't know how to install a program downloaded, for example I want to install Firefox and Thunderbird and is a pain in the ass to install, I don't know what to do, someone yesterday told me about to type ./firefox-installer but nothing happend, so, one more time, I need help, please can someone tell me step by step how to do it?, and also the file is a "tar.gz"
Adamb10
Extract the file(right click --> Extract), the run ./firefox-installer from the shell.
Lasker
ok, what is the shell?
Jonathan Amend
It's the thing where you type commands.
dreiko
the shell is where you type the commands...kind of "DOS" of windows...for ex: where you type dir or something like that...
Fotix
It might help if you'd point out which Linux distribution you're using. I hope it isn't Slackware. Mwahaha.

jump.gif
Lasker
I'm using mandrake 10.2 rc2

when u say that is looks like DOS u mean the terminal?
Adamb10
yes.
Lasker
well I did it and nothing happend, say "./firefox-installer: No such file or directory"
Seth
You have to untar the tarball and ungzip it into a directory, then cd to the directory, then type your ./firefox-installer.
tzbf2003
After you've extracted the files, cd into that directory and then type ./firefox-installer

edit: to slow... LOL
Lasker
all right, can someone explain me wtf is CD????
Seth
hmm.gif

cd = change directory.

http://wks.uts.ohio-state.edu/unix_course/intro-20.html
eck0
http://www.linuxcommand.org
Lasker
damn, why is so complicated to install a simple program, oh boy
Adamb10
It's easy, your just new to the crowd.
Lasker
I tried and does not work doing: cd /home/user/firefox-installer the file or directory does not exist.
can someone tell me step by step how to do it in KDE 3.3
Tungsten T
QUOTE(Lasker @ Apr 3 2005, 15:29)
I tried and does not work doing: cd /home/user/firefox-installer the file or directory does not exist.
can someone tell me step by step how to do it in KDE 3.3
[right][snapback]585720670[/snapback][/right]

Did you extract the tarball to /home/user/firefox-installer because if you cant cd to it then its saying that that folder, /firefox-installer, is not there

stop smokin weed your way to slow allready (your avatar), J/K
Lasker
thanks guys for u replies, well I was able to load CD, now when I insert and run the command "./firefox-installer" this is what the console say: ./firefox-installer-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Fotix
You're probably missing a (or a bunch of) dependency. This isn't going to get any more fun on Mandrake.
Lechio
Give the guy a break... lol
Go to mandrake Control Center > package management and install libstdc++
It's that easy just enter the keyword libstdc and it will tell you what to install.
Lasker
thanks LechioPT I will try
markjensen
Doesn't Mandrake have a nice urpmi command to install (makes it find and resolve dependencies, like apt-get or yum)?
patelvishaal
QUOTE(Lasker @ Apr 3 2005, 14:06)
Ok guys, one more time I need help with linux, I sound like a dumb but I don't know how to install a program downloaded, for example I want to install Firefox and Thunderbird and is a pain in the ass to install, I don't know what to do, someone yesterday told me about to type ./firefox-installer but nothing happend, so, one more time, I need help, please can someone tell me step by step how to do it?, and also the file is a "tar.gz"
[right][snapback]585720268[/snapback][/right]



It's all good i am like tat to but in school our teacher converted the whole lab to linux,each machine is dual booted ither xp or ubuntu n he trys to teach us some basic things
we use ubuntu cause its preety straight forward try using the apt-get procedure if u noe how
g-n-t
QUOTE(Lasker @ Apr 3 2005, 21:40)
thanks guys for u replies, well I was able to load CD, now when I insert and run the command "./firefox-installer" this is what the console say: ./firefox-installer-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[right][snapback]585720727[/snapback][/right]

in the future, the easy way to do it is like this

download the firefox zipped folder to your desktop or home folder
right click it
extract-here
open the extracted folder and right click on it again
actions-open terminal here
then type in ./whatever
VRam
I installed FF that way once but it didn't put FF in the kernel path and it just installed in the same place I unzipped it. Wouldn't this be the incorrect way to do it? I'm a Linux dumb@ss myself, so Please educate me for God's sake!
g-n-t
no, its ok to do that. you should then put a symlink to it from /usr/bin/
Staind
weird. why you guys try to run the installer in terminal? me, a dumb too smile.gif, just double-clicked it in fedora and choose the path to install, easy ~^_^.
VRam
QUOTE(g-n-t @ Apr 4 2005, 02:47)
no, its ok to do that. you should then put a symlink to it from /usr/bin/
[right][snapback]585722249[/snapback][/right]



Okay, so I can then place the FF folder anywhere I want and use a symlink to place it in the kernal path?

Now..How do we create a symlink?

Thanks smile.gif
markjensen
Denzilla, what distro do you use? If you are untarring and making firefox on your own, you are probably doing more manual work than is needed...

Something along the lines of a package manager, like apt-get, would be a better way of adding firefox.


EDIT: and a symlink is just an option of the regular ln command, but you use the -s switch.
VRam
I'm running Kubuntu. BTW, I have a pretty good grasp of using Kynaptic now, so I did learn how to install apps that way smile.gif My brain appears to be clicking with Kubuntu, so prolly gonna be my distro of choice for awhile. I mainly wanted to install apps manually just for the experience.

LOL...I don't fully understand

" EDIT: and a symlink is just an option of the regular ln command, but you use the -s switch."

No Black Belt with command lines,yet wink.gif
dotRoot
QUOTE(denzilla @ Apr 4 2005, 17:20)
" EDIT: and a symlink is just an option of the regular ln command, but you use the -s switch."

No Black Belt with command lines,yet wink.gif
[right][snapback]585727302[/snapback][/right]


think of a symlink just like a Windows shortcut. The symlink is a little better though.

ln -s target-file new-shortcut

So like if I wanted to make a symlink on my desktop for firefox I'd open the terminal and type:
CODE
ln -s /usr/bin/firefox /home/dotRoot/Desktop/firefox


And that's it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.