|
enum | OrderResult { Completed,
Failed,
Incomplete
} |
|
|
bool | GetArchives (pkgAcquire *Owner, pkgSourceList *Sources, pkgRecords *Recs) |
|
OrderResult | DoInstall (int statusFd=-1) |
|
OrderResult | DoInstallPreFork () |
|
OrderResult | DoInstallPostFork (int statusFd=-1) |
|
bool | FixMissing () |
|
std::set< std::string > | GetDisappearedPackages () |
| returns all packages dpkg let disappear
|
|
| pkgPackageManager (pkgDepCache *Cache) |
|
|
static bool | SigINTStop = false |
|
|
void | ImmediateAdd (PkgIterator P, bool UseInstallVer, unsigned const int &Depth=0) |
|
virtual OrderResult | OrderInstall () |
|
bool | CheckRConflicts (PkgIterator Pkg, DepIterator Dep, const char *Ver) |
|
bool | CreateOrderList () |
|
bool | DepAlwaysTrue (DepIterator D) |
|
bool | ConfigureAll () |
|
bool | SmartConfigure (PkgIterator Pkg, int const Depth) |
|
bool | SmartUnPack (PkgIterator Pkg) |
|
bool | SmartUnPack (PkgIterator Pkg, bool const Immediate, int const Depth) |
|
bool | SmartRemove (PkgIterator Pkg) |
|
bool | EarlyRemove (PkgIterator Pkg) |
|
virtual bool | Install (PkgIterator, std::string) |
|
virtual bool | Configure (PkgIterator) |
|
virtual bool | Remove (PkgIterator, bool=false) |
|
virtual bool | Go (int statusFd=-1) |
|
virtual void | Reset () |
|
std::set<std::string> disappearedPkgs |
|
protected |
saves packages dpkg let disappear
This way APT can retreat from trying to configure these packages later on and a frontend can choose to display a notice to inform the user about these disappears.
Referenced by GetDisappearedPackages().
The documentation for this class was generated from the following files:
- /home/cos/build/apt/apt-0.9.7.7ubuntu6/apt-pkg/packagemanager.h
- /home/cos/build/apt/apt-0.9.7.7ubuntu6/apt-pkg/packagemanager.cc