You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am working on Jetson Orin nano with ubuntu 22.04.
When I type sudo apt update, it seems to work :
sudo apt update
Get:1 file:/var/cuda-tegra-repo-ubuntu2204-12-2-local InRelease [1 572 B]
Get:2 file:/var/cudnn-local-tegra-repo-ubuntu2204-8.9.4.25 InRelease [1 572 B]
Get:1 file:/var/cuda-tegra-repo-ubuntu2204-12-2-local InRelease [1 572 B]
Get:2 file:/var/cudnn-local-tegra-repo-ubuntu2204-8.9.4.25 InRelease [1 572 B]
Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
Hit:6 https://apt.foxglove.dev/studio stable InRelease
Hit:7 https://download.docker.com/linux/ubuntu jammy InRelease
Hit:8 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
Hit:9 https://repo.download.nvidia.com/jetson/common r36.3 InRelease
Get:10 https://packages.microsoft.com/repos/vscode stable InRelease [3 594 B]
Hit:11 http://packages.ros.org/ros2/ubuntu jammy InRelease
Hit:12 https://repo.download.nvidia.com/jetson/t234 r36.3 InRelease
Hit:13 https://repo.download.nvidia.com/jetson/ffmpeg r36.3 InRelease
Err:10 https://packages.microsoft.com/repos/vscode stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
18 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.microsoft.com/repos/vscode stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
W: Failed to fetch https://packages.microsoft.com/repos/vscode/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
W: Some index files failed to download. They have been ignored, or old ones used instead.
But when I run sudo apt upgrade :
sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libavdevice-dev : Depends: libpostproc-dev (= 7:4.4.2-0ubuntu0.22.04.1) but it is not installed
libavfilter-dev : Depends: libpostproc-dev (= 7:4.4.2-0ubuntu0.22.04.1) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So I tried apt --fix-broken install'
sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libavcodec58 libavfilter7 libavformat58 libavutil56 libpostproc55
libssh-gcrypt-4 libswresample3 libswscale5 libva-x11-2 libvdpau1
libwpe-1.0-1 libwpebackend-fdo-1.0-1
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libpostproc-dev
The following NEW packages will be installed:
libpostproc-dev
0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded.
2 not fully installed or removed.
Need to get 0 B/40,1 kB of archives.
After this operation, 130 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 247886 files and directories currently installed.)
Preparing to unpack .../libpostproc-dev_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb ...
Unpacking libpostproc-dev:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/libpostproc-dev_7%3a4.4.2
-0ubuntu0.22.04.1_arm64.deb (--unpack):
trying to overwrite '/usr/include/aarch64-linux-gnu/libpostproc/postprocess.h',
which is also in package ffmpeg 7:4.4.2-nvidia
Errors were encountered while processing:
/var/cache/apt/archives/libpostproc-dev_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried to move libpostproc-dev_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb from archives but it keeps coming back, I also tried to move postprocess.h from libpostproc but it does not work either :
ls /usr/include/aarch64-linux-gnu/libpostproc
version.h
Have you any idea to solve this ?
Thank you !
Guidelines
I have read and understood this category's guidelines before making this post.
Programming HelpProgramming languages, open source, and software development.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Body
Hello,
I am working on Jetson Orin nano with ubuntu 22.04.
When I type sudo apt update, it seems to work :
sudo apt update
Get:1 file:/var/cuda-tegra-repo-ubuntu2204-12-2-local InRelease [1 572 B]
Get:2 file:/var/cudnn-local-tegra-repo-ubuntu2204-8.9.4.25 InRelease [1 572 B]
Get:1 file:/var/cuda-tegra-repo-ubuntu2204-12-2-local InRelease [1 572 B]
Get:2 file:/var/cudnn-local-tegra-repo-ubuntu2204-8.9.4.25 InRelease [1 572 B]
Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
Hit:6 https://apt.foxglove.dev/studio stable InRelease
Hit:7 https://download.docker.com/linux/ubuntu jammy InRelease
Hit:8 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
Hit:9 https://repo.download.nvidia.com/jetson/common r36.3 InRelease
Get:10 https://packages.microsoft.com/repos/vscode stable InRelease [3 594 B]
Hit:11 http://packages.ros.org/ros2/ubuntu jammy InRelease
Hit:12 https://repo.download.nvidia.com/jetson/t234 r36.3 InRelease
Hit:13 https://repo.download.nvidia.com/jetson/ffmpeg r36.3 InRelease
Err:10 https://packages.microsoft.com/repos/vscode stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
18 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.microsoft.com/repos/vscode stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
W: Failed to fetch https://packages.microsoft.com/repos/vscode/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
W: Some index files failed to download. They have been ignored, or old ones used instead.
But when I run sudo apt upgrade :
sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libavdevice-dev : Depends: libpostproc-dev (= 7:4.4.2-0ubuntu0.22.04.1) but it is not installed
libavfilter-dev : Depends: libpostproc-dev (= 7:4.4.2-0ubuntu0.22.04.1) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So I tried apt --fix-broken install'
sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libavcodec58 libavfilter7 libavformat58 libavutil56 libpostproc55
libssh-gcrypt-4 libswresample3 libswscale5 libva-x11-2 libvdpau1
libwpe-1.0-1 libwpebackend-fdo-1.0-1
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libpostproc-dev
The following NEW packages will be installed:
libpostproc-dev
0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded.
2 not fully installed or removed.
Need to get 0 B/40,1 kB of archives.
After this operation, 130 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 247886 files and directories currently installed.)
Preparing to unpack .../libpostproc-dev_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb ...
Unpacking libpostproc-dev:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/libpostproc-dev_7%3a4.4.2
-0ubuntu0.22.04.1_arm64.deb (--unpack):
trying to overwrite '/usr/include/aarch64-linux-gnu/libpostproc/postprocess.h',
which is also in package ffmpeg 7:4.4.2-nvidia
Errors were encountered while processing:
/var/cache/apt/archives/libpostproc-dev_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried to move libpostproc-dev_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb from archives but it keeps coming back, I also tried to move postprocess.h from libpostproc but it does not work either :
ls /usr/include/aarch64-linux-gnu/libpostproc
version.h
Have you any idea to solve this ?
Thank you !
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions