软件的卸载

其它类软件,非上述版软件
回复
siheng303
帖子: 18
注册时间: 2010-03-22 19:42

软件的卸载

#1

帖子 siheng303 »

安装了gccxml
$ mkdir gccxml-build
$ cd gccxml-build
$ cmake ../gccxml
$ make
$ sudo make install
现在想卸载,通过了
sudo apt-get remove gccxml
sudo apt-get autoremove
卸载了为什么还可以使用命令gccxml
卸载不干净?
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 软件的卸载

#2

帖子 eexpress »

sudo make uninstall
● 鸣学
siheng303
帖子: 18
注册时间: 2010-03-22 19:42

Re: 软件的卸载

#3

帖子 siheng303 »

eexpress 写了:sudo make uninstall
make:***没有规则可以创建目标"uninstall" 停止
回复