cmake ubuntu安装卸载升级

前端之家收集整理的这篇文章主要介绍了cmake ubuntu安装卸载升级前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

ubuntu安装: sudoapt-getinstallcmake-qt-gui


查看版本: cmake --version

于是我想试着升级cmake好了,网上看到的教程都是先

sudo apt-get autoremove cmake

但是这一步执行的话,会卸载ros相关的catkin_make的包,不敢尝试,怕麻烦。于是尝试不卸载,直接升级好了。

1, 使用PPA

  • sudo apt-get install software-properties-common
    sudo add-apt-repository ppa:george-edison55/cmake-3.x
    sudo apt-get update
  • 若没有安装cmake,则
    sudo apt-get instal cmake
  • 若已经安装了cmake,则
    sudo apt-get upgrade

特别注意
参考资料:
1,http://askubuntu.com/questions/610291/how-to-install-cmake-3-2-on-ubuntu-14-04

原文链接:https://www.f2er.com/ubuntu/354982.html

猜你在找的Ubuntu相关文章