brew install filebot
Posted: 08 Oct 2014, 10:21
The easiest way to install and update FileBot on macOS is to have the brew package manager do it for you.
The installer/app.sh script will install brew and FileBot for you:
If you feel like running each command yourself step by step, please follow the instructions:
1. Install brew:
2. Update brew package index:
3. Install FileBot:
Check if filebot is working:
If you want to upgrade filebot you can run:
If you want to uninstall filebot you can run:
If you have $PATH issues when running filebot (e.g. if /usr/local/bin is not in the $PATH) then you may use the absolute path to the executable:
If you want understand what is executed exactly when you call filebot you can run:
The installer/app.sh script will install brew and FileBot for you:
Code: Select all
sh -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/app.sh)"
If you feel like running each command yourself step by step, please follow the instructions:
1. Install brew:
Code: Select all
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Code: Select all
brew update
Code: Select all
brew install filebot --force --no-quarantine

Code: Select all
filebot -script fn:sysinfo

Code: Select all
brew update && brew upgrade

Code: Select all
brew uninstall filebot --zap

Code: Select all
/usr/local/bin/filebot

Code: Select all
ls -l `which filebot`