解决macOS Big Sur打开应用程序显示“您没有权限打开应用程序”
问题描述
最近安装了bigsur系统,在安装软件的时候遇到了如下提示:
您没有权限来打开应用程序“” 请联系您的电脑或网络管理员以获得帮助
解决方式
- Step1. 打开terminal
- Step2. 安装brew(已安装可忽略):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- brew官网地址:
https://brew.sh/ - Step3. 安装upx(已安装可忽略):
brew install upx - Step4. 输入以下命令(其中dir是要打开文件的路径):
sudo upx -d {dir}/Contents/MacOS/CORE\ Keygen - Step5. 双击可正常打开软件
- 示例:
sudo upx -d /Users/user/Downloads/CORE\ Keygen.app/Contents/MacOS/CORE\ Keygen - 返回结果
? Omni Group MG | CORE sudo upx -d ~/Desktop/CORE\ Keygen.app/Contents/MacOS/CO
RE\ Keygen
Ultimate Packer for eXecutables
Copyright (C) 1996 - 2020
UPX 3.96 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 23rd 2020
File size Ratio Format Name
-------------------- ------ ----------- -----------
90292 <- 52896 58.58% macho/amd64 CORE Keygen
Unpacked 1 file.
|