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