Standards/Libzypp Store
From openSUSE
Contents |
/var/lib/zypp/
This is where libzypp stores information.
cache/
This is where libzypp stores metadata of known repositories.
db/
This is where libzypp stores information about installed non-package items.
db/trustedVendors
An optional configuration file extending the builtin list of trusted aka known vendors.
In contrary to packages from known vendors, installed packages from unknown vendors are by default protected. Libzypp will not delete or update them automaticaly. The user has to unlock them in order to change their state.
The file defines a list of vendor patterns, one per line. If a pattern matches the initial portion of a vendor string (case insensitive), the vendor is considered as trusted or known. Empty lines and lines beginning with '#' are ignored.
| Note: It is not possible to tag the empty vendor as known. |
Libzypp reads this file once on demand, but never writtes to it.
| Version: libzypp-2.15.4
| minimum version required |

