Hello
I wnant to update my xWiki to the newest version to 16.10. sudo apt install xwiki-tomcat9-mariadb. Then i get the message: xwiki-tomcat9-mariad is already the newest version (16.7.1). Any Idea, why i can’t updated to the version 16.10.0?
Many thanks, regards Raphael
You are not going to find 16.10.0 since it’s not released yet, but you should get 16.9.0. Maybe double-check the log you get during apt update
(is http://maven.xwiki.org
listed, do you have some errors, etc.).
If i run apt update, i don’t have (http://maven.xwiki.org` listed). Could i lost that link after the update from ubuntu 22.04 to 24.04.1?
How can i add tha update path?
When Ubuntu is upgraded, all custom repositories are disabled (technically they are commented in each configuration file in /etc/apt/source.list.d/
). In general, you are supposed to review all the files in /etc/apt/sources.list.d/
, update them (when needed, it’s not the case for the XWiki one) and enable back non-standard ones (you can also use the Software & Updates
application if you have a desktop version of Ubuntu).
The simplest might be to just follow again https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/InstallationViaAPT/#HAPTConfiguration.
Many thanks, it works and i’m on the 16.9.0 version 