Loading

ubuntu1604常用软件安装

注意以下操作最好在新系统下完成

idea

https://www.jetbrains.com/idea/download/#section=linux

社区版本: https://www.jetbrains.com/idea/download/download-thanks.html?platform=linux&code=IIC

付费版:https://www.jetbrains.com/idea/download/download-thanks.html?platform=linux

安装:

https://blog.csdn.net/qinkang1993/article/details/54631606

创建快捷方式

https://yq.aliyun.com/articles/6708

最新版ideaU 执行脚本安装之后,在软件中心搜索idea 找到目标后拖到快捷方式栏中就行了

securecrt

https://www.cnblogs.com/kevingrace/p/9353963.html

wps

https://www.wps.cn/product/wpslinux 页面下载

https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9522/wps-office_11.1.0.9522_amd64.deb

安装

sudo  dpkg  -i  wps-office_11.1.0.9522_amd64.deb

##如果依赖缺少  
sudo  apt-get  install  -f   #后再  sudo  dpkg  -i  wps-office_11.1.0.9522_amd64.deb

chrome

下载链接: https://www.google.cn/chrome/index.html

sudo  dpkg  -i  googlexxxxxx.deb       

http://www.navicat.com.cn/download/navicat-premium

安装

chmod +x navicat15-premium-cs.AppImage
./navicat15-premium-cs.AppImage

ftp


sudo apt  update
sudo apt-get install filezilla
sudo apt-get install filezilla-locales

微信

https://github.com/wszqkzqk/deepin-wine-ubuntu 操作说明

本地安装(Ubuntu/Debian通用)

  • 克隆 (git clone https://github.com/wszqkzqk/deepin-wine-ubuntu.git) 或下载到本地。

  • 在中国推荐用下面的地址,速度更快: (git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git)

  • 当然也可以选择下载releases:Github 或者 Gitee

  • 解压后切换到解压文件目录,在终端中运行(授予可执行权限后): ./install.sh

    KDE或其他按照普通安装方式安装后运行出现X错误的桌面环境执行 ./KDE-install.sh

以上步骤操作完成后:

微信 如果出现依赖错误,请下载这个版本

下载微信包
https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/
https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.8.65deepin0_i386.deb


sudo dpkg  -i   deepin.com.wechat_2.6.8.65deepin0_i386.deb

步骤

git clone https://github.com/wszqkzqk/deepin-wine-ubuntu.git

 cd   deepin-wine-ubuntu/
 sudo  ./install.sh 
 wget  https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.2.31deepin0_i386.deb
 sudo  dpkg  -i  deepin.com.wechat_2.6.2.31deepin0_i386.deb 

#sudo dpkg  -i   deepin.com.wechat_2.6.8.65deepin0_i386.deb  有依赖错误

teamviewer

下载链接:https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

sudo dpkg -i teamviewer_amd64.deb

搜狗输入法

https://blog.csdn.net/ljheee/article/details/52966456

深度截图工具

deepin-scrot

posted @ 2020-07-06 17:26  Lust4Life  阅读(293)  评论(0编辑  收藏  举报