# File lib/chef/provider/package/dpkg.rb, line 83 def install_package(name, version) run_command_with_systems_locale( :command => "dpkg -i#{expand_options(@new_resource.options)} #{@new_resource.source}", :environment => { "DEBIAN_FRONTEND" => "noninteractive" } ) end