Need linux-headers-5.10.104-tegra on Xavier NX Jetpack 5.0.2

I try to install a backup software to backup my whole system. but at the end of installation I met a error:
Building dependency tree
Reading state information… Done
All packages are up to date.

  • start checking dependency of (4)
  • checking linux-headers-5.10.104-tegra
  • found linux-headers-5.10.104-tegra not installed, install automatically
  • installing linux-headers-5.10.104-tegra
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    E: Unable to locate package linux-headers-5.10.104-tegra
    E: Couldn’t find any package by glob ‘linux-headers-5.10.104-tegra’
  • install linux-headers-5.10.104-tegra failed, please try again later, or run 'apt install linux-headers-5.10.104-tegra manunally or download and install package from Ubuntu – Error
    Can someone help me to install the linux-headers?

Hi,
Does it work if you manually run apt install linux-headers-5.10.104-tegra?

Thank you for your reply!
I tried before, Then command doesn’t work:

sudo apt install linux-headers-5.10.104-tegra
[sudo] password for nx:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package linux-headers-5.10.104-tegra
E: Couldn’t find any package by glob ‘linux-headers-5.10.104-tegra’

Hi,
Please try to install this package:

nvidia-l4t-kernel-headers/stable,now 5.10.104-tegra-35.1.0-20220810203728 arm64 [installed]

在 2022年10月20日,13:26,DaneLLL via NVIDIA Developer Forums notifications@nvidia.discoursemail.com 写道:

@DaneLLL
Hi, Thank you for your reply!
But what’s the command exactly to install the kernel header?
The previous comand I used:
sudo apt install linux-headers-5.10.104

New command I tried:
sudo apt install linux-headers-5.10.104-tegra-35.1.0-20220810203728

apt install nvidia-l4t-kernel-headers/stable,now 5.10.104-tegra-35.1.0-20220810203728 arm64 [installed]
sudo apt install nvidia-l4t-kernel-headers/5.10.104-tegra-35.1.0-20220810203728 arm64
sudo apt install 5.10.104-tegra-35.1.0-20220810203728 arm64
sudo apt install 5.10.104-tegra-35.1.0-20220810203728
sudo apt install nvidia-l4t-kernel-headers/stable,now 5.10.104-tegra-35.1.0-20220810203728 arm64

Hi,
It loos like you have installed it. The command is

$ sudo apt install nvidia-l4t-kernel-headers

Or can specify version like:

$ sudo apt install nvidia-l4t-kernel-headers=5.10.104-tegra-35.1.0-20220810203728

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.