# File lib/rpm/file.rb, line 111
    def notinstalled?
      ! (@attr & RPM::C::FileState[:notinstalled]).zero?
    end