
Trying my luck here.... ---------- Weitergeleitete Nachricht ---------- Betreff: zypper env variables Datum: Mittwoch, 19. März 2025, 10:09:04 Mitteleuropäische Normalzeit Von: Axel Braun <docb@opensuse.org> An: support@lists.opensuse.org Hi, any option where I can look up the currently supported env variables? Could not spot anything in https://github.com/openSUSE/zypper/blob/master/doc/zypper.8.txt Thanks Axel

On Sun, 23 Mar 2025 09:41:16 +0100, Axel Braun <docb@opensuse.org> wrote:
any option where I can look up the currently supported env variables? Could not spot anything in https://github.com/openSUSE/zypper/blob/master/doc/zypper.8.txt
The list of all variables of any kind, expressed as '$name' or '${name}' on the zypper man page: $ man zypper.8 2>/dev/null \ |col -bx \ |sed 's/\${\(\w\+\)}/$\1 /g' \ |grep -o '\$\w\+' \ |sed -e 's/^\$//' \ |sort -u HOME PATH XDG_CACHE_HOME ZYPP_CONF arch basearch releasever releasever_major releasever_minor -- Robert Webb

On Sunday, 23 March 2025 at 09:31:58 am GMT-4, Robert Webb via openSUSE Factory <factory@lists.opensuse.org> wrote: On Sun, 23 Mar 2025 09:41:16 +0100, Axel Braun <docb@opensuse.org> wrote:
any option where I can look up the currently supported env variables? Could not spot anything in https://github.com/openSUSE/zypper/blob/master/doc/zypper.8.txt
The list of all variables of any kind, expressed as '$name' or '${name}' on the zypper man page: $ man zypper.8 2>/dev/null \ |col -bx \ |sed 's/\${\(\w\+\)}/$\1 /g' \ |grep -o '\$\w\+' \ |sed -e 's/^\$//' \ |sort -u HOME PATH XDG_CACHE_HOME ZYPP_CONF arch basearch releasever releasever_major releasever_minor and, perhaps: ZYPP_PCK_PRELOAD -- xat

On Sunday, 23 March 2025 at 09:58:52 am GMT-4, athurtic--- via openSUSE Factory <factory@lists.opensuse.org> wrote: On Sunday, 23 March 2025 at 09:31:58 am GMT-4, Robert Webb via openSUSE Factory <factory@lists.opensuse.org> wrote: On Sun, 23 Mar 2025 09:41:16 +0100, Axel Braun <docb@opensuse.org> wrote:
any option where I can look up the currently supported env variables? Could not spot anything in https://github.com/openSUSE/zypper/blob/master/doc/zypper.8.txt
The list of all variables of any kind, expressed as '$name' or '${name}' on the zypper man page: $ man zypper.8 2>/dev/null \ |col -bx \ |sed 's/\${\(\w\+\)}/$\1 /g' \ |grep -o '\$\w\+' \ |sed -e 's/^\$//' \ |sort -u HOME PATH XDG_CACHE_HOME ZYPP_CONF arch basearch releasever releasever_major releasever_minor and, perhaps: ZYPP_PCK_PRELOAD and ZYPP_ARIA2C=1 ZYPP_SINGLE_RPMTRANS=1 ZYPP_MEDIANETWORK=1 ZYPP_CURL2=1 -- xat

On 3/23/25 1:00 PM, Axel Braun wrote:
Here's another one that is useful and related to the snapper zypper integration: DISABLE_SNAPPER_ZYPP_PLUGIN Normally zypper creates pre/post snapshots, this allows you to on the fly disable it temporarily. I have a script where I needed to be in control of the pre/post snapshots so that allows me to temporarily disable it and then re-enable after when the script is complete. -- Regards, Joe

On 2025-03-23 19:17, Joe Salmeri wrote:
Explained in <https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/LOCZIG43MFJSTUIQ3VH2CRSYRCBNR4O7/>
and ZYPP_ARIA2C=1
I remember this one. Old one.
Pity that we don't know about a document that lists and explains them. [...] Oh, google found it for me: <https://doc.opensuse.org/projects/libzypp/HEAD/zypp-envars.html> -- Cheers / Saludos, Carlos E. R. (from 15.6 x86_64 at Telcontar)

On 2025-03-24 11:35, Dominik Heidler wrote:
That one is outdated, though - at least these are missing:
ZYPP_CURL2=1
This one I see the first mention on 2025-03-02 Archived-At: <https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/3HRZERQKGNN2QOSM3I4OSM42R7VNFC6N/>
ZYPP_PCK_PRELOAD=1
Also appears first in the same post. So not outdated by long. I'll forward this post to the author. :-) -- Cheers / Saludos, Carlos E. R. (from 15.6 x86_64 at Telcontar)

Hi Axel, This is not a support mailing list please keep discussion on topic. On 3/23/25 7:11 PM, Axel Braun wrote:
-- Simon Lees (Simotek) http://simotek.net Emergency Update Team keybase.io/simotek SUSE Linux Adelaide Australia, UTC+10:30 GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B

On Sun, 23 Mar 2025 09:41:16 +0100, Axel Braun <docb@opensuse.org> wrote:
any option where I can look up the currently supported env variables? Could not spot anything in https://github.com/openSUSE/zypper/blob/master/doc/zypper.8.txt
The list of all variables of any kind, expressed as '$name' or '${name}' on the zypper man page: $ man zypper.8 2>/dev/null \ |col -bx \ |sed 's/\${\(\w\+\)}/$\1 /g' \ |grep -o '\$\w\+' \ |sed -e 's/^\$//' \ |sort -u HOME PATH XDG_CACHE_HOME ZYPP_CONF arch basearch releasever releasever_major releasever_minor -- Robert Webb

On Sunday, 23 March 2025 at 09:31:58 am GMT-4, Robert Webb via openSUSE Factory <factory@lists.opensuse.org> wrote: On Sun, 23 Mar 2025 09:41:16 +0100, Axel Braun <docb@opensuse.org> wrote:
any option where I can look up the currently supported env variables? Could not spot anything in https://github.com/openSUSE/zypper/blob/master/doc/zypper.8.txt
The list of all variables of any kind, expressed as '$name' or '${name}' on the zypper man page: $ man zypper.8 2>/dev/null \ |col -bx \ |sed 's/\${\(\w\+\)}/$\1 /g' \ |grep -o '\$\w\+' \ |sed -e 's/^\$//' \ |sort -u HOME PATH XDG_CACHE_HOME ZYPP_CONF arch basearch releasever releasever_major releasever_minor and, perhaps: ZYPP_PCK_PRELOAD -- xat

On Sunday, 23 March 2025 at 09:58:52 am GMT-4, athurtic--- via openSUSE Factory <factory@lists.opensuse.org> wrote: On Sunday, 23 March 2025 at 09:31:58 am GMT-4, Robert Webb via openSUSE Factory <factory@lists.opensuse.org> wrote: On Sun, 23 Mar 2025 09:41:16 +0100, Axel Braun <docb@opensuse.org> wrote:
any option where I can look up the currently supported env variables? Could not spot anything in https://github.com/openSUSE/zypper/blob/master/doc/zypper.8.txt
The list of all variables of any kind, expressed as '$name' or '${name}' on the zypper man page: $ man zypper.8 2>/dev/null \ |col -bx \ |sed 's/\${\(\w\+\)}/$\1 /g' \ |grep -o '\$\w\+' \ |sed -e 's/^\$//' \ |sort -u HOME PATH XDG_CACHE_HOME ZYPP_CONF arch basearch releasever releasever_major releasever_minor and, perhaps: ZYPP_PCK_PRELOAD and ZYPP_ARIA2C=1 ZYPP_SINGLE_RPMTRANS=1 ZYPP_MEDIANETWORK=1 ZYPP_CURL2=1 -- xat

On 3/23/25 1:00 PM, Axel Braun wrote:
Here's another one that is useful and related to the snapper zypper integration: DISABLE_SNAPPER_ZYPP_PLUGIN Normally zypper creates pre/post snapshots, this allows you to on the fly disable it temporarily. I have a script where I needed to be in control of the pre/post snapshots so that allows me to temporarily disable it and then re-enable after when the script is complete. -- Regards, Joe

On 2025-03-23 19:17, Joe Salmeri wrote:
Explained in <https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/LOCZIG43MFJSTUIQ3VH2CRSYRCBNR4O7/>
and ZYPP_ARIA2C=1
I remember this one. Old one.
Pity that we don't know about a document that lists and explains them. [...] Oh, google found it for me: <https://doc.opensuse.org/projects/libzypp/HEAD/zypp-envars.html> -- Cheers / Saludos, Carlos E. R. (from 15.6 x86_64 at Telcontar)
participants (7)
-
athurtic@yahoo.com
-
Axel Braun
-
Carlos E. R.
-
Dominik Heidler
-
Joe Salmeri
-
Robert Webb
-
Simon Lees