-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Suwayomi-Server
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/suwayomiserver.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.
The Debian package for the latest Suwayomi Server release (Suwayomi-Server-v2.0.1727-debian-all.deb), released approximately 5 days ago (around April 17th, 2025), has a declared dependency on openjdk-21-jre.
When attempting to install this package using dpkg -i, the installation fails with the following error:
dpkg: dependency problems prevent configuration of suwayomi-server:
suwayomi-server depends on openjdk-21-jre; however:
Package openjdk-21-jre is not installed.
dpkg: error processing package suwayomi-server (--install):
dependency problems - leaving unconfigured
π Steps to reproduce the issue.
Scenario 1: Clean Installation on a New Debian LXC Container
Create a new, clean Debian LXC container in Proxmox.
Download the latest Suwayomi Server Debian package (Suwayomi-Server-v2.0.1727-debian-all.deb).
Attempt to install it using sudo dpkg -i Suwayomi-Server-v2.0.1727-debian-all.deb.
Observe the dependency error indicating that openjdk-21-jre is not installed, and the installation fails.
Scenario 2: Attempting to Upgrade an Existing Suwayomi Server Installation (Potentially)
Have a Proxmox LXC container with a previous version of Suwayomi Server installed (which was likely running on openjdk-17-jre or similar).
Attempt to upgrade the Suwayomi Server by downloading and installing the new .deb package using sudo dpkg -i Suwayomi-Server-v2.0.1727-debian-all.deb.
Observe the dependency error indicating that openjdk-21-jre is required but not satisfied, potentially halting the upgrade process.
So i got stuck, and used a debian container and i create the server manually using the bundle.
thank you for your help!
β Paste the full error output (if available).
dpkg: dependency problems prevent configuration of suwayomi-server:
suwayomi-server depends on openjdk-21-jre; however:
Package openjdk-21-jre is not installed.
dpkg: error processing package suwayomi-server (--install):
dependency problems - leaving unconfigured
πΌοΈ Additional context (optional).
No response