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