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, some __package_* types update the local package index/cache when required, others don't:
__package_apk: not implemented (--cache-max-age)
__package_apt: implemented (in type and separate __apt_update_index)
__package_dpkg: not required
__package_emerge: not implemented
__package_emerge_dependencies:
__package_luarocks: ?
__package_opkg: not implemented
__package_pacman: not implemented (-y)
__package_pip: not required?
__package_pkg_freebsd: not required?
__package_pkgng_freebsd: not implemented
__package_pkg_openbsd: not required?
__package_rubygem: not required?
__package_yum: not required?
__package_zypper: ?
Index updates should be implemented for all package managers that require manual updates in a similar fashion (either inside each type or as a separate type).
The text was updated successfully, but these errors were encountered:
Currently, some
__package_*
types update the local package index/cache when required, others don't:__package_apk
: not implemented (--cache-max-age
)__package_apt
: implemented (in type and separate__apt_update_index
)__package_dpkg
: not required__package_emerge
: not implemented__package_emerge_dependencies
:__package_luarocks
: ?__package_opkg
: not implemented__package_pacman
: not implemented (-y
)__package_pip
: not required?__package_pkg_freebsd
: not required?__package_pkgng_freebsd
: not implemented__package_pkg_openbsd
: not required?__package_rubygem
: not required?__package_yum
: not required?__package_zypper
: ?Index updates should be implemented for all package managers that require manual updates in a similar fashion (either inside each type or as a separate type).
The text was updated successfully, but these errors were encountered: