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