Description
Hello NVIDIA Team,
I encountered a problem while installing TensorRT using the .deb package provided for local installation.
I followed the official instructions using the file:
nv-tensorrt-local-repo-ubuntu2004-8.5.3-cuda-11.8_1.0-1_amd64.deb
After running the installation steps:
sudo dpkg -i nv-tensorrt-local-repo-ubuntu2004-8.5.3-cuda-11.8_1.0-1_amd64.deb
sudo cp /var/nv-tensorrt-local-repo-/nv-tensorrt--keyring.gpg /usr/share/keyrings/
sudo apt update
sudo apt install tensorrt
I received unmet dependency errors for multiple packages such as:
libnvinfer8 (= 8.5.3-1+cuda11.8)
libnvinfer-plugin8
libnvonnxparsers8
and others.
The terminal output says:
E: Unable to correct problems, you have held broken packages.
I tried the same process twice after re-downloading the .deb file, but the result was the same.
Could you please help me identify the root cause of this issue or suggest any workaround?
Environment
TensorRT Version: nv-tensorrt-local-repo-ubuntu2004-8.5.3-cuda-11.8_1.0-1_amd64.deb
GPU Type:RTX 4000 ada
Nvidia Driver Version: 535.23.02
CUDA Version: 11.8
CUDNN Version: 8.6.0
Operating System + Version: ubuntu20.04
Python Version (if applicable):
TensorFlow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if container which image + tag):
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

