> ## 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.

# Automatic Mode でのアンインストール

> Linux で ABBYY FineReader Engine を Automatic Mode でアンインストールするには、Scripts/uninstallfre.sh を実行します。silent mode の場合は --force オプションを使用します。

Automatic Mode で FineReader Engine ライブラリをアンインストールするには、Scripts/uninstallfre.sh を実行します。

ライブラリを silent mode でアンインストールする必要がある場合は、uninstallfre.sh スクリプトを --force オプション付きで実行します。

<Warning>
  FineReader Engine は root 権限でのみアンインストールできます。
</Warning>

ライブラリが RPM パッケージを使用してインストールされている場合は、uninstallfre.sh スクリプトの実行後に、そのパッケージを削除する必要があります。

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

インストール済みのすべての RPM パッケージの一覧で、パッケージ名を確認できます。

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