当我输入 时dpkg -l | grep xserver-xorg,我会得到已安装的软件包及其版本的列表:
ii xserver-xorg 1:7.7+3~deb7u1
ii xserver-xorg-core 2:1.12.4-6
ii xserver-xorg-input-evdev 1:2.7.0-1+b1
ii xserver-xorg-input-kbd 1:1.6.1-1+b1
ii xserver-xorg-input-mouse 1:1.7.2-3
ii xserver-xorg-video-radeon 1:6.14.4-8
Run Code Online (Sandbox Code Playgroud)
我想知道冒号前面的数字是什么意思,即2中的数字2:1.12.4-6
当我apt-show-versions samba在我的 Debian 机器上执行此操作时,我得到类似的信息
samba:amd64/buster 2:4.9.5+dfsg-5+deb10u1 uptodate
Run Code Online (Sandbox Code Playgroud)
将此与您可以在官方来源找到的 samba 版本进行比较,我假设已安装 samba 4.9.5。但其他数字和字母是什么?
我的猜测是这些表示 Debian 特定的修改。但想了解如何阅读它们以及它们的含义。特别是如果这些更改但“基本”版本(此处为 4.9.5)保持不变。