支持国产操作系统,替代Windows势在必行,不能让美国卡“脖子”是广大计算机爱好者的共同心愿,下面列举一下Deepin V20.1下如何安装常用软件

================================================================================================================

操作系统 Linux :Deepin V20.1   下载地址 :https://www.deepin.org/zh/download/

---------------------------------------------------------------------------------

以下为Linux下安装并配置软件环境

首先将 Linux系统更新到最状态

sudo apt update && sudo apt upgrade

①安装搜狗输入法

下载地址: https://pinyin.sogou.com/linux/?r=pinyin  安装Deb包即可

②安装Wine5

sudo apt install deepin-wine5

③安装微信

sudo apt install deepin.com.wechat

④安装PDF阅读器

sudo apt-get install evince 

⑤安装钉钉办公

下载Linux 原生网页版打包 Deb安装 ,下载地址:https://github.com/nashaofu/dingtalk/releases

⑥安装 远程桌面工具remmina

sudo dnf install -y remmina

⑦安装文件搜索工具Searchmonkey,类似于Windows下的Everything

sudo apt install Searchmonkey

⑧ 安装代码编辑器 Visual Studio Code

下载地址:https://code.visualstudio.com/    安装Deb包

⑨安装 JDK 15

下载地址:https://www.oracle.com/java/technologies/javase-jdk15-downloads.html  安装Deb包

❿ 安装 IDEA Java开发工具

下载地址:https://www.jetbrains.com/idea/download/#section=linux  安装Linux版

⓫安装向日葵远程控制软件

下载地址:https://sunlogin.oray.com/download/   安装Linux版,支持 Ubuntu、Deepin、CentOS等

⓬安装 TeamViewer

sudo apt install teamviewer

⓭安装迅雷Linux原生版

Deepin 应用商店安装

⓮安装 QQ音乐for Linux

下载地址:https://y.qq.com/download/download.html

⓯安装 腾讯视频For Linux

下载地址 https://v.qq.com/download.html#Linux   安装Deb包

⓰安装 MariaDB数据库(替代Oracle MySQL)

sudo apt-get install software-properties-common dirmngr apt-transport-https
sudo apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'
sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] https://mirrors.nju.edu.cn/mariadb/repo/10.5/ubuntu focal main'
sudo apt update
sudo apt install mariadb-server

切换到 Root用户,配置数据库密码

sudo -i
mariadb-secure-installation

⓱ 升级使用最新Linux稳定版内核

sudo apt install linux-image-deepin-stable-amd64 linux-headers-deepin-stable-amd64

⓲安装 Microsoft Edge Dev浏览器

## Setup
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
sudo rm microsoft.gpg
## Install
sudo apt update
sudo apt install microsoft-edge-dev

⓳安装WPS For Linux办公软件

下载地址:https://linux.wps.cn/#  安装Deb包

⓴安装百度网盘

下载地址:https://pan.baidu.com/download   安装Deb包

最新文章

  1. 在DECIMAL(m,n)的设置中,整数的位数不能大于(m-n)
  2. Order to Cash Process
  3. Oracle基础<4>--程序包
  4. 解决cocos2d-X 2.0版本后创建的Android项目提示org.cocos2dx.lib.Cocos2dxActivity找不到问题
  5. SimpleDateFormat线程不安全问题处理
  6. JQuery.validate在ie8下不支持解决方案
  7. Python之路-正则表达式
  8. [工具技巧] SecureCRT使用技巧 V1.0
  9. Dynamics CRM2013 流程拷贝
  10. Django之form表单
  11. [python]函数返回多个return值
  12. java.lang.NoClassDefFoundError: org/apache/tomcat/util/res/StringManager
  13. 贪心算法——字典序最小问题,Saruman‘s Army
  14. 搜集几个API接口
  15. vs2019编译redis
  16. Shell学习笔记:<<EOF子命令
  17. 链接、ip地址及端口号
  18. 04 memory structure
  19. Hive集成Mysql作为元数据时,提示错误:Specified key was too long; max key length is 767 bytes
  20. Leetcode 之Wildcard Matching(32)

热门文章

  1. android小技巧之点击两次退出活动
  2. PTA7~9题目集总结与归纳
  3. spring boot 并发请求,其他系统接口,丢失request的header信息【多线程、线程池、@Async 】
  4. Web 动画原则及技巧浅析
  5. [翻译]Go与C#对比 第三篇:编译、运行时、类型系统、模块和其它的一切
  6. 学习Qt Charts - 不使用UI的情况下使用QTCharts
  7. 十八、.net core(.NET 6)搭建ElasticSearch(ES)系列之使用Logstash通过Rabbitmq接收Serilog日志到ES
  8. OpenGL 实用攻关 001 准备(开题)
  9. 浅读tomcat架构设计之tomcat生命周期(2)
  10. Linux:Ka li 2020.4 安装教程