How to Install and Uninstall chef Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "chef" package

Please follow the steps below to install chef on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install chef

2. Uninstall "chef" package

This guide covers the steps necessary to uninstall chef on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove chef $ sudo apt autoclean && sudo apt autoremove

3. Information about the chef package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: chef
Priority: optional
Section: universe/ruby
Installed-Size: 3405
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 12.3.0-3ubuntu1
Depends: chef-zero (>= 4.1), ohai (>= 8.0), pry (>= 0.9), ruby | ruby-interpreter, ruby-diff-lcs (>= 1.2.4), ruby-erubis (>= 2.7), ruby-ffi-yajl (<< 3.0), ruby-ffi-yajl (>= 1.2), ruby-highline (>= 1.6.9), ruby-mixlib-authentication (>= 1.3), ruby-mixlib-cli (>= 1.4), ruby-mixlib-config (>= 2.0), ruby-mixlib-log (>= 1.3), ruby-mixlib-shellout (<< 3.0), ruby-mixlib-shellout (>= 2.0.0.rc.0), ruby-net-ssh (>= 2.6), ruby-net-ssh-multi (>= 1.1), ruby-plist (>= 3.1.0), ruby-rspec-core (>= 3.2), ruby-rspec-expectations (>= 3.2), ruby-rspec-mocks (>= 3.2), ruby-serverspec (>= 2.7), ruby-specinfra (>= 2.10), ucf, debconf (>= 0.5) | debconf-2.0
Breaks: chef-solr (<< 11)
Filename: pool/universe/c/chef/chef_12.3.0-3ubuntu1_all.deb
Size: 566042
MD5sum: 687fac36dcd4ede61e0b66131db16c4d
SHA1: b3eabb4177ed76487ec79cc74edcadb914383e32
SHA256: 444146628454f21ac3f118f30e39ee54e3be50aba6d515df4764533d23fcdc5b
Description-en: systems integration framework - clients
Chef is a systems integration framework and configuration management library
written in Ruby. Chef provides a Ruby library and API that can be used to
bring the benefits of configuration management to an entire infrastructure.
.
Chef can be run as a client (chef-client) to a server, or run as a standalone
tool (chef-solo). Configuration recipes are written in a pure Ruby DSL.
.
This package provides the chef-client, chef-solo, and knife binaries as well
as the Chef library.
Description-md5: 098a9d576a0343601f43d595b54cea80
Homepage: http://www.getchef.com
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu