> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uninstalling in automatic mode

> Uninstall ABBYY FineReader Engine on Linux in automatic mode by running Scripts/uninstallfre.sh, with the --force option for silent mode.

To deinstall FineReader Engine library in automatic mode, run Scripts/uninstallfre.sh.

If you need to deinstall the library in silent mode, run the uninstallfre.sh script with the --force option.

<Warning>
  FineReader Engine may only be deinstalled under ROOT.
</Warning>

If the library was installed with the help of the RPM package, after running uninstallfre.sh script you will need to remove the package:

```bash theme={null}
# rpm -e %rpmpackage_name%
```

You can check the package name in the list of all installed RPM packages:

```csharp theme={null}
rpm -qa | grep FREngine
```
