# File lib/chef/provider/package/yum.rb, line 72
            def isalnum(x)
              isalpha(x) or isdigit(x)
            end