How to uninstall Eudic on Mac
Eudic (欧路词典) writes a study database to ~/Library/Eudb_en on first run, apart from its ordinary settings, so back that folder up if you want to keep your vocabulary and study history. Quit its LightPeek quick-lookup helper along with the app. This covers the official Mac download, Eudic.app with the bundle id com.eusoft.eudic, and the Homebrew cask eudic.
Quit and remove the app
- Quit Eudic from its menu bar icon, and quit LightPeek too if it is running (bundle id
com.eusoft.eudic.LightPeek). - Open Finder's Applications folder, find Eudic, and move it to the Trash.
Where Eudic keeps its data
In Finder, press Shift + Command + G and open each location that exists.
| Location | What it holds | What to do |
|---|---|---|
~/Library/Eudb_en |
Study database (study.db) with your vocabulary data |
Listed by Mole for review, never selected; back it up before removing |
~/Library/Application Support/com.eusoft.eudic |
App settings and local data | Selected by default in Mole |
~/Library/Group Containers/7L3ARZ2SN3.com.eusoft.eudic |
Data shared between Eudic and its helpers | Listed by Mole for review |
~/Library/Caches/com.eusoft.eudic, ~/Library/Caches/com.eusoft.eudic.LightPeek |
App and helper caches | Safe to remove |
~/Library/Preferences/com.eusoft.eudic.plist, ~/Library/Preferences/com.eusoft.eudic.LightPeek.plist |
App and helper preferences | Remove with the app |
~/Library/Containers/com.eusoft.eudic.QuickLook, ~/Library/WebKit/com.eusoft.eudic |
QuickLook extension container and embedded web view data | Remove with the app |
Check the result
pgrep -il eudic
ls -d ~/Library/Eudb_en ~/Library/Application\ Support/com.eusoft.eudic
No output from pgrep means neither Eudic nor LightPeek is running; a listed process means one is still open. For ls -d, a printed path means that folder is still on disk, and ~/Library/Eudb_en staying is expected if you kept your vocabulary; "No such file or directory" means it is gone.
If you installed it with Homebrew
Mole skips --zap when its list reaches unchecked or shared data, or cannot be fully checked, and still cleans the leftovers you selected.
The eudic cask quits both Eudic and LightPeek on uninstall. Its zap list covers ~/Library/Eudb_en, the Application Support, Caches, HTTPStorages, Preferences and WebKit entries for com.eusoft.eudic and LightPeek, the QuickLook container and scripts folder, and group.com.eusoft.eudic in Group Containers, Application Scripts and Preferences. Since Mole never ticks ~/Library/Eudb_en for you, it drops --zap unless you tick that row. Running brew uninstall --cask --zap eudic yourself deletes your vocabulary database whatever you ticked in Mole, so back it up first, or remove only the app:
brew uninstall --cask eudic
What Mole lists
For Eudic, Mole selects the app and the rows named exactly after com.eusoft.eudic, such as its Application Support, Caches and Preferences entries, by default. ~/Library/Eudb_en is listed for review and never selected, because it holds your study data, and the team-prefixed group 7L3ARZ2SN3.com.eusoft.eudic is listed for review too.
What this test covered
On September 20, 2026, the official package was copied into Applications, opened, and removed with a Mole 1.15 Preview (build 280) with Full Disk Access, using default selection. Eudic ships with an empty display name, so Mole's Uninstall list showed it as Eudic and its Status page as 欧路词典. That run did not list ~/Library/Eudb_en, which stayed on disk at 416 KB; the review row was added to Mole after this test. Signing in, vocabulary sync and the Homebrew cask were not tested.
