0

我刚刚根据教程在我的 Ubuntu Server 12.04 上安装了 TokuMX。基本上我做了以下事情:

$ ls tokumx*.deb
tokumx_1.4.0-1-precise_amd64.deb  tokumx-clients_1.4.0-1-precise_amd64.deb  tokumx-common_1.4.0-1-precise_amd64.deb  tokumx-server_1.4.0-1-precise_amd64.deb

$ sudo dpkg -i tokumx*.deb

$ sudo apt-get -f install

一切正常。但我只是很好奇如何从我的机器上完全删除所有已安装依赖项的这个?

4

1 回答 1

1
$ sudo apt-get purge tokumx tokumx-server tokumx-common tokumx-clients 
$ sudo apt-get autoremove
于 2014-03-04T12:06:13.763 回答