Some packages list dependencies in their Depends:
field like python:any
or perl:any
. What does the :any part mean?
Why would a package maintainer choose to list a dependency on python or perl in that way with :any
?
Some packages list dependencies in their Depends:
field like python:any
or perl:any
. What does the :any part mean?
Why would a package maintainer choose to list a dependency on python or perl in that way with :any
?
The word
any
means any architecture here.For example, on a
amd64
system any ofamd64
ori386
will satisfy.