[RPM] Fedora package
Posted: 04 Apr 2019, 07:10
FileBot provides its own YUM repository, so you can install and upgrade FileBot via dnf install filebot or zypper install filebot.
The installer/rpm.sh will add the repository and install FileBot for you:
Alternatively, you can manually add the repository yourself.
2. Enable repository
3. Install dependencies
4. Install FileBot
5. Test
2. Enable repository
3. Install dependencies
4. Install FileBot
5. Test
2. Install dependencies
3. Install FileBot
4. Test
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=1
Shell: Select all
sudo dnf5 -y install zenity mediainfo
Shell: Select all
sudo dnf5 -y install filebot
Shell: Select all
filebot -script fn:sysinfo
Use 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 --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 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 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.