# File lib/puppet/provider/package/aptrpm.rb, line 76
76:   def uninstall
77:     aptget "-y", "-q", 'remove', @resource[:name]
78:   end