LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing something on rh9...newb (https://www.linuxquestions.org/questions/linux-software-2/installing-something-on-rh9-newb-92749/)

Ogledbyoldmen 09-14-2003 02:13 PM

Installing something on rh9...newb
 
Ok im new to linux, rh9, ive been trying to install a couple of things with no sucess.

One is the rpm for the u2date crap...

another is macromedia flash player...

it says something about a command line and im about to kill myself trying to figure out where this is...maybe someone with aim could help?


:newbie:

Crashed_Again 09-14-2003 03:23 PM

Go to the "Start" menu or whatever you want to call it and then go to "System Tools"->"Terminal"

mhearn 09-14-2003 03:30 PM

Go to http://fedora.us/ , and install "yum", then run

"yum install up2date"
(you'll need the root password here)

run up2date so you are secure and happy again :) then do

"yum install flash-plugin"

to get flash

Mathieu 09-14-2003 03:47 PM

To install the Up2Date RPM, follow Crashed_Again's instructions and then type:
Code:

su -
In order to install any RPM, you need to be root.

Ogledbyoldmen 09-14-2003 08:50 PM

by root you mean the root user?

Mathieu 09-14-2003 08:58 PM

Yes.

evilpants 09-15-2003 01:31 AM

Here's some steps you could take to get these installed. Crashed_Again has already mentioned where to reach a terminal program, so I'll skip that. $ is the user prompt, and # is the root prompt. (I'm assuming up2date is already installed, if not replace "rpm -u" with "rpm -i".

$su
password: [type whatever you set your password to]
#rpm -u [name of the rpm]
#^d (ctrl+d)
$tar xzvf [name of flashplayer installer archive]
$cd [name of directory where archive extracted to]
$su
password: [same as before]
#./flashplayer-installer (or something to that effect)

When installing the flashplayer, you might have to specify which folder your browser is in so it can install the plugin in the right place.


All times are GMT -5. The time now is 05:32 AM.