◆ ArchitecturesSupported()
| std::vector< std::string > ArchitecturesSupported |
( |
| ) |
const |
|
inlineoverridevirtual |
architectures supported by this system
A MultiArch capable system might be configured to use this capability.
- Returns
- a list of all architectures (native + foreign) configured for on this system (aka: which can be installed without force)
Implements pkgSystem.
◆ ArchiveSupported()
| bool ArchiveSupported |
( |
const char * |
Type | ) |
|
|
overridevirtual |
◆ CreatePM()
◆ FindIndex()
| bool FindIndex |
( |
pkgCache::PkgFileIterator |
File, |
|
|
pkgIndexFile *& |
Found |
|
) |
| const |
|
overridevirtual |
◆ Initialize()
◆ IsLocked()
checks if the system is currently locked
Implements pkgSystem.
◆ Lock()
◆ LockInner()
◆ MultiArchSupported()
| bool MultiArchSupported |
( |
| ) |
const |
|
inlineoverridevirtual |
- Todo:
- these methods should be virtual
does this system has support for MultiArch?
Systems supporting only single arch (not systems which are single arch) are considered legacy systems and support for it will likely degrade over time.
The default implementation returns always true.
- Returns
- true if the system supports MultiArch, false if not.
Implements pkgSystem.
◆ Score()
◆ UnLock()
| bool UnLock |
( |
bool |
NoErrors = false | ) |
|
|
overridevirtual |
◆ UnLockInner()
| bool UnLockInner |
( |
bool |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: