Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
XMind ZEN 不完全破解安装(有个启动错误)
Apps Section
605
views ·
1
replies ·
To
floor
Go
masterjian
deepin
2019-12-06 05:20
Author
来说步骤:
1.去XMind官网下载Linux版本的XMind ZEN,https://www.xmind.cn/download/
但是,下载的是rpm包
2.安装fakeroot和alien
在终端中输入命令
sudo apt-get install alien fakeroot
Copy the Code
使用alien将rpm包转为deb包:
fakeroot alien xmind*.rpm
Copy the Code
3.转换成功后,用dpkg命令安装
sudo dpkg -i xmind*.deb
Copy the Code
4.去这里下载破解程序,
解压密码是:1
链接: https://pan.baidu.com/s/1f0pR0c3VAFLCu6IjGTADYQ
提取码: kb24
Copy the Code
5.将下载的压缩包中的app.asar文件覆盖到 /opt/XMind ZEN/resources 目录下的相同文件
注意:覆盖的时候,需要使用管理员权限
Reply
Like 0
Favorite
View the author
All Replies
masterjian
deepin
2019-12-06 05:21
#1
这个破解包是windows下的,所以每次打开文件后有一个错误对话框,点击取消即可
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
1.去XMind官网下载Linux版本的XMind ZEN,https://www.xmind.cn/download/
但是,下载的是rpm包
2.安装fakeroot和alien
在终端中输入命令
注意:覆盖的时候,需要使用管理员权限