-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Milestone
Description
Sometimes when others create Debian packages like listed at:
http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/
where you'd like an entry like this:
+ libcudnn8=8.4.1.50-1+cuda-11.6
+ libcudnn8-dev=8.4.1.50-1+cuda-11.6
Unable to find a version "8.4.1.50-1+cuda-11.6" for the package "libcudnn8-dev"
Unable to apply some actions, aborting
aptitude-robot fails with aptitude exited with value 255
however the following is no problem:
apt install libcudnn8=8.4.1.50-1+cuda-11.6
# or
aptitude install libcudnn8=8.4.1.50-1+cuda-11.6
Is there a chance aptitude-robot could be fixed in this regard?
EDIT: added exact wording of error message above exit status