See following upon execution:
apt-get install xwiki-tomcat8-mysql
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
xwiki-tomcat8-mysql : Depends: xwiki-mysql-common (= 13.10.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
A few weeks ago tried upgrading to Tomcat 9, and/or Debian 10 or 11 but had similar issues so I figured I just wait for next LTS release and try it. All attempts via VM clones reverted back to original so no left over failed attempts. Prior to 12.10.10 was 11.10.10 LTS which seem to upgrade fine without issues.
And when I tried xwiki-tomcat9-mysql similar to above except:
The following packages have unmet dependencies:
xwiki-tomcat9-mysql : Depends: xwiki-mysql-common (= 13.10.2) but it is not going to be installed
: Depends: xwiki-tomcat9-common (= 13.10.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Currently running:
Debian 9.12
NGINX 1.18
XWiki 12.10.10 LTS
Tomcat8
mysql-server 5.5.9999+default and mysql-common 5.8+1.0.2
Java 1.8.0_312
Extensions: XWiki Standard Flavor, Tabs Macro, Map Macro, Attachment Gallery Macro, XCarousel, Carousel Macro, and GDPR Cookie Consent (all up to date). Had tried some others but uninstalled them in the past like Matomo Application.
deb http://ftp.us.debian.org/debian/ stretch main
deb-src http://ftp.us.debian.org/debian/ stretch main
deb http://security.debian.org/debian-security / stretch/updates main
deb-src http://security.debian.org/debian-security/ stretch/updates main
deb http://ftp.us.debian.org/debian/ stretch-updates main
deb-src http://ftp.us.debian.org/debian/ stretch-updates main
deb Index of /packages/debian/ stretch nginx
deb-src Index of /packages/debian/ stretch nginx
deb https://maven.xwiki.org lts/
So what am I missing or doing wrong?