Ubuntu 如何卸载chrome apps, Kite, Jupyter Notebook

1. 卸载Chrome apps, Kite, Jupyter Notebook

# 卸载chrome apps
$ rm $HOME/.local/share/applications/chrome-*.desktop

# 卸载Kite
$ ~/.local/share/kite/uninstall
$ curl -X “DELETE” localhost:46624/clientapi/plugins/installed && \
~/.local/share/kite/uninstall

# 卸载Jupyter Notebook
$ pip install pip-autoremove
$ pip-autoremove jupyter -y

2. 参考

  1. Remove “Chrome Apps” From Xubuntu Menu
  2. How to uninstall Kite in Ubuntu
  3. 如何刪除 Kite
  4. 如何有效卸载jupyter notebook

你可能感兴趣的:(ubuntu,jupyter,chrome)