How do I uninstall Lightworks?

6,183

Solution 1

Syntax for removing a package with its configurations is:

sudo apt-get purge [Package name]

Or

sudo apt-get --purge autoremove [Package name]

So run :

sudo apt-get purge lightworks

Or

sudo apt-get --purge autoremove lightworks

The section, Hollywood-strength editing for everyone is a description about software. Not the package name.

Solution 2

I think you manually installed lightworks from .deb file.

How to uninstall a .deb package?

Share:
6,183

Related videos on Youtube

Alex
Author by

Alex

Updated on September 18, 2022

Comments

  • Alex
    Alex almost 2 years

    This is what I have tried so far:

    $ sudo apt-cache search lightworks  
    lightworks - Hollywood-strength editing for everyone  
    $ sudo apt-get --purge remove "lightworks - Hollywood-strength editing for everyone"  
    Reading package lists... Done  
    Building dependency tree         
    Reading state information... Done  
    E: Unable to locate package lightworks - Hollywood-strength editing for everyone
    

    Ubuntu Software Center can't find lightworks.

    • Avinash Raj
      Avinash Raj over 10 years
      how did you install lightworks.?
  • Alex
    Alex over 10 years
    it worked now. the "sudo apt-get purge lightworks" worked. i hope nothing else got effected.