博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu 16.04下使用Wine安装PowerDesigner15
阅读量:7125 次
发布时间:2019-06-28

本文共 876 字,大约阅读时间需要 2 分钟。

说明:

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

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

下载:

(链接: 密码: 5ymj)

安装:

1、安装Wine

增加32位架构

sudo dpkg --add-architecture i386sudo apt-get update
sudo deepin-wine/install.sh

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

2、安装依赖库

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

3、安装PowerDesigner

cd PowerDesigner15.1deepin-wine PowerDesigner15_Evaluation.exe

4、汉化+Crack

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

5、设置桌面图标

vim ~/.local/share/applications/PowerDesigner15.desktop
[Desktop Entry]Encoding=UTF-8Version=1.0Type=ApplicationName=PowerDesigner 15Icon=winePath=/home/jim/.wine/drive_c/Program Files/Sybase/PowerDesigner 15Exec=deepin-wine pdshell15.exeStartupNotify=falseOnlyShowIn=Unity;X-UnityGenerated=true

 

参考:

 

==>如有问题,请联系我:easonjim#163.com,或者下方发表评论。<==

转载地址:http://bheel.baihongyu.com/

你可能感兴趣的文章
nginx 错误信息
查看>>
Android 后台Service : 向服务器发送心跳包
查看>>
学习笔记-Android之ContentProvider实现Notepad
查看>>
systemctl添加开机启动 & chkconfig 使用
查看>>
我的博客模板
查看>>
MapServer
查看>>
域名邮箱
查看>>
[译]从《孙子兵法》到软件开发
查看>>
xshell ssh centos7 终端乱码解决一例
查看>>
第三十五讲:tapestry表单组件详解之Palette
查看>>
Eclipse中创建maven web项目
查看>>
java加密算法简要介绍
查看>>
vue-cli脚手架里如何配置屏幕自适应
查看>>
java.io.InvalidClassException:PublishInfMsg(类名); local class incompatible: 解决方法
查看>>
第三方APP接入微信登录
查看>>
Zookeeper的安装和配置
查看>>
python-mysql:/usr/bin/ld: cannot find -lprobes_mys
查看>>
Golang并发(二) - Goroutine
查看>>
系统原理分析架构-六-负载均衡(定义及介绍及LVS/Nginx/Haproxy比较)
查看>>
为什么要做IT监控?
查看>>