Ubuntu下的安装常用软件
目录Ubuntu下的安装常用软件0 labelmg1 notepad++2 qq3 baidunetdisk4 WPS0 labelmg0 git clone https://github.com/Ruolingdeng/labelImg.git1 sudo apt-get install pyqt5-dev-tools #cd labelImg2 pi...
目录
0 labelmg
0 git clone https://github.com/Ruolingdeng/labelImg.git
1 sudo apt-get install pyqt5-dev-tools #cd labelImg
2 pip install -r requirements/requirements-linux-python3.txt #下载太慢加了镜像(分开下载)
2 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple qtpy5
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple lxml
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple sip
3 make qt5py3
第三步若显示,则安装成功
python3 labelImg.py 调出labelImg界面
1 notepad++
方法:
sudo add-apt-repository ppa:notepadqq-team/notepadqq
sudo apt-get update
sudo apt-get install notepadqq
卸载方法:
sudo apt-get remove notepadqq
sudo add-apt-repository --remove ppa:notepadqq-team/notepadqq
运行:
/usr/lib/notepadqq/notepadqq.sh
2 qq
终端输入命令:
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu
./install.sh
cd ..
mkdir deepin.qq
cd deepin.qq
wget http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im/deepin.com.qq.im_8.9.19983deepin23_i386.deb
sudo dpkg -i deepin.com.qq.im_8.9.19983deepin23_i386.deb
3 baidunetdisk
网盘下载:
https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.baidu.pan/
终端输入命令:
sudo dpkg -i deepin.com.baidu.pan_5.7.3deepin0_i386.deb
4 WPS
官网下载
https://www.wps.cn/product/wpslinux#
1.下载rpm包 进行 yum install rpm包; 或者下载deb,双击即可安装
2. 下载wps_symbol_fonts.tar.gz包
https://pan.baidu.com/s/1x5Rw73M9U1RbCOHf2oaW2w
3. 解压移动到字体设置文件夹
sudo unzip wps_symbol_fonts.zip -d /usr/share/fonts/wps-office
参考博客
https://blog.csdn.net/kellyroslyn/article/details/91419121
https://blog.csdn.net/weixin_42905141/article/details/92806704
https://www.linuxidc.com/Linux/2015-07/120678.htm
https://blog.csdn.net/timo1160139211/article/details/88879202
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)