To uninstall vagrant-cachier just follow these instructions.
sudo apt-get remove vagrant-cachier
This will remove just the vagrant-cachier package itself.
sudo apt-get remove --auto-remove vagrant-cachier
This will remove the vagrant-cachier package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for vagrant-cachier then this will work.
sudo apt-get purge vagrant-cachier
Or similarly, like this vagrant-cachier
sudo apt-get purge --auto-remove vagrant-cachier
Package | vagrant-cachier |
Version | 1.2.1-3 |
Maintainer | Debian Ruby Extras Maintainers <[email protected]> |
Home page | https://github.com/fgrehm/vagrant-cachier |
Description | share a common package cache among similar VM instances while waiting for boxes to be provisioned by sharing a common package cache among similar VM instances. Kinda like vagrant-apt_cache or this magical snippet but targeting multiple package managers and Linux distros. |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | ruby |