To uninstall ohai just follow these instructions.
sudo apt-get remove ohai
This will remove just the ohai package itself.
sudo apt-get remove --auto-remove ohai
This will remove the ohai package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for ohai then this will work.
sudo apt-get purge ohai
Or similarly, like this ohai
sudo apt-get purge --auto-remove ohai
Package | ohai |
Version | 8.21.0-1 |
Maintainer | Debian Ruby Extras Maintainers <[email protected]> |
Home page | https://docs.chef.io/ohai.html |
Description | Detects data about your operating system and reports it in JSON attributes in JSON format. The following information is captured: |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | admin |