Hi Carlos, Am Dienstag, 11. Februar 2020, 09:42:33 CET schrieb Carlos E. R.:
Yeah, as Axel has said, a user can not read them: [...]
Was yesterday done (see my answer): https://bugzilla.opensuse.org/show_bug.cgi?id=1163305
A suggestion. So that anybody can read the output of commands, it is better to get them in English. For instance, do:
# LANG=en_US.UTF-8 zypper in tumbleweed-cli
I do it with a script:
cer@Telcontar:~> cat /usr/local/bin/ingles #!/bin/sh LANG=en_US.UTF-8 \ ~ LC_ALL=en_US.UTF-8 \ ~ DICTIONARY=english \ ~ KDE_LANG=en_US.UTF-8 \ ~ exec "$@"
Thanks for the script :-), but so the relevant information was in English, I expected no problem (only the installation info - which was passed was in German). ------- # ingles zypper in tumbleweed-cli Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW package is going to be installed: tumbleweed-cli 1 new package to install. Overall download size: 13.1 KiB. Already cached: 0 B. After the operation, additional 10.3 KiB will be used. Continue? [y/n/v/...? shows all options] (y): Retrieving package tumbleweed-cli-0.3.3-1.1.noarch (1/1), 13.1 KiB ( 10.3 KiB unpacked) Retrieving: tumbleweed-cli-0.3.3-1.1.noarch.rpm ......................................................................................................................................................... [done] Checking for file conflicts: ............................................................................................................................................................................ [done] (1/1) Installing: tumbleweed-cli-0.3.3-1.1.noarch ....................................................................................................................................................... [done] # ingles tumbleweed init backup /etc/zypp/repos.d/download.opensuse.org-non-oss.repo backup /etc/zypp/repos.d/download.opensuse.org-oss.repo # ingles tumbleweed status latest : 20200209 target : 20200209 installed: 20200209 # ingles tumbleweed uninit revert 2 repos? [y/n] (y): # ingles tumbleweed status repositories have not been initialized for snapshots Try /usr/bin/tumbleweed init ------- From my point of view, there is no older version due to the fact it is a new installation (the old was unusable due to about 10 or more years continuous running and updating. So nothing worked anymore after the update to 20200201 :-( - so I was requested to find a fast solution, it was to reinstall the root system with 20200205. Regards Ulf -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org