Home
Sign Up
Sign In
V2EX
›
问与答
OSX 下编译安装后的文件如何安装干净的卸载或者删除?
twitterpig
·
Apr 8, 2018
· 3092 views
This topic created in 3022 days ago, the information mentioned may be changed or developed.
举个🌰;
cd $HOME/Downloads/libfaketime-master
make
sudo make install
我现在如何删除或者卸载 libfaketime 这个软件~
谢谢了~
卸载
make
删除
OSX
2 replies
•
2018-04-12 10:59:18 +08:00
1
wudaown
Apr 8, 2018 via iPhone
1
现在都这么懒的嘛
make uninstall
2
twitterpig
OP
Apr 12, 2018
@
wudaown
很抱歉,因为真的不是特别懂。我在别的地方找到这个命令行。请问和你的命令行有什么区别?能不能再详细点呢。谢谢了。
sudo find / -name faketime
卸载的话,把所有找到的相关的文件和目录用 rm -rf 删掉就行,比如:
rm -rf /usr/local/bin/faketime,
About
·
Help
·
Advertise
·
Blog
·
API
·
FAQ
·
Solana
·
2619 Online
Highest 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: d3e9c8b8 · 340ms ·
UTC 15:32
·
PVG 23:32
·
LAX 08:32
·
JFK 11:32
♥ Do have faith in what you're doing.
❯