当前位置:网站首页>make install 安装的库,如何卸载
make install 安装的库,如何卸载
2022-06-09 06:31:00 【wongHome】
问题描述
在linux中,安装第三方库的时候有时候通过源码进行安装
cd build/
cmake ..
make
sudo make install
如果卸载掉 通过 make install 安装的第三方库,应该怎么操作?
解决方法
一般情况下,sudo make install 之后,在 build/目录下,会出现一个 install_mainfest.txt ,里面会记录安装的所有内容及路径,然后使用
xargs rm < install_manifest.txt
就可以了。
查看install_mainfest.txt 这个文件,里面其实就是各种文件路径,因此如果没有这个文件,可以自己重新 sudo make install ,然后查看终端打印的 install信息,自己写一个这样的文件然后执行上述命令。
参考链接:
[1] 之秋. 怎么卸载用 make install 编译安装的软件?[EB/OL]. https://www.zhihu.com/question/20092756/answer/245869742, 2017-10-17/2022-06-04.
[2] 关于make install安装的库,卸载问题 [EB/OL]. https://blog.csdn.net/liutit/article/details/123630411, 2022-03-21/2022-06-04.
边栏推荐
- UML系列文章(24)高级行为---时间和空间
- LDAP application: openldap integrated into jumpserver
- BSP tailoring (2) attachment 1 General setup configuration description
- Warning : `load_model` does not return WordVectorModel or SupervisedModel any more, but a `FastText`
- “TypeError: ‘list‘ object is not callable”
- Main differences between CMS and G1
- MySQL 5.7 installation tutorial (full step, nanny level tutorial)
- How matlab writes continuous data with title to mat file
- Chapter_04 图像操作
- adam 神经网络
猜你喜欢

Qt--- create dialog box 1: implementation of the subclass search keyword dialog box of qdialog

全志平台BSP裁剪(6)附件三--rootfs menuconfig配置说明

Quanzhi v3s learning record (9) buildreoot file system construction

Example of flow chart, sequence diagram and Gantt chart of typera

The BSP tailoring of the Quanzhi platform (1) kernel tailoring -- tailoring of debugging tools and debugging information

Codeblocks项目窗口管理

MySQL 联合查询

Competition between am335x and Quanzhi a40i

CodeBlocks always repeat the last result

Talk about bladed software
随机推荐
Yum command error: rpmdb open failed
CodeBlocks project window management
微信小程序页面滚动至底部
Comparison between the most cost-effective processor and domestic processor i.mx6ul/a40i/t3
[deep learning moves] Chap.1 Boston house price forecast - univariate linear regression problem - tensorflow2.0+keras & paddlepaddle
Warning : `load_model` does not return WordVectorModel or SupervisedModel any more, but a `FastText`
UML series articles (27) architecture modeling - Deployment
UML系列文章(26)体系结构建模---制品
uniapp引入线上js
mockito 无返回值方法及异常mock
Lazy counter
Banana pie bpi-m2 ultra miniaturized version -com-x40i core board
多线程并发-私有构造函数捕获模式
[raspberry pie 4B deep learning garbage classification] Chap.2 vgg16 & alexnet garbage dataset image classification, with a good project link [deep learning moves]
Bat renames files (folders) in batch
LDAP application: openldap integrated into open***
Chapter_03 矩阵的掩膜操作
[raspberry pie 4B deep learning garbage classification] Chap.3 raspberry pie installs opencv and tests the garbage classification of the real-time video stream of the video interface [deep learning mo
Deep learning used mobile phone price forecast
Quanzhi t7/t507 qt5.12.5 transplantation record