Results 1 to 10 of 15
coming from windows, i havta say linux is really ... weird with installing programs on it
in windows it all goes "automatic" ...
some starting points on installing ... programs ...
- 01-11-2004 #1Just Joined!
- Join Date
- Jan 2004
- Posts
- 23
how do i install programs on linx?
coming from windows, i havta say linux is really ... weird with installing programs on it
in windows it all goes "automatic" ...
some starting points on installing ... programs would be nice
thanks
- 01-11-2004 #2Linux User
- Join Date
- Apr 2003
- Location
- TEXAS
- Posts
- 314
It really depends on weather you want to install using rpm's or some other package, or if you want to compile from source. If your compiling from source which is what I usually do than here is the procedure.
unpack the source code into some directory. I usually use the tmp directory.
then you go inside the new directory and here is the series of commands in order.
bash:~$ ./configure
bash:~$ make
now you have to become root user.
bash:~$ make install
But before you do this you need to read the README to make sure you have all of the dependencies.
also what distro are you using.
As for starting points go to either www.freshmeat.net or www.sourceforge.net that is usually where I get most of my programs that I run.
Just a side not sometimes programms come with a installer program for example Openoffice.[/url]The computer made me do it!! Slackware
and SUSE too Gig\'em WHOOOOP!!
\"God put me on this earth to accomplish a certain amount of tasks, At the rate I\'m going I will never die.\" (I don\'t know)
- 01-11-2004 #3Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
coming from windows the easiest way to isntall things is probably to use rpms. (stands for Redhat package management)
to install from one of these files, make sure it is binary (.ix86.rpm)and not source (.src.rpm)
then click it in kde/gnome and it will install
or to do soem mroe fancy thigsn wiht it (liek updating already isntalle dsoftware or removing it. use a terminal and type these things
<----this will install a program if it is new or update it if its already isntalledCode:rpm -Uvh packagename.rpm
<--- use this to fidn the name or even if a package is installed. (to get version umbers or something) eg if u replaced the last bit with the letter a, it would list all the packages installed that contain an aCode:rpm -qa | grep -i partialPackageName
this will remove/(e)rase a program.Code:rpm -e packageName
to fidn out more stuff (liek how to list files contained, or what packages are required for proper function) typeCode:rpm --help | less
- 01-12-2004 #4Just Joined!
- Join Date
- Jan 2004
- Posts
- 23
ok so i got redhat 9 and
i clicked an rpm thingie (the one from mplayer)
and something flashed up, i could read something about updating or something...
it closed so fast i couldn't read it
so i tried to update linux, but when i try to registrate to get a key i always get an error...
- 01-12-2004 #5Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
- 01-12-2004 #6Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
For some unfathomable reason, the MPlayer guys decided it would be fun to have some circular dependencies in their packets, so you can't install them from the graphical shell.
What are the files that you're trying to install?
- 01-12-2004 #7Just Joined!
- Join Date
- Jan 2004
- Posts
- 23
heh? just mplayer, i think ...
Originally Posted by Dolda2000
- 01-12-2004 #8Linux User
- Join Date
- Aug 2003
- Posts
- 289
hehehe.. . welcome to the club!
but you'll get used to it! it took me a lot of hours finding and downloading the right dependencies for this app - mplayer - and another half hour or so to compile it ( ey, i only got .750Ghz running in my box ). it takes a lot of patience when it comes to installing programs in linux. but that's better than having to reboot everytime after an install, or just because the install went all wrong, or just because the OS is so unstable and all ( you know what OS i'm talking about ). in the long run, i thought it's fun installing, compiling and all... let's you do something than stare at a BSOD!
ok, i'm not helping here. hehe.. . i just wanna say something...
Registered User #345074
- 01-12-2004 #9Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
For MPlayer, you need at least three RPMs. All in all, I think it's almost easier and certainly better to just compile it from source instead of using RPMs. When I have installed it from RPM (not on my computer), these are the RPMs that I have installed:
mplayer-common
mplayer
mplayer-gui
mplayer-skin-default
Then I add on a CODEC package as well:
mplayer-codecs-extralite
Check out http://greysector.rangers.eu.org/mplayer.html. It describes pretty much how to install it.
- 01-13-2004 #10Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
go to a terminal, type "rpm -Uvh mplayer-1.0....whatever"
it will quite happily list of the multiple dependencies u need.


Reply With Quote
