当前位置:网站首页>Make install how to uninstall the installed Library
Make install how to uninstall the installed Library
2022-06-09 06:38:00 【wongHome】
Problem description
stay linux in , When installing a third-party library, it is sometimes installed through the source code
cd build/
cmake ..
make
sudo make install
If uninstalled adopt make install Third party libraries installed , How to operate ?
resolvent
In general ,sudo make install after , stay build/ Under the table of contents , There will be one install_mainfest.txt , It will record all the contents and paths of the installation , And then use
xargs rm < install_manifest.txt
That's all right. .
see install_mainfest.txt This file , In fact, there are various file paths , So without this file , You can re sudo make install , Then check the terminal print install Information , Write a file like this and execute the above command .
Reference link :
[1] Autumn . How to uninstall make install Compile the installed software ?[EB/OL]. https://www.zhihu.com/question/20092756/answer/245869742, 2017-10-17/2022-06-04.
[2] About make install Installed Libraries , Unloading problems [EB/OL]. https://blog.csdn.net/liutit/article/details/123630411, 2022-03-21/2022-06-04.
边栏推荐
- 多线程基础(二)
- Text preprocessing of natural language
- MySQL password is correct but cannot log in
- Performance comparison of raspberry pie Jetson nano k210 openmv
- Quanzhi v3s learning record (11) audio and video Usage Summary
- QT---创建对话框1:QDialog的子类查找关键字对话框的实现
- 自己写的小工具,pillow库将图片转为buf
- 数学很差能学机器学习吗?
- 跳槽,从一个坑,跳进另一个坑
- For an experienced software engineer, what would be a preferred new programming language to learn?
猜你喜欢

clickhouse2分片2副本高可用集群搭建及chproxy代理配置使用

Two integers compare sizes. Why is 100 equal to 1001000 not equal to 1000?

BSP tailoring (6) Attachment III - rootfs menuconfig configuration description

Recursive routines of binary trees

你真的懂熵了嗎(含交叉熵)

跳槽,从一个坑,跳进另一个坑

Mutual exclusion and synchronization in kernel

UML系列文章(23)高级行为---进程和线程

BSP tailoring of Quanzhi platform (3) Appendix II: description of kernel hacking configuration

Ping: xxx: unknown name or service reason analysis
随机推荐
Chapter_06 更改图像的对比度和亮度
MySQL chapter of quantitative transactions - addition, deletion, modification and query of MySQL database
指数移动加权平均
UML系列文章(19)基本行为---交互图
戒烟日志_03 (day_07)
Quanzhi v3s learning record -- use of esp8089
QT: 手工布局并关联QSpin和QSlider
UML系列文章(24)高级行为---时间和空间
CodeBlocks老是重复运行上一次结果
sudo: gedit:找不到命令
Adam neural network
UML系列文章(27)體系結構建模---部署
Yum command error: rpmdb open failed
Quit smoking log_ 02 (day_06)
No editing software is needed to teach you how to edit videos simply and quickly
[raspberry pie 4B deep learning Yolo] Chap.1 configure a Yolo model for raspberry pie (Darknet nnpack) [deep learning moves]
DS_Store在文件夹下自动生成的文件,怎么解决?
两个Integer比较大小,为什么100等于100,1000不等于1000?
Chapter_ 04 image operation
ImportError: cannot import name ‘joblib‘ from ‘sklearn.externals‘