首页 > 其他分享 >Deepin系统navicat15安装

Deepin系统navicat15安装

时间:2022-09-27 21:45:35浏览次数:78  
标签:premium navicat15 -- Deepin Desktop AppImage cs 安装

Deepin系统安装navicat15(已验证)

下载Navicat15

通过下面地址下载Navicat15,默认下载到桌面即可

$ https://download.navicat.com.cn/download/navicat15-premium-cs.AppImage

然后右键Open with选择 Archive Manager解压到桌面的navicat15-premium-cs-bak文件夹

$ mv navicat15-premium-cs/ ~/Desktop/temp/navicat15-premium-cs-bak

安装依赖包

$ sudo apt install libcapstone-dev cmake rapidjson-dev openssl git

安装keystone

  1. git拉取keystone
$ git clone https://github.com/keystone-engine/keystone.git
  1. 编译keystone
$ mkdir -pv ~/Desktop/temp/keystone/build
$ cd ~/Desktop/temp/keystone/build
$ ../make-share.sh

这一步可能会报下面错误

CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at CMakeLists.txt:5 (project):
  No CMAKE_CXX_COMPILER could be found.                                                                                                                        
                                                                                                                                                               
  Tell CMake where to find the compiler by setting either the environment                                                                                      
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path                                                                                  
  to the compiler, or to the compiler name if it is in the PATH.                                                                                               
                                                                                                                                                               
                                                                                                                                                               
-- Configuring incomplete, errors occurred!
See also "/home/liang/Desktop/keystone/build/CMakeFiles/CMakeOutput.log".
See also "/home/liang/Desktop/keystone/build/CMakeFiles/CMakeError.log".

解决办法

$ sudo apt-get update
$ sudo apt-get install -y build-essential
  1. 安装已经编译好的程序
$ sudo make install
  1. 执行动态链接库管理命令
$ sudo ldconfig

安装navicat-keygen

安装编译navicat-keygen

$ cd ~/Desktop/temp/
$ git clone -b linux --single-branch https://gitee.com/andisolo/navicat-keygen.git
$ cd navicat-keygen
$ make all

修改原公钥

$ ./bin/navicat-patcher ../navicat15-premium-cs-bak/

打包app

  1. 打包navicat15-premium-cs-2.AppImage
$ cd ~/Desktop/temp
$ wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
$ chmod +x appimagetool-x86_64.AppImage
$ ./appimagetool-x86_64.AppImage navicat15-premium-cs-bak/ navicat15-premium-cs-2.AppImage
$ sudo chmod +x ~/Desktop/temp/navicat15-premium-cs-2.AppImage

生成序列号和JH码

$ cd ~/Desktop/temp/navicat-keygen
$ ./bin/navicat-keygen --text ./RegPrivateKey.pem

按提示选择Navicat产品类别(1.Premium)、Navicat语言版本(1.)和填写主版本号(15),随后生成一个序列号,输入用户名和组织,出现Input request code in Base64: (Double press ENTER to end),双击回车退出。

image-20220927211238267

软件注册

操作这一步建议断开网络。(网上别人说的)
运行命令下面命令或者直接桌面双击 navicat15-premium-cs-2.AppImag 打开navicat15工具

$ cd ~/Desktop/temp/
$ ./navicat15-premium-cs-2.AppImage
  1. 选择注册,输入上一步生成的Serial number,点击激活,提示激活失败,选择手动激活,然后复制请求码。
  2. 再次执行navicat-keygen生成序列号和JH码的步骤,最后一步把选择手动激活时复制的请求码复制进入,敲回车。
  3. 再次打开navicat15工具,这时打开就不需要再激活了。(如果需要激活,把生成的Serial number填进去再激活一下)

把软件移到桌面

$ mv ./navicat15-premium-cs-2.AppImage ~/Desktop/navicat15

文章参考自:https://blog.csdn.net/weixin_44153796/article/details/126854513?spm=1001.2014.3001.5501

好了,教程就到这里结束了。

您的关注,是我的创作动力!

公众号 @生活处处有BUG

标签:premium,navicat15,--,Deepin,Desktop,AppImage,cs,安装
From: https://www.cnblogs.com/bugs-in-life/p/16736099.html

相关文章

  • mac 安装go
    参考https://www.cnblogs.com/little-baby/p/16574114.htmlhttps://blog.csdn.net/UberSoldier/article/details/123114927......
  • SPPS完整版下载安装教程【博主亲测】
    SPSS全称StatisticalProductandServiceSolutions,是一款优秀的数据分析软件,旨在为用户提供专业的统计产品与服务解决方案。SPSS面向行业应用人员所设,被广泛应用于统计学......
  • 配置本地yum源,安装network-scripts
    (1).新建配置文件/etc/yum.repos.d/dvd/repo  (2).挂载iOS映像文件(保证/Media文件存在)  (3).清理缓存并建立元数据缓存dnfcleanalldnfmakecache (4).查......
  • MongoDB安装使用教程
    MongoDB安装使用教程介绍MongoDB是一个基于分布式文件存储的数据库,是一个文档数据库,支持的数据结构非常松散,是类似json的bson格式,可以存储比较复杂的数据类型。下载......
  • 在服务器节点上安装anaconda并解决问题
    经过多次尝试,发现安装d4rl需要使用conda虚拟环境,不能使用virtualenv来安装。1.下载anaconda:Anaconda3-5.2.0-Linux-x86_64.sh2.使用bash Anaconda3-5.2.0-Li......
  • LINUX的唐古拉安装
    Linux唐古拉的安装第三方插件的安装MySQL的安装将安装包拷贝到/usr/local/src解压到/usr/local/,并且将目录改成mysql#进入到MySQL的目录下执行如下命令tar-zxvf......
  • 变声 soundtouch安装与使用
    1.yuminstallsoundtouch 【安装的版本一般是1.4的,处理长音频时长会变短】2.源码安装官方下载地址:http://soundtouch.surina.net/soundtouch-1.9.2.tar.gz百度下载地......
  • unity 安装指定版本编辑器
    我需要安装的编辑器版本是:2021.1.7f1c11.先安装unityhub2.安装编辑器,需要再次点击上图的位置的windows,会唤起unityhub的下载界面麻痹,搞了半天,怎么也搜不到,也看不到......
  • linux安装jdk1.8
    下载安装包https://www.oracle.com/java/technologies/downloads/在usr下新建java文件夹cd/usrmkdirjavacdjava下载好的安装包放到刚创建的java下jdk-8u341-li......
  • VS工程打包成windous可安装运行软件
    VS工程打包成windous可安装运行软件一、工程项目开发    略。。。(自已对应的项目工程)二、工程项目打包1.确保VS下载安装自带打包插件:visualstudioinstaller......