LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   A question a day- Todays is- Uninstalling Packages (https://www.linuxquestions.org/questions/linux-newbie-8/a-question-a-day-todays-is-uninstalling-packages-155190/)

Raggit 03-08-2004 08:24 PM

A question a day- Todays is- Uninstalling Packages
 
Ok guys in todays question we have Uninstalling Packages.

I have this darn flashplugin that was installed but I am still unable
too see any flash files via my browser. I have mozilla and firefox ( I Prefer
firefox) and I "THINK" i have installed the flash plugin to both browsers,
but don't quote me on that. Here is the thing, everytime i goto a page
that utilizes flash it says i do not have the plug-in but I know I have allready
downloaded and installed that friggin thing because now when i try to
reinstall it , it says, that package is allready installed. So what I would like
to do is completely uninstall that thing and start all over...Can you guys
guide me through this task?

Another piece of the learning puzzle will be solved, with thousands more to go
I figure at a question or two a day I'll be there in no time. By the way I bought
this Red Hat Linux Bible and plan on purchasing this Linux for micosoft addicts
book do any of you have any comments on either of these books???


:newbie:

aeolus 03-08-2004 08:35 PM

you can try "rpm -qa | grep friggin",then run "rpm -e friggin**"
Maybe you should see "readme" about installation of friggin.

Aeiri 03-08-2004 08:41 PM

The flash player installer is pretty easy to install, but for Firefox, I've found that just installing to the default Mozilla directory does the trick. Installing it to the Firefox directory doesn't do anything from my experience.

Raggit 03-08-2004 09:07 PM

Quote:

Originally posted by aeolus
you can try "rpm -qa | grep friggin",then run "rpm -e friggin**"
Maybe you should see "readme" about installation of friggin.

what is the grep stand for? Is there a place in linux i can see the commands?
I really want to uninstall this thing and reinstall it

Aeiri 03-08-2004 09:14 PM

Quote:

Originally posted by Raggit
what is the grep stand for? Is there a place in linux i can see the commands?
I really want to uninstall this thing and reinstall it

grep limits outputs of commands to displaying only lines with a specific expression.

For example. Say "ls" displays something like:

Quote:

file1.whatever file2.whatever
linux-q3-pointrelease.x86 something.whatever
wolf.x86
"ls | grep file" would display:

Quote:

file1.whatever file2.whatever
Does that explain it well enough? I'm very good at explaining things :/.

Raggit 03-08-2004 10:34 PM

haha I think so, so is there any place in linux i can go to get a listing of commands?

JimBass 03-08-2004 10:55 PM

I don't know about a master list of commands, but a site I have learned a tremendous amount from is linuxcommand.org

You'll get a decent amount of understanding about the shell, and get some nice commands from reading it.

Peace,
JimBass


All times are GMT -5. The time now is 05:19 PM.