Zypper: Показать все устанавливаемые версии пакета

К сожалению обороты (apache2-utils) имеет два источника на одном сервере.

Если я пытаюсь обновить его, я получаю это сообщение:

sle-server# zypper in apache2-utils
Loading repository data...
Reading installed packages...
'apache2-utils' is already installed.
There is an update candidate for 'apache2-utils', 
but it comes from a repository with a lower priority. 
Use 'zypper install apache2-utils-2.4.34-175.1.x86_64' to install this candidate.
Resolving package dependencies...

Nothing to do.

Теперь я хочу знать, какие версии устанавливаются:

sle-server# zypper info apache2-utils
Loading repository data...
Reading installed packages...


Information for package apache2-utils:
--------------------------------------
Repository     : ES standard patch baseline 4Q2018
Name           : apache2-utils                    
Version        : 2.4.23-29.27.2                   
Arch           : x86_64                           
Vendor         : SUSE LLC <https://www.suse.com/> 
Support Level  : unknown                          
Installed Size : 221.6 KiB                        
Installed      : Yes (automatically)              
Status         : up-to-date                       
Source package : apache2-2.4.23-29.27.2.src       
Summary        : Apache 2 utilities               
Description    :                                  
    Utilities provided by the Apache 2 Web Server project which are useful
    to administrators of web servers in general.

Как я могу увидеть все устанавливаемые версии этого пакета в командной строке (без yast)?

1 ответ

Решение
zypper se -s apache2-utils
Loading repository data...
Reading installed packages...

S | Name          | Type    | Version        | Arch   | Repository                       
--+---------------+---------+----------------+--------+----------------------------------
i | apache2-utils | package | 2.4.23-29.27.2 | x86_64 | ES standard patch baseline 4Q2018
v | apache2-utils | package | 2.4.34-175.1   | x86_64 | SLES_12.3_TBZ-PARIV              
Другие вопросы по тегам