-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently it takes about 3.5-5 seconds to run apt-cache search . --full and parse all the packages. To reduce the time it takes, implement a package cache.
- Derive
AptProviderInfofromProviderInfo - Create dictionary property to store package cache
- Create timestamp to keep track apt-get package cache
apt-config dump | grep Dir::Cache::srcpkgcachefile location - Discover package names with
apt-cache pkgnames - If
srcpkgcacheupdates then rebuild package cache
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request