Skip to content

Uninstall

Jonathan Harris edited this page Dec 4, 2022 · 9 revisions
  • Run the Terminal app (found in Applications → Utilities).
  • Copy the following and paste into the Terminal app:
    rm -rf "/Library/Application Support/QLVideo" "/Library/QuickLook/Video.qlgenerator" "/Library/Spotlight/Video.mdimporter"; sudo rm -rf "/Library/Application Support/QLVideo" "/Library/QuickLook/Video.qlgenerator" "/Library/Spotlight/Video.mdimporter"
    
  • Press Enter.
  • Type your password and press Enter.

Alternatively, if you installed via Homebrew, uninstall with:

brew remove --cask qlvideo
Clone this wiki locally