how do i remove xpti.dat from the components directory of firefox?

Asked by tonni yiddos

i installed flash player 10 from adobe and after installing via Terminal there was a note: remove xpti.dat from the components directory of firefox

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu firefox-3.0 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

try:

cd ~/; sudo find -name "xpti*"

should let you know where it is

you can then execute:

rm <what it finds>

Peace

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

if that fails try:

cd /; find . -name xpti.dat

That will search the ENTIRE system. Should turn up something nice for you

Can you help with this problem?

Provide an answer of your own, or ask tonni yiddos for more information if necessary.

To post a message you must log in.