删除自己编译的软件
编译安装
估计编译的时候很少有人去看屏幕上让人眼花的log输出,下面是install不同选项做的事摘自stackoverflow
the install target
install : altinstall bininstall manisntall
It does everything altinstall does, along with bininstall and maninstal
Here’s bininstall, it just creates the python and other symbolic links.
And here’s maninstall, it just creates “unversioned” links to the python manual pages.
Tl;dr: altinstall skips creating the python link and the manual pages links, install will hide the system binaries and manual pages.
删除编译的软件
方法一:查看日志,看看都干了什么,反着来就行了
方法二:
但是并不是所有的源码都支持
方法三:安装的时候换为下面命令
makeinstall
即使两个都运行也没事,checkinstall 会覆盖makeinstall
如果想删除使用命令
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!