Skip to content

Instantly share code, notes, and snippets.

@timotgl
Created April 4, 2022 12:15
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timotgl/f3d8c49ad582ec1af8ff01143465e116 to your computer and use it in GitHub Desktop.
Save timotgl/f3d8c49ad582ec1af8ff01143465e116 to your computer and use it in GitHub Desktop.
How to fully uninstall Logitech G HUB on macOS via terminal/command line
# How to fully uninstall Logitech G HUB on macOS via terminal/command line
# Tested on macOS version 12.3.1 (21E258) Monterey in April 2022
# with Logitech G HUB version 2022.3.242300 (released on 2022-03-22) installed.
# 1. Make sure "Logitech G HUB" itself is not running. If it is, quit it.
# 2. Open "Activity Monitor" and force-quit all processes named "lghub*".
# 3. Delete system-wide files
sudo rm -rf /Applications/lghub.app
sudo rm /Library/LaunchAgents/com.logi.ghub.plist
sudo rm /Library/LaunchDaemons/com.logi.ghub.updater.plist
sudo rm -rf /Users/Shared/LGHUB
sudo rm -rf /Users/Shared/.logishrd
# 4. Delete files from user directory
sudo rm -rf ~/Library/Application\ Support/lghub
sudo rm ~/Library/Preferences/com.logi.ghub.helper.plist
sudo rm ~/Library/Preferences/com.logi.ghub.plist
@clintxu
Copy link

clintxu commented Apr 25, 2024

Good uninstall command file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment