# File lib/specinfra/command/poky/base/package.rb, line 21
    def remove(package, option='')
      "opkg remove #{option} #{package}"
    end