Go Back   PCMech Forums > Linux Support > Linux OS and Software Assistance

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 07-15-2004, 05:20 PM   #1
Member (12 bit)
 
icallmedan's Avatar
 
Join Date: Mar 2003
Posts: 2,309
Send a message via AIM to icallmedan
Got Linux to Work (Fedora Core 2)--Need Help Though

I guess there was a problem with my install disks of Madrake Linux 10, so I downloaded Fedora Core 2, and I successfully installed it. Now I wanted to install some of my other programs, that are linux compatible, so I first downloaded Skype. It is a file called "skype-0.90.0.60-fc2.i386.rpm". I click on it and it says "There is no action associated with "skype-0.90.0.60-fc2.i386.rpm"". Then asks if I want to associate one. I don't know what to do from there.....i hit associate application and under the actions section it has "Program to run:" and when I click on browse I don't know what I am looking for. Any help would be great thanks.
icallmedan is offline   Reply With Quote
Old 07-15-2004, 06:31 PM   #2
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
Err I've stopped bothering with GUIs but here's the command line set for RPMs
http://www.faqs.org/docs/securing/chap3sec20.html

HTH
Statica is offline   Reply With Quote
Old 07-15-2004, 06:34 PM   #3
aym
Registered User
 
aym's Avatar
 
Join Date: Nov 2001
Posts: 1,965
I haven't tried Fedora before, but I googled around and found that you need to associate RPM files with:
Code:
/usr/bin/system-install-packages %F
aym is offline   Reply With Quote
Old 07-15-2004, 06:43 PM   #4
Member (12 bit)
 
icallmedan's Avatar
 
Join Date: Mar 2003
Posts: 2,309
Send a message via AIM to icallmedan
Thanks aym_7 that did the trick! Thank you so much for all the help. Thanks for your help too Statica.

**edit
now I am trying to install Flashplayer, but I am having problems. It says I can use the installer, or I can manually install it by placing the files in the Mozilla plugins folder, but it won't let me paste them because it says I dont have authorization to use that folder or whatever. How do I make that folder give me permission to place files in it, or how do I use the flash installer? Sorry to seem so helpless, but I don't understand all of this.

Last edited by icallmedan; 07-15-2004 at 07:01 PM.
icallmedan is offline   Reply With Quote
Old 07-15-2004, 08:02 PM   #5
Member (10 bit)
 
Join Date: Jun 2003
Location: Alaska
Posts: 903
Send a message via AIM to ZeratulsAvenger
To have permissions just su to root and try and cp them over. From command lin ethat would be something like

cd /directory/with/flash/files
su root
(password)
cp "file name" /directory's/leading/to/mozilla/plugins
At least I am pretty sure thats teh command... ya, worked for me.
ZeratulsAvenger is offline   Reply With Quote
Old 07-15-2004, 08:05 PM   #6
aym
Registered User
 
aym's Avatar
 
Join Date: Nov 2001
Posts: 1,965
Or if you are not familiar with the command line, login as root, copy the files, and then logout and login to your account.
aym is offline   Reply With Quote
Old 07-15-2004, 08:34 PM   #7
Member (12 bit)
 
icallmedan's Avatar
 
Join Date: Mar 2003
Posts: 2,309
Send a message via AIM to icallmedan
I might try logging into Root, then once I get better with Linux try some command stuff. Thanks.
icallmedan is offline   Reply With Quote
Old 07-18-2004, 06:35 PM   #8
Member (8 bit)
 
neouser99's Avatar
 
Join Date: Jun 2004
Location: Kansas City, MO
Posts: 157
Send a message via AIM to neouser99
I would definately study up on the linux CLI (command line interface), VERY powerful tool. But yes, chainging to root, copying over the files, then switching back should work just fine. last time I checked, the install script just found the folder and copied them there anyway, so you could login as root and run the install script.

-neo
neouser99 is offline   Reply With Quote
Old 07-18-2004, 07:26 PM   #9
Member (12 bit)
 
icallmedan's Avatar
 
Join Date: Mar 2003
Posts: 2,309
Send a message via AIM to icallmedan
I could always just log in as root anyways....instead of loggin inas my username.
icallmedan is offline   Reply With Quote
Old 07-18-2004, 07:45 PM   #10
Member (8 bit)
 
neouser99's Avatar
 
Join Date: Jun 2004
Location: Kansas City, MO
Posts: 157
Send a message via AIM to neouser99
I would recommend that you stay out of the root account. If you need to, that is one thing, as this situation permits. But just as on a windows machine, it is advised that you use a limited user, that way no major system damage can be done. If you want to flirt with danger as you are learning linux, or just plain wish to re-install linux over and over, use the root account as much as you like.

did I mention the security problems with logging in as root?? it gives you full access, all someone has to do is "rm -rf /*"...that 8 characters can cause your system to become unbootable. or "chmod 000 /*" etc.

-neo
neouser99 is offline   Reply With Quote
Old 07-18-2004, 10:11 PM   #11
Member (12 bit)
 
icallmedan's Avatar
 
Join Date: Mar 2003
Posts: 2,309
Send a message via AIM to icallmedan
I guess that makes sense, so I'll see if I can just use those files from my user account.
icallmedan is offline   Reply With Quote
Old 07-18-2004, 11:23 PM   #12
Member (8 bit)
 
neouser99's Avatar
 
Join Date: Jun 2004
Location: Kansas City, MO
Posts: 157
Send a message via AIM to neouser99
Well, let me rephrase...

That folder probably has read rights for everyone, so if you run mozilla, it can read all those files, but it can't write anything to that folder...which it won't need to write anything, just access the plugins. For this case, you have to have someone to actually put the files in that folder in the first place...this is where the root account comes into play.

Let me know if that helps, I can explain a little more about user accounts and privileges, but I would recommend google or some other Linux based sites for that kind of info, as a milllion and one FAQ's have been written about it.

-neo
neouser99 is offline   Reply With Quote
Old 07-18-2004, 11:26 PM   #13
Member (12 bit)
 
icallmedan's Avatar
 
Join Date: Mar 2003
Posts: 2,309
Send a message via AIM to icallmedan
I understand what you mean, Google is my friend and I intend to use it!
icallmedan is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 04:51 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0