云网牛站
所在位置:首页 > Linux教程 > 在Deepin V20下安装QT、teamviewer、git、wps、谷歌/搜狗输入法

在Deepin V20下安装QT、teamviewer、git、wps、谷歌/搜狗输入法

2020-04-26 15:38:21作者:nohacks稿源:深度站

本文介绍在深度Deepin V20操作系统下安装QT、teamviewer、git、wps、谷歌(fcitx-googlepinyin)/搜狗(sogoupinyin)输入法的方法。在Deepin下安装软件最简单的方法就是在应用商店中安装,可以安装如中望CAD Linux预装版V1.0等软件。

在Deepin V20下安装QT、teamviewer、git、wps、谷歌/搜狗输入法

 

1、安装QT

Deepin V20应用商店安装的只是IDE,并且不怎么好用,以下的选择在清华大学源下载,文件有点大,需要一定的时间,在终端中依次执行以下命令:

wget   https://mirror.tuna.tsinghua.edu.cn/qt/official_releases/qt/5.14/5.14.2/qt-opensource-linux-x64-5.14.2.run

sudo   chmod a+x ./qt-opensource-linux-x64-5.14.2.run

sudo   ./qt-opensource-linux-x64-5.14.2.run

安装在"/opt/Qt5.14.2/"目录。

修复无法输入中文的问题:

dpkg -L fcitx-frontend-qt5 | grep .so

找到插件路径,复制到QT插件目录,这里是:

cp /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so  /opt/Qt5.14.2/Tools/QtCreator/lib/Qt/plugins/platforminputcontexts

cp /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so  /opt/Qt5.14.2/5.14.2/gcc_64/plugins/platforminputcontexts

创建软链接:

ln  -s  /opt/Qt5.14.2/Tools/QtCreator/bin/qtcreator  /usr/bin/qtcreator 

桌面快捷方式(org.qt-project.qtcreator.desktop):

[Desktop Entry]

Categories=Development;IDE;Qt;

Exec=qtcreator  %F

GenericName=C++ IDE for developing Qt applications

Icon=QtProject-qtcreator

MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.qt.qmakeprofile;application/vnd.qt.xml.resource;

Name=Qt Creator

StartupWMClass=qtcreator

Terminal=false

Type=Application

X-Deepin-AppID=qtcreator

X-Deepin-CreatedBy=com.deepin.dde.daemon.Launcher

X-Deepin-Vendor=user-custom

X-KDE-StartupNotify=true

 

2、安装teamviewer

在终端中执行以下命令:

sudo  apt-get install libqt5webkit5

sudo  apt-get install qt56-teamviewer

sudo  wget https://dl.teamviewer.cn/download/linux/version_15x/teamviewer_15.4.4445_amd64.deb&&dpkg -i teamviewer_15.4.4445_amd64.deb

注意:需要禁用屏幕缩放,不然显示会有问题。

 

3、安装git

在终端中执行以下命令:

sudo  apt-get install git

 

4、安装wps

在终端中执行以下命令:

wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9505/wps-office_11.1.0.9505_amd64.deb&&sudo  dpkg -i wps-office_11.1.0.9505_amd64.deb

参考:WPS Office 2019 Linux 11.1.0.9505版提供Deb、Rpm格式包下载

 

5、安装fcitx-googlepinyin

在终端中执行以下命令:

sudo  apt-get install fcitx-googlepinyin

 

6、安装sogoupinyin

在终端中执行以下命令:

sudo  apt-get install sogoupinyin

 

相关主题

在Deepin 20系统中使用官方搜狗输入法的技巧

精选文章
热门文章