skip to Main Content

brew install –cask another-redis-desktop-manager

Error message: damaged and can’t be opened. You should move it to the Trash

2

Answers


  1. Chosen as BEST ANSWER

    After brew install, use the commands:

    sudo spctl --master-disable
    sudo xattr -rd com.apple.quarantine /Applications/Another Redis Desktop Manager.app
    sudo spctl --master-enable
    

  2. actually you need only one command:

    sudo xattr -rd com.apple.quarantine /Applications/Another Redis Desktop Manager.app

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search