Created
December 29, 2021 11:08
-
-
Save crivotz/a506b874566f9d35a35bb24b65f4d51b to your computer and use it in GitHub Desktop.
Dropbox headless uninstall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dropbox stop | |
dropbox status # Should report "not running" | |
rm -rf ~/.dropbox-dist | |
rm -rf /var/lib/dropbox | |
rm -rf ~/.dropbox* | |
sudo apt-get remove nautilus-dropbox | |
sudo apt-get remove dropbox | |
rm /etc/apt/source.d/dropbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment