Well, every sane package manager (and I consider apt amongst them) will deny you installing packages incompatible to your OS or if there are missing dependencies due to user's misconfiguration of installation sources, either one is here the case.
And every sane package manager (I consider zypper amongst them) will install packages if they are compatible and available:
Code:
# zypper install klibido
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW packages are going to be installed:
db46 klibido
2 new packages to install.
Overall download size: 1.5 MiB. After the operation, additional 4.2 MiB will be used.
Continue? [y/n/?] (y):
Retrieving package db46-4.6.21-44.1.x86_64 (1/2), 1.0 MiB (2.6 MiB unpacked)
Retrieving: db46-4.6.21-44.1.x86_64.rpm [done (196.9 KiB/s)]
Retrieving package klibido-0.2.5-69.1.x86_64 (2/2), 465.0 KiB (1.5 MiB unpacked)
Retrieving: klibido-0.2.5-69.1.x86_64.rpm [done (160.2 KiB/s)]
Retrieving package db46-4.6.21-44.1.x86_64 (3/2), 1.0 MiB (2.6 MiB unpacked)
Installing: db46-4.6.21-44.1 [done]
Additional rpm output:
warning: /var/cache/zypp/packages/home_bauno/x86_64/db46-4.6.21-44.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 51d9e17e
Installing: klibido-0.2.5-69.1 [done]
Additional rpm output:
warning: /var/cache/zypp/packages/home_bauno/x86_64/klibido-0.2.5-69.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 51d9e17e
Q.E.D.
Bookmarks