Results 1 to 4 of 4
hello im new to mandriva and linux itself, my question is what extension to a file should a file have to be able to install?
like blablabla.rpm or . tar ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-30-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 2
installing software
hello im new to mandriva and linux itself, my question is what extension to a file should a file have to be able to install?
like blablabla.rpm or . tar or .......
and when i get the right file how do i install?
and also when its installed does it go into the "start menu" like in windows?
- 11-30-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Linux doesn't give a sh$t about extensions, it's only for recognize them.
Look at Google or Google For Linux on how to install rpm packages or how to compile stuff (.tar.bz2 or .tar.gz generally)..serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 11-30-2005 #3
Re: installing software
for .rpm's
Originally Posted by garylouden
And for tar.gzCode:rpm -ihv [name of RPM file here]
same thing with tar.bz* files but you useCode:tar -xzv [name or tar.gz or tgz file] cd [directory everything just extraced to, usually the name of the tar.gz/tgz file w/o the tar.gz/tgz] ./configure [configures the program to compile] make [compiles the program, if it has errors post on the board] make install [installs the program]
instead.Code:tar -xjv [name of tar.bz* file]
Edit: On note of the 'start menu', USUALLY when you install a RPM it will install a shortcut in your KMenu(IN KDE) or your Applications menu(in GNOME) but tar.* files are compiled from source and don't usually make shortcuts, you have to manually add them or ask a kind soul to make a compiled package with the shorcuts in it for you.Nothing is worse than ten penguins fighting over which is better, vi or emacs.
Registered Linux User #404402
Finally I'm back on LF after a long while.
- 11-30-2005 #4
You should look into urpmi. It is a package manager that will handle installing programs for you.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.


Reply With Quote
