Ubuntu 16.04安装PowerDesigner15

Posted Jim

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 16.04安装PowerDesigner15相关的知识,希望对你有一定的参考价值。

说明:

1、关于没有.wine文件夹的解决方法:在命令行上运行winecfg;

2、使用的Wine版本是深度出品(Deepin),已经精简了很多没用的配置,使启动能非常快,占用资源小。

下载:

(链接: https://pan.baidu.com/s/1bpEYyIV 密码: 5ymj)

安装:

1、安装Wine

sudo deepin-wine/install.sh

如果中途有依赖错误,可以再重试多几次。

2、安装依赖库

deepin-wine vcredist_x86.exe 
deepin-wine msiexec /i MS-VC80.MSI
cp MSVBVM60.DLL ~/.wine/drive_c/windows/system32

3、安装PowerDesigner

cd PowerDesigner15.1
deepin-wine PowerDesigner15_Evaluation.exe

4、汉化+Crack

cd PowerDesigner15汉化/* ~/.wine/drive_c/Program\ Files/Sybase/PowerDesigner\ 15

5、设置桌面图标

vim ~/.local/share/applications/PowerDesigner15.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=PowerDesigner 15
Icon=wine
Path=/home/jim/.wine/drive_c/Program Files/Sybase/PowerDesigner 15
Exec=deepin-wine pdshell15.exe
StartupNotify=false
OnlyShowIn=Unity;
X-UnityGenerated=true

 

参考:

http://blog.csdn.net/u012117723/article/details/50235721

 

以上是关于Ubuntu 16.04安装PowerDesigner15的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu 16.04 安装 phpmyadmin 404

ubuntu16.04快速安装LNMP

Ubuntu 16.04 安装 ssh

ubuntu16.04 安装 wxPython方法

安装Ubuntu16.04踩坑记录

Ubuntu16.04 + cuda8.0 + GTX1080安装教程