Skip to content

Suwayomi Server Install/Update BugΒ #3983

@Louisthexv

Description

@Louisthexv

βœ… 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions