otsaloma / gaupol

Editor for text-based subtitle files
https://otsaloma.io/gaupol/
GNU General Public License v3.0
247 stars 35 forks source link

How can I delete this program? #197

Closed zhurongxiao closed 2 years ago

zhurongxiao commented 2 years ago

Thanks to the author of gaupol

I have a problem, now I don't need this program, how do I remove it?

otsaloma commented 2 years ago

There's no uninstall command as that would be problematic to implement, but the names "gaupol" and "aeidon" should be unique and thus easy to just list the files and delete. If you installed to /usr/local, you can list the installed files e.g. using find at the command line.

find /usr/local -iname "*gaupol*"
find /usr/local -iname "*aeidon*"