You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.AptProviderInfo
fromProviderInfo
apt-config dump | grep Dir::Cache::srcpkgcache
file locationapt-cache pkgnames
srcpkgcache
updates then rebuild package cacheThe text was updated successfully, but these errors were encountered: