Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 6395  / 3 Years ago, wed, october 27, 2021, 2:52:41

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.


More From » apt

 Answers
5

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.


[#27745] Thursday, October 28, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bunsistent

Total Points: 198
Total Questions: 108
Total Answers: 121

Location: Monaco
Member since Sun, Jan 16, 2022
2 Years ago
;