nzbget apt update error message #572

Closed
opened 2026-02-04 19:59:48 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @flatlinebb on GitHub (Mar 2, 2025).

There is a small issue with the nzbget repository link. When running apt update in the container, I get the following message:

Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://nzbgetcom.github.io/deb stable InRelease' doesn't support architecture 'amd64'

The following line in the nzbget-install.sh file needs to be updated:

0ae7f3b445/install/nzbget-install.sh (L34)

To:

echo "deb [arch=all signed-by=/etc/apt/keyrings/nzbgetcom.gpg] https://nzbgetcom.github.io/deb stable main" | sudo tee /etc/apt/sources.list.d/nzbgetcom.list

So that the /etc/apt/sources.list.d/nzbgetcom.list file looks like this:

deb [arch=all signed-by=/etc/apt/keyrings/nzbgetcom.gpg] https://nzbgetcom.github.io/deb stable main

As per the nzbget repo website.

This clears up any apt update warnings.

(I'm sorry if I'm not documenting this correctly, I don't often contribute to other git repos.)

Originally created by @flatlinebb on GitHub (Mar 2, 2025). There is a small issue with the nzbget repository link. When running `apt update` in the container, I get the following message: ``` Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://nzbgetcom.github.io/deb stable InRelease' doesn't support architecture 'amd64' ``` The following line in the nzbget-install.sh file needs to be updated: https://github.com/community-scripts/ProxmoxVE/blob/0ae7f3b4455270f0f24f61d1d2b8949c626a15c8/install/nzbget-install.sh#L34 To: ``` echo "deb [arch=all signed-by=/etc/apt/keyrings/nzbgetcom.gpg] https://nzbgetcom.github.io/deb stable main" | sudo tee /etc/apt/sources.list.d/nzbgetcom.list ``` So that the `/etc/apt/sources.list.d/nzbgetcom.list` file looks like this: ``` deb [arch=all signed-by=/etc/apt/keyrings/nzbgetcom.gpg] https://nzbgetcom.github.io/deb stable main ``` As per the [nzbget repo website](https://nzbgetcom.github.io/#debian-repository). This clears up any `apt update` warnings. (I'm sorry if I'm not documenting this correctly, I don't often contribute to other git repos.)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#572