[DEPRECATED] How to install FileBot on Debian Linux

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[DEPRECATED] How to install FileBot on Debian Linux

Post by rednoah »

Here's how to install the latest version of FileBot from the command-line using the DEB package:

Install FileBot using the dpkg command-line tool

Code: Select all

sudo dpkg -i *.deb
You can Uninstall FileBot with dpkg as follows:

Code: Select all

sudo dpkg --purge filebot
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [GUIDE] How to install FileBot on Debian Linux

Post by rednoah »

:idea: Please read the FAQ and How to Request Help.
Post Reply