赞
踩
**前情提要:刚安装完Ubuntu 20.04,还未安装任何内容**
《教程 Re:Zero ROS (一) —— 安装系统,了解ROS》
https://blog.csdn.net/Lovely_him/article/details/107734103
教程 Re:Zero ROS (二)
—— 准备工作,安装基础工具
我打算安装“aptitude”: sudo apt-get install aptitude
提示错误:
解决方法: sudo apt-get update
《没有可用的软件包××,但是它被其他的软件包引用了——解决方法》
https://blog.csdn.net/weixin_39467231/article/details/82724698
《安装Ubuntu 20.04后要做的事》
https://blog.csdn.net/skykingf/article/details/45267517
sudo aptitude safe-upgrade
先更新一遍软件
sudo aptitude install vim
安装神器vim(虽然不怎么会用)
sudo apt-get install tree
安装tree工具
sudo apt-get install python3-pip
python相关工具,之后要用到
sudo apt-get install guake
安装终端工具1,快捷终端
sudo apt-get install p7zip
安装解压软件
sudo apt-get install terminator
安装最强终端工具2,最棒的是全中文
附上两篇终端工具的使用简介:
《Terminator的安装和配置(颜色和字体)》
https://blog.csdn.net/zhangkzz/article/details/90524066
《Guake Terminal ── linux下完美帅气的终端》
https://blog.csdn.net/u013634961/article/details/40048199
deb http://archive.ubuntukylin.com:10006/ubuntukylin trusty main
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <公钥>
《更新linux时候提示无法“由于没有公钥,无法验证下列签名 ***”的解决方案》
https://blog.csdn.net/loovejava/article/details/21837935
之后我又自己尝试了一下,不是使用指令安装,上找到了搜狗输入官网下载deb文件。尝试安装时,发现其依赖于软件包“fcitx-frontend-qt4”。但是在20.04上搜索只有“fcitx-frontend-qt5”,无法安装“qt”……我强行安装失败,“aptitude”检查时建议方案是卸载”搜狗“,好吧放弃了。
另外,deb文件在Ubuntu上也可以直接双击打开,使用”软件“功能安装。不过感觉没终端安装好,因为不能看到反馈信息,成功了也不知道安装了什么,失败了也不知道原因。
1.《在Ubuntu 20.04中安装常用的工具2 (百度输入法, WPS, Peek)》
1.https://blog.csdn.net/feimeng116/article/details/106317563
2.《Ubuntu 20.04安装百度拼音输入法》
2.https://blog.csdn.net/Thanlon/article/details/107008050
#如果第一次使用peek报错,具体如下:
Could not start GNOME Shell recorder.
Missing codec or another active screen recording using org.gnome.Shell.Screencast?
Please see the FAQ at https://github.com/phw/peek#what-is-the-cause-for-could-not-start-gnome-shell-recorder-errors
#打开任务管理器,把一个叫peek的正在运行的进程“杀死”。之后就可以正常使用了。
在这个帖子里有给出一个搜狗输入法的下载源,但是我加载失败,所以还是没安装上
《ubuntu20.04机器学习及日常使用环境搭建》
https://blog.csdn.net/Archger/article/details/105980372
sudo apt install git
git clone <网址>
《gitHub下载项目方法》
https://blog.csdn.net/u010886217/article/details/82904145
《GitHub下载项目并运行》
https://blog.csdn.net/Jasmines1993/article/details/79757324
《ROS Wiki - IDE》页面介绍
http://wiki.ros.org/IDEs
- 请记住这个官方wiki网站,后期ros的资料基本就上那找。
《RoboWare Studio安装教程》
https://blog.csdn.net/zhuiqiuzhuoyue583/article/details/84536406
《RoboWare Studio的安装》
https://blog.csdn.net/JIEJINQUANIL/article/details/102572722
sudo aptitude install visual-studio-code
pip3 --version
。同理,如果要使用“pip2”或“python2/3”的话也是如此。《Ubuntu 20.04LTS下安装pip》
https://blog.csdn.net/qq_29627051/article/details/106092584
《unbuntu20.04 安装ROS neotic》
https://blog.csdn.net/solo_egg/article/details/107152801
《ubuntu 16.04下安裝和配置ros》
https://blog.csdn.net/jinking01/article/details/79387639
Ctrl + C
手动终止下载 (不推荐),然后打开“软件和更新”更新源后再开始继续下载。不过部分软件包是特别慢,所以还是请耐心点。sudo apt-get update
,然后重新输入上一条下载命令,就会自动恢复进度,继续下载。下载完成会自动安装。《教程 Re:Zero ROS (三) —— 新建工程、订阅发布话题》
https://blog.csdn.net/Lovely_him/article/details/107751902
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。