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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章