# File lib/puppet/provider/package/blastwave.rb, line 108
108:   def uninstall
109:     pkgget_with_cat "-f", :remove, @resource[:name]
110:   end