howto remove lightspark

Asked by brieger

Lightspark is causing problems in chrome and I would like to remove lightspark completely.

Question information

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

what is the output of:

lsb_release -a; uname -a; dpkg -l | grep spark

Thanks

Revision history for this message
brieger (brieger) said :
#2

Here it is
ii browser-plugin-lightspark 0.6.0.1-1000~201206251935~oneiric1 Experimental high-performance SWF (Adobe Flash) player
ii lightspark-common 0.6.0.1-1000~201206251935~oneiric1 Experimental high-performance SWF (Adobe Flash) player

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

And the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
brieger (brieger) said :
#4

Sorry I miss it.

LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux brieger-desktop 3.0.0-21-generic-pae #35-Ubuntu SMP Fri May 25 18:17:24 UTC 2012 i686 i686 i386 GNU/Linux

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

Sweet, ok just run:

sudo apt-get --purge remove lightspark-common browser-plugin-lightspark
sudo apt-get --purge autoremove

HTH

Revision history for this message
brieger (brieger) said :
#6

Thanks actionparsnip, that solved my question.