kurikaesu / userspace-tablet-driver-daemon

Linux device drivers for non-wacom (XP-Pen, Huion, Gaomon) graphics tablets and pen displays
GNU General Public License v3.0
62 stars 16 forks source link

Package openjdk-16-jre is not installed. #71

Open coffseducation opened 1 year ago

coffseducation commented 1 year ago

Hello,

I am trying to install userspace-tablet-driver-utility.deb but am getting a dependency error for openjdk-16-jre. Package openjdk-16-jre is not in the 20.10 repo, so I installed Package openjdk-20-jre. It still gives me the same error. How can I install userspace-tablet-driver-utility.deb and satisfy dependencies? Thanks!

sudo dpkg -i userspace-tablet-driver-utility.deb [sudo] password for anarcho: (Reading database ... 653716 files and directories currently installed.) Preparing to unpack userspace-tablet-driver-utility.deb ... Unpacking xp-pen-userland-util (0.1.0) over (0.1.0) ... dpkg: dependency problems prevent configuration of xp-pen-userland-util: xp-pen-userland-util depends on openjdk-16-jre; however: Package openjdk-16-jre is not installed.

dpkg: error processing package xp-pen-userland-util (--install): dependency problems - leaving unconfigured Errors were encountered while processing: xp-pen-userland-util

Operating System: Kubuntu 22.10 KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.101.0 Qt Version: 5.15.6 Kernel Version: 5.19.0-1015-lowlatency (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-6700 CPU @ 3.40GHz Memory: 31.2 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 530 Manufacturer: Dell Inc. Product Name: Precision 5720 AIO

Tablet: Xp-pen 22E Pro

kurikaesu commented 1 year ago

Please try using OpenJDK 11. I haven't updated the code to work correctly with OpenJDK 14+ so unless someone does the required modification to do so, it will not work.

coffseducation commented 1 year ago

Thanks for the reply!

Kubuntu was on OpenJDK 11 This gave me: xp-pen-userland-util depends on openjdk-16-jre which is why I tried upgrading OpenJDK. 🤷🏻‍♂