What's the opposite of 'make install', i.e. how do you uninstall a library in Linux?

问题:

While running在跑步的时候

./configure --prefix=/mingw 

on a MinGW/MSYS system for a library I had previously run在我以前运行的图书馆的 MinGW/MSYS 系统上

'./configure --prefix=/mingw && make && make install' 

I came across this message:我遇到了这条消息:

WARNING: A version of the Vamp plugin SDK is already installed.警告:已经安装了 Vamp 插件 SDK 的一个版本。 Expect worries and sorrows if you install a new version without removing the old one first.如果您在没有先删除旧版本的情况下安装新版本,那么您会担心和悲伤。 (Continuing) (继续)

This had me worried.这让我很担心。 What's the opposite of 'make install', ie how is a library uninstalled in Linux? 'make install' 的反义词是什么,即如何在 Linux 中卸载库? Will 'make clean' do the job, or are there other steps involved? 'make clean' 会完成这项工作,还是涉及其他步骤?


解决方案:

参考一: https://en.stackoom.com/question/62b0
参考二: https://stackoom.com/question/62b0
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章