tensorRT install failed

Description

I am trying to install the debian package

nv-tensorrt-local-repo-ubuntu2204-8.6.1-cuda-12.0_1.0-1_amd64.deb

after following the instructions outline here

I get

The following packages have unmet dependencies:
libnvinfer-dev : Depends: libcudnn8-dev but it is not installable
Depends: libcublas.so.12-dev but it is not installable
libnvinfer-samples : Depends: libcudart.so.12-dev but it is not installable or
cuda-cudart-cross-amd64-12-0 but it is not installable
Depends: cuda-nvcc-12-1 but it is not installable or
cuda-nvcc-12-0 but it is not installable
libnvinfer8 : Depends: libcublas.so.12 but it is not installable

Environment

3080 RTX:
550.09:
12.1:
8.9:
WSL2 Ubuntu 22.04:
python 3.11.6:

Relevant Files

Please attach or include links to any models, data, files, or scripts necessary to reproduce your issue. (Github repo, Google Drive, Dropbox, etc.)

Steps To Reproduce

Please include:

  • Exact steps/commands to build your repro
  • Exact steps/commands to run your repro
  • Full traceback of errors encountered

Hi @fdarvas ,
Did you try sudo apt update?

Thanks