|
|
|
| Description |
| An AptCache represents a local cache of a remote repository. The
cached information is usually downloaded by running apt-get
update, and appears in /var/lib/apt/lists.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data SourcesChangedAction | Source |
|
| Constructors | | SourcesChangedError | | | UpdateSources | | | RemoveRelease | |
|
|
|
|
| Return all the named source packages sorted by version
|
|
|
| Return a list of the index files that contain the packages of a
slice.
|
|
|
| A directory which will hold all the cached files for this
NamedSliceList.
|
|
|
|
|
|
|
|
|
| The path where a text of the SliceList is stored.
|
|
|
|
|
| A directory holding all files downloaded by apt-get source for a
certain package
|
|
|
| Return the paths in the local cache of the index files of a slice list.
|
|
|
| Return the paths in the local cache of the index files of a single slice.
|
|
|
| Return the list of files that apt-get update would write into
/var/lib/apt/lists when it processed the given list of DebSource.
|
|
|
|
|
|
|
| Change the sources.list of an AptCache object, subject to the
value of sourcesChangedAction.
|
|
|
| Return a sorted list of available source packages, newest version first.
|
|
|
|
| Produced by Haddock version 2.4.2 |