Lines Matching full:apt
67 self.high_level_pms = ['apt-get', 'yum', 'zypper']
90 if 'apt-get' in list_supported and self.distro in ['Debian', 'Ubuntu']:
91 pm_supported = 'apt-get'
122 elif backend_type == 'apt-get':
312 as apt and aptitude.
609 Implements the apt backend for software manager.
611 Set of operations for the apt package manager, commonly found on Debian and
619 executable = os_dep.command('apt-get')
621 self.repo_file_path = '/etc/apt/sources.list.d/autotest'
622 self.apt_version = utils.system_output('apt-get -v | head -1',
624 logging.debug('Apt backend initialized')
625 logging.debug('apt version: %s' % self.apt_version)
663 Add an apt repository.
676 Remove an apt repository.
702 logging.error("Apt package update failed")
718 if not self.check_installed('apt-file'):
719 self.install('apt-file')
720 command = os_dep.command('apt-file')
725 logging.error("Apt file cache update failed")