The installer/rpm.sh will add the repository and install FileBot for you:
Shell: Select all
bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/rpm.sh)"
Alternatively, you can manually add the repository:
Use DNF on Fedora Linux:
1. Add repository
Shell: Select all
sudo dnf config-manager --add-repo 'https://raw.githubusercontent.com/filebot/plugins/master/yum/main.repo'
Shell: Select all
sudo dnf config-manager --set-enabled filebot --dump
Shell: Select all
sudo dnf install zenity mediainfo
Shell: Select all
sudo dnf install filebot
Shell: Select all
filebot -script fn:sysinfo
Use ZYPPER on SUSE Linux:
1. Add repository
Shell: Select all
sudo zypper addrepo --enable --refresh --gpgcheck --check 'https://raw.githubusercontent.com/filebot/plugins/master/yum/main.repo'
Shell: Select all
sudo zypper install zenity mediainfo
Shell: Select all
sudo zypper install filebot
Shell: Select all
filebot -script fn:sysinfo
Troubleshooting:
- If you find yourself in dependency hell, please consider using our self-contained SNAP Universal Linux package or Docker image instead.