Sha256: aa50fe3e35e9b8ea126d4f94072f5c0ebaf47d0d28d8fa517a2bd7b95f9c4850

Contents?: true

Size: 569 Bytes

Versions: 15

Compression:

Stored size: 569 Bytes

Contents

---
title: "Uninstall Cleanup"
nav_text: Uninstall
category: standalone-details
order: 4
---

Some packager managers will not clean up the installed files completely. The apt-get and yum package manager generally cleans up everything. Homebrew doesn't seem to clean up currently though.

To fully clean up and uninstall kubes. First, run the package manger uninstall command and then clean up with:

    rm -rf /opt/kubes

Then remove the kubes wrappers in `/usr/local/bin`. You can remove them with this command:

    grep -l /opt/kubes /usr/local/bin/* | xargs rm -f

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kubes-0.9.3 docs/_docs/install/standalone/details/uninstall.md
kubes-0.9.2 docs/_docs/install/standalone/details/uninstall.md
kubes-0.9.1 docs/_docs/install/standalone/details/uninstall.md
kubes-0.9.0 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.10 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.9 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.8 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.7 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.6 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.5 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.4 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.3 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.2 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.1 docs/_docs/install/standalone/details/uninstall.md
kubes-0.8.0 docs/_docs/install/standalone/details/uninstall.md