Bug 37478 - Versions shown should be human-readable/comparable
Summary: Versions shown should be human-readable/comparable
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: apt (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Ivan Zakharyaschev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-13 10:32 MSK by Олег Соловьев
Modified: 2023-01-09 18:55 MSK (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Олег Соловьев 2019-11-13 10:32:39 MSK
> [root@Work-PC ~]# apt-get install powershell -V
> Чтение списков пакетов... Завершено
> Построение дерева зависимостей... Завершено
> Следующие дополнительные пакеты будут установлены:
>    dotnet (sisyphus+224958.40.2.1@1552503306)
>    dotnet-common (sisyphus+224955.200.2.1@1552492898)
>    dotnet-coreclr (sisyphus+224955.300.2.1@1552493277)
>    dotnet-corefx (sisyphus+225319.100.2.2@1553093037)
>    liblttng-ust (sisyphus+231519.100.1.1@1559691076)
>    libomi (sisyphus.213386.200@1537446673)
>    libpsrp (1.4.2-alt1@1529855528)
> Следующие НОВЫЕ пакеты будут установлены:
>    dotnet (sisyphus+224958.40.2.1@1552503306)
>    dotnet-common (sisyphus+224955.200.2.1@1552492898)
>    dotnet-coreclr (sisyphus+224955.300.2.1@1552493277)
>    dotnet-corefx (sisyphus+225319.100.2.2@1553093037)
>    liblttng-ust (sisyphus+231519.100.1.1@1559691076)
>    libomi (sisyphus.213386.200@1537446673)
>    libpsrp (1.4.2-alt1@1529855528)
>    powershell (sisyphus+225385.40.3.2@1553104038)

Disttags are good, but not when shown to user trying to figure out which version will be installed or upgraded.
Comment 1 Олег Соловьев 2019-11-13 10:38:46 MSK
Good example of showing versions:

> [root@host-15 ~]# rpm -q apt
> apt-0.5.15lorg2-alt58.x86_64

> [root@host-15 ~]# apt-get install nfs-clients nfs-utils -V
> Чтение списков пакетов... Завершено
> Построение дерева зависимостей... Завершено
> Следующие дополнительные пакеты будут установлены:
>    libnfsidmap (2.3.1-alt1)
>    nfs-server (2.3.1-alt1)
> Следующие пакеты будут ОБНОВЛЕНЫ:
>    libnfsidmap (2.2.1-alt1 => 2.3.1-alt1)
>    nfs-clients (2.1.1-alt1 => 2.3.1-alt1)
>    nfs-server (2.1.1-alt1 => 2.3.1-alt1)
>    nfs-utils (2.1.1-alt1 => 2.3.1-alt1)
Comment 2 Олег Соловьев 2021-12-30 12:35:48 MSK
ping!