Results 1 to 6 of 6
Alright, I have a feeling this is a very stupid question.. I just received my friend's PC with Mandriva installed on it, well anyways. Most of the files I have ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-25-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 3
file types?
Alright, I have a feeling this is a very stupid question.. I just received my friend's PC with Mandriva installed on it, well anyways. Most of the files I have tried to download alot of things linux compatable and they all come up with the open with dialogue, then what do i do?
- 03-25-2006 #2
What kinds of files are you trying to open? A lot of files needed to be manipulated through the command line.
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.
- 03-25-2006 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 3
i686.rpm
tar.gz
- 03-26-2006 #4Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 522
*.tar.gz files are compressed files (like .zip in Windows) which need to be extracted first:
The extracted content will usually include instructions of how to install the program. Usually it's some "install.sh" (shell) script which you can run typing:Code:tar xfz somefile.tar.gz
Programs with*.rpm extensions can be installed typing:Code:sh scriptname.sh
Code:rpm -Uvh programname.rpm
- 03-26-2006 #5Just Joined!
- Join Date
- Mar 2006
- Posts
- 3
okay, and im getting this error. [geniks@localhost ~]$ rpm -Uvh '/home/geniks/Documents/amsn-0.95-3mdk.i686.rpm' error: Failed dependencies: tcl >= 8.4 is needed by amsn-0.95-3mdk.i686 tk >= 8.4 is needed by amsn-0.95-3mdk.i686 tcl is needed by amsn-0.95-3mdk.i686 tk is needed by amsn-0.95-3mdk.i686 so then i tried to install TCL and TK 8.4.. so i did.. and it still wont install same error.
- 03-26-2006 #6
You should try using urpmi, it will make installing programs much easier because it willl solve dependencies for you.
Check this link (http://www.linuxforums.org/forum/lin...re-readme.html) and scroll down to the 'Installing software on Mandrake with urpm' section for more information.
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
