## Configuration file for software management ## /etc/zypp/zypp.conf ## ## Boolean values are 0 1 yes no on off true false [main] ## ## Override the detected architecture ## ## Valid values: i586, i686, x86_64, ppc, ppc64, ia64, s390, s390x, .. ## Default value: Autodetected ## ## ** CAUTION: Only set if you know what you're doing ! ## ** Changing this needs a full refresh (incl. download) ## ** of all repository data. ## # arch = s390 ## ## Path where the caches are kept. ## ## Valid values: A directory ## Default value: /var/cache/zypp ## # cachedir = /var/cache/zypp ## ## Path where the repo metadata is downloaded and kept. ## ## Valid values: A directory ## Default value: {cachedir}/raw ## ## Changing this needs a full refresh (incl. download) of all repository data ## # metadatadir = /var/cache/zypp/raw ## ## Path where the repo solv files are created and kept. ## ## Valid values: A directory ## Default value: {cachedir}/solv ## # solvfilesdir = /var/cache/zypp/solv ## ## Path where the repo packages are downloaded and kept. ## ## Valid values: A directory ## Default value: {cachedir}/packages ## # packagesdir = /var/cache/zypp/packages ## ## Path where the configuration files are kept. ## ## Valid values: A directory ## Default value: /etc/zypp ## # configdir = /etc/zypp ## ## Path where the known repositories .repo files are kept ## ## Valid values: A directory ## Default value: {configdir}/repos.d ## ## Changing this invalidates all known repositories ## # reposdir = /etc/zypp/repos.d ## ## Path where the known services .service files are kept ## ## Valid values: A directory ## Default value: {configdir}/services.d ## ## Changing this invalidates all known services ## # reposdir = /etc/zypp/service.d ## ## Whether repository urls should be probed when added ## ## Valid values: boolean ## Default value: false ## ## If true, accessability of repositories is checked immediately (when added) ## (e.g. 'zypper ar' will check immediately) ## If false, accessability of repositories is checked when refreshed ## (e.g. 'zypper ar' will delay the check until the next refresh) ## # repo.add.probe = false ## ## Amount of time in minutes that must pass before another refresh. ## ## Valid values: Integer ## Default value: 10 ## ## If you have autorefresh enabled for a repository, it is checked for ## up-to-date metadata not more often than every ## minutes. If an automatic request for refresh comes before ## minutes passed since the last check, the request is ignored. ## ## A value of 0 means the repository will always be checked. To get the oposite ## effect, disable autorefresh for your repositories. ## ## This option has no effect for repositories with autorefresh disabled, nor for ## user-requested refresh. ## # repo.refresh.delay = 10 ## ## Maximum number of concurrent connections to use per transfer ## This setting is only used if more than one is possible ## Setting it to a reasonable number avoids flooding servers ## # download.max_concurrent_connections = 2 ## ## Sets the minimum download speed (bytes per second) ## until the connection is dropped ## This can be useful to prevent security attacks on hosts by ## providing updates at very low speeds. ## ## 0 means no limit ## # download.min_download_speed = 0 ## Maximum download speed (bytes per second) ## 0 means no limit # download.max_download_speed = 0 ## Number of tries per download which will be ## done without user interaction ## 0 means no limit (use with caution) # download.max_silent_tries = 5 ## ## Whether to consider using a .delta.rpm when downloading a package ## ## Valid values: boolean ## Default value: true ## ## Using a delta rpm will decrease the download size for package updates ## since it does not contain all files of the package but only the binary ## diff of changed ones. Recreating the rpm package on the local machine ## is an expensive operation (memory,CPU). If your network connection is ## not too slow, you benefit from disabling .delta.rpm. ## # download.use_deltarpm = true ## ## Whether to consider using a deltarpm even when rpm is local ## ## Valid values: boolean ## Default value: false ## ## This option has no effect unless download.use_deltarpm is set true. ## # download.use_deltarpm.always = false ## ## Defining directory which contains vendor description files. ## ## One file in this directory reflects a group of equivalent vendors. e.G.: ## (filename is "nvidia" but could be any other name): ## ------------------------- file contains begin ----------------------- ## [main] ## ## vendors = nvidia,suse,opensuse ## ## ------------------------- file contains end ----------------------- ## Libzypp makes an string comparision (like strncmp, case-insensitive) ## whereas the beginning of the strings are compared only. ## e.G. vendor "opensuse11.0" is compatible to "openSuSE". ## ## Valid values: A directory ## Default value: {configdir}/vendors.d ## # vendordir = /etc/zypp/vendors.d ## ## Whether required packages are installed ONLY ## So recommended packages, language packages and packages which depend ## on hardware (modalias) will not be regarded. ## ## Valid values: boolean ## Default value: false ## # solver.onlyRequires = false ## ## This file contains requirements/conflicts which fulfill the ## needs of a running system. ## For example the system would be broken if not glibc or kernel is ## installed. ## So the user will be informed if these packages will be deleted. ## ## Format: Each line represents one dependency: ## e.g. ## requires:kernel ## requires:glibc ## Default value: {configdir}/systemCheck ## # solver.checkSystemFile = /etc/zypp/systemCheck ## ## Packages which are parallel installable with ## diffent versions ## # multiversion = kernel-default,kernel-smp ## ## Path to locks file. If not exist then is create. ## In this file is saved also UI locks. ## ## valid value: path to file or place where file can be created ## default value: {configdir}/locks ## # locksfile.path = /etc/zypp/locks ## ## Whetever to apply locks in locks file after zypp start. ## ## Valid values: boolean ## Default value: true ## # locksfile.apply = true ## ## Where update items are stored ## (example: scripts, messages) ## ## Valid values: path to directory ## Default value: /var/adm ## # update.datadir = /var/adm ## ## Where update messages are stored ## ## Valid values: path to directory ## Default value: {update.datadir}/update-messages ## # update.messagesdir = /var/adm/update-messages ## ## Where update scripts are stored ## ## Valid values: path to directory ## Default value: {update.datadir}/update-scripts ## # update.scriptsdir = /var/adm/update-scripts ## ## Options for package installation: excludedocs ## ## Don't install any files which are marked as documentation. ## ## Valid values: boolean ## Default value: no ## # rpm.install.excludedocs = no ## ## Location of history log file. ## ## The history log is described at ## http://en.opensuse.org/Libzypp/Package_History ## ## Valid values: absolute path to a file ## Default value: /var/log/zypp/history ## # history.logfile = /var/log/zypp/history ## ## Global credentials directory path. ## ## If a URL contains ?credentials= parameter, the credentials will ## be stored and looked for in a file named in this directory. ## ## Valid values: absolute path to a directory ## Default value: /etc/zypp/credentials.d ## # credentials.global.dir = /etc/zypp/credentials.d ## ## Global credentials catalog file path. ## ## This file contains a catalog of all known user credentials which were ## not stored via the ?credentials= URL parameter, i.e. passed ## in URL as username:password component, or entered by user in ## an authentication dialog. ## ## Valid values: absolute path to a file ## Default value: /etc/zypp/credentials.cat ## # credentials.global.file = /etc/zypp/credentials.cat