Karakeep install fails while installing dependencies #1432

Closed
opened 2026-02-05 00:47:34 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Alexxcrak on GitHub (Aug 10, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Karakeep

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/karakeep.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Running karakeep lxc install script with default settings exits with error while installing dependencies: chromium and chromium-common

🔄 Steps to reproduce the issue.

Simply run the script on the host shell, and after updating the container's OS the script exits with error.

Paste the full error output (if available).

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package chromium is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  chromium-shell chromium-sandbox chromium-common chromium-bsu

Package chromium-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Release 'stable' for 'chromium' was not found
E: Release 'stable' for 'chromium-common' was not found

[ERROR] in line 17: exit code 0: while executing command $STD apt-get install -y build-essential git ca-certificates chromium/stable chromium-common/stable graphicsmagick ghostscript

[ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

Host is running PVE 9 with debian trixe, but i don't think that maters.
Possible fix, remove stable release tags from the apt-get install command in the script.

msg_info "Installing Dependencies"
$STD apt-get install -y \
  build-essential \
  git \
  ca-certificates \
  chromium/stable \
  chromium-common/stable \
  graphicsmagick \
  ghostscript
msg_ok "Installed Dependencies"
Originally created by @Alexxcrak on GitHub (Aug 10, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Karakeep ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/karakeep.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Running karakeep lxc install script with default settings exits with error while installing dependencies: chromium and chromium-common ### 🔄 Steps to reproduce the issue. Simply run the script on the host shell, and after updating the container's OS the script exits with error. ### ❌ Paste the full error output (if available). ``` Reading package lists... Done Building dependency tree... Done Reading state information... Done Package chromium is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: chromium-shell chromium-sandbox chromium-common chromium-bsu Package chromium-common is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Release 'stable' for 'chromium' was not found E: Release 'stable' for 'chromium-common' was not found [ERROR] in line 17: exit code 0: while executing command $STD apt-get install -y build-essential git ca-certificates chromium/stable chromium-common/stable graphicsmagick ghostscript [ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/${var_install}.sh)" ``` ### 🖼️ Additional context (optional). Host is running PVE 9 with debian trixe, but i don't think that maters. Possible fix, remove stable release tags from the apt-get install command in the script. ``` msg_info "Installing Dependencies" $STD apt-get install -y \ build-essential \ git \ ca-certificates \ chromium/stable \ chromium-common/stable \ graphicsmagick \ ghostscript msg_ok "Installed Dependencies" ```
OVERLORD added the bug label 2026-02-05 00:47:34 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 10, 2025):

@vhsdream can you check this in next days?

@MickLesk commented on GitHub (Aug 10, 2025): @vhsdream can you check this in next days?
Author
Owner

@vhsdream commented on GitHub (Aug 10, 2025):

@Alexxcrak the fact you're on PVE 9 is the reason; thanks for letting us know that. Edit: nah you're right (LXC is still Bookworm), it's just that finally the Chromium package changed.

@MickLesk I'll have a fix tomorrow.

@vhsdream commented on GitHub (Aug 10, 2025): @Alexxcrak the fact you're on PVE 9 is the reason; thanks for letting us know that. Edit: nah you're right (LXC is still Bookworm), it's just that finally the Chromium package changed. @MickLesk I'll have a fix tomorrow.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1432