分页: 1 / 1

软件的卸载

发表于 : 2010-04-05 15:09
siheng303
安装了gccxml
$ mkdir gccxml-build
$ cd gccxml-build
$ cmake ../gccxml
$ make
$ sudo make install
现在想卸载,通过了
sudo apt-get remove gccxml
sudo apt-get autoremove
卸载了为什么还可以使用命令gccxml
卸载不干净?

Re: 软件的卸载

发表于 : 2010-04-05 15:12
eexpress
sudo make uninstall

Re: 软件的卸载

发表于 : 2010-04-05 15:23
siheng303
eexpress 写了:sudo make uninstall
make:***没有规则可以创建目标"uninstall" 停止