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 yourself.
Use DNF5 on Fedora Linux 41 or higher
1. Add repositoryShell: Select all
sudo dnf5 -y config-manager addrepo --from-repofile='https://raw.githubusercontent.com/filebot/plugins/master/yum/main.repo'Shell: Select all
sudo dnf5 -y config-manager setopt filebot.enabled=1Shell: Select all
sudo dnf5 -y install zenity mediainfoShell: Select all
sudo dnf5 -y install filebotShell: Select all
filebot -script fn:sysinfoUse DNF on Fedora Linux 40 or lower
1. Add repositoryShell: 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 --dumpShell: Select all
sudo dnf install zenity mediainfoShell: Select all
sudo dnf install filebotShell: Select all
filebot -script fn:sysinfoUse ZYPPER on SUSE Linux
1. Add repositoryShell: 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 mediainfoShell: Select all
sudo zypper install filebotShell: Select all
filebot -script fn:sysinfoTroubleshooting
- If you find yourself in dependency hell, please consider using our self-contained SNAP Universal Linux package or Docker image instead.