查看boost安装版本:
$ dpkg -S /usr/include/boost/version.hpp
卸载boost:
$ sudo apt-get autoremove package
(注:package为要卸载的boost的名称 示例:sudo apt-get autoremove libboost1.55-dev)
更新boost:
$ sudo add-apt-repository ppa:boost-latest/ppa
$ sudo apt-get update
查看可安装的boost:
$ aptitude search boost
安装boost(以安装boost1.55示例):
$ sudo apt-get install libboost1.55-dev
相关文章
- 有道词典Linux版下载安装
- Linux的安装配置及常用命令(一)
- linux非root用户下安装软件,搭建生产环境
- Android对于静默安装和卸载
- Android静默安装和静默卸载代码
- python卸载或者安装时提示There is a problem with this Windows Installer package.A program required for this install to complete could not be run. Contact your support personnel or package vendor
- 常用软件的安装(windows/linux)
- windows msiexec quiet静默安装及卸载msi软件包
- 关于kali linux 2.0的vmware tools的安装问题
- ubuntu 16.04卸载不必要默认安装软件