Skip to content

Install

Kain edited this page Jan 21, 2024 · 5 revisions

subclean

NPM NPM Documentation Maintenance License: MIT

Node Package Manager

If you have the Node Package Manager installed you can simply install, update and uninstall using the command line. This is probably the easiest method for anyone new to binaries, environment variables and whatnot.

NodeJS (and the package manager) can be found here.

Once installed, simply open a command terminal and type/paste the install command:

npm install -g subclean

And to update or uninstall:

npm upgrade -g subclean
npm uninstall -g subclean

Download

The latest builds are available on the releases page.
This tool should work on Linux, Windows and MacOS. You can check the version you have by running

subclean --version

You can update the filters using the command below. Keep in mind this updates the filters only, not the binary. If a new version is available you will need to visit this repo and download the new binary.

subclean --update

Note:

If using this with Bazarr by morpheus65535, Please view the wiki entry


Clone this wiki locally