Uninstall GNU/Linux

In the folder where you installed the program, run one of the commands:

  • If you installed it only for the current user, then you need to enter the command:
    make user-uninstall
  • If you installed globally for all users, then you need to enter the command:
    sudo make uninstall

You can also delete the folder with the configuration and the FFmpeg copy:

  1. The settings are in the folder:
    ~/.config/fyne/net.kor-elf.projects.gui-for-ffmpeg
    And you can delete it with this command:
    rm -r ~/.config/fyne/net.kor-elf.projects.gui-for-ffmpeg/
  2. If you downloaded FFmpeg using the GUI for FFmpeg program, it is downloaded to the folder:
    ~/.local/share/fyne/net.kor-elf.projects.gui-for-ffmpeg
    And you can delete it with this command:
    rm -r ~/.local/share/fyne/net.kor-elf.projects.gui-for-ffmpeg/