04-Linux好用软件及安装
以下提供的是Ubuntu18.04的安装方式,发现有更好用软件,欢迎推荐,随时更新!戳我发邮件📫
开发工具¶
必备IDE¶
- clion:C++开发平台
- pycharm:Python开发平台
力荐软件¶
- apt-fast:更快速的软件管理
安装过程会进入一个图形界面,配置线程数等信息,全部默认即可
sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get -y install apt-fast
以后安装应用,把apt-get
直接替换成apt-fast
即可,例如安装vlc
sudo apt-fast install vlc
- vlc万能播放器:支持倍速播放
sudo apt-get install vlc
- terminator多tab终端:黑客必备
sudo apt-get install terminator
- chrome浏览器:最好的浏览器,没有之一
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb; sudo apt-get -f install
- vim:编辑器之神
sudo apt-get install vim
常用软件¶
- stardict:星际译王,翻译软件
- chrome - Google浏览器
- typora - Markdown编辑器
-
git & smartgit 界面版本管理工具
-
zsh:更强大的Shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-
peek - GIF录制工具
-
inkscape - 矢量图工具
-
WPS
环境工具¶
- anaconda - Python集成环境
- ROS - 机器人操作系统
- ursim - UR模拟器
开源代码¶
- cmake-3.15.0:cpp编译工具
- libfreenect2:Kinect2相机驱动
- pcl-1.9:点云库
- opencv-3.4:机器视觉