重新安装ubuntu后需要配置的东西

来源:互联网 发布:摩卡软件招聘 编辑:程序博客网 时间:2024/05/17 23:08

1、各种app

  • xl2tpd
    • 安装就可以,报错不管他就是
    • 禁止更新:
sudo apt-mark hold xl2tpd
  • shadowsocks-qt5
    • https://github.com/shadowsocks/shadowsocks-qt5/wiki/%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97
  • tsocks
    • http://www.51testing.com/html/38/225738-246084.html
  • genpac
    • http://akakanch.com/archives/380
  • unity-tweak-tool
sudo apt install unity-tweak-tool
  • 主题和字体
    • http://www.jianshu.com/p/5b80711f304f
  • win字体设置
    • https://www.hiczp.com/post-94.html
  • Java虚拟机字体丑陋问题
    • http://www.ophome.cn/question/48532
  • smplayer
sudo apt install smplayer
  • 7zip
sudo apt-get install p7zip-fullsudo apt-get install p7zip-rar
  • zsh
    • http://www.jianshu.com/p/9a5c4cb0452d

2、各种库

  • JDK
    • 官网下载安装
  • opencv
    • https://help.ubyuntu.com/community/OpenCV (官网,靠谱)
    • http://blog.csdn.net/lell3538/article/details/52424337
  • librealsense
    • https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md
  • pcl
    • http://236.ink/forum.php?mod=viewthread&tid=312&extra=page%3D1(依赖库)
    • http://www.pointclouds.org/documentation/tutorials/compiling_pcl_posix.php
  • VTK(pcl的依赖)
    • http://www.vtk.org/Wiki/VTK/Building/Linux
    • https://zhuanlan.zhihu.com/p/22217532(纠错)

备注:opencv、pcl以及其依赖库boost、eigen、flann、vtk均可以通过apt-get安装,但是版本可能比较旧了
sudo apt install libopencv-devsudo apt install libpcl-dev pcl-tools

如果要自己编译的话,最后一步采用sudo checkinstall 来代替make install。但是要注意编译的文件夹名字要不一样,或者在checkinstall时改名字
dpkg -r 编译的名字  来完全卸载

3、IDE

  • Matlab
  • Clion
  • IntelliJ
  • Qt5.7.0
     
0 0
原创粉丝点击