Skip to main content

uninstall (u)

The uninstall command allows you to uninstall a version of FluidServer. It takes in one argument: Version, which can be latest or x.0 (as long as the version exists)

When you run frun uninstall latest, it will:

Uninstall the latest version of FluidServer

When you run frun uninstall 1.0, it will:

Uninstall FluidServer 1.0

In case of errors, try:

  • Re-installing frun:
    • Uninstall frun: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/FluidServer/server/HEAD/uninstall.sh)"
    • Install frun again: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/FluidServer/server/HEAD/install.sh)"