Lines Matching defs:installed
9 and parsing the database, testing whether packages are installed, computing
552 installed through pimp, return the name in (parentheses)."""
579 def installed(self):
580 """Test wheter the package is installed.
583 "yes", "no", "old" (an older version is installed) or "bad"
630 # For pseudo-packages that are already installed we don't
632 status, _ = self.installed()
636 "Package %s cannot be installed automatically, see the description" %
640 "Package %s can only be installed system-wide" %
722 return "%s: This package needs to be installed manually (no support for flavor=\"%s\")" \
732 return "%s: This package needs to be installed manually (no Download-URL field)" % self.fullname()
872 return "Package has install-command and can only be installed to standard location"
880 # We don't want these files installed. Send them
893 rv = "Warning: some files were not installed: %s" % " ".join(unwanted_files)
960 Test whether the package is installed and (if not installed
965 status, message = package.installed()
983 If the package is already installed and force is false nothing
984 is done. If recursive is true prerequisites are installed first.
1050 print "%-20.20s\t%s\t%s" % ("Package", "Installed", "Message")
1055 status, msg = pkg.installed()
1081 print "%s: Not installed:" % pkgname
1091 print "%s: Not installed:" % pkgname
1100 print "Usage: pimp [options] -s [package ...] List installed status"