Content
Openproject Updating problem
Added by Franck COLLE almost 2 years ago
Hello,
When updating openproject on Ubuntu 22.04, the following message appears during the apt-get update command :
"
W: https://dl.packager.io/srv/deb/opf/openproject/stable/12/ubuntu/dists/22.04/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
E: Le dépôt « https://dl.packager.io/srv/deb/opf/openproject/stable/12/ubuntu 22.04 InRelease » a modifié sa valeur « Origin » de « » à « https://packager.io/gh/opf/openproject »
E: Le dépôt « https://dl.packager.io/srv/deb/opf/openproject/stable/12/ubuntu 22.04 InRelease » a modifié sa valeur « Label » de « » à « Ubuntu 22.04 packages for opf/openproject »
"
How can I solve this problem ?
Thank you for your help.
Franck
Replies (2)
Hi Franck,
The two last messages you are seeing are expected, due to a change in Origin and Label repository metadata, to better explain what the repository is about. You should allow the change, and/or run
sudo apt-get update --allow-releaseinfo-change
for the update to go through.The first message is due to Ubuntu 22.04 switching to a more secure way of adding repository sources, which is not yet supported by the repository provider. There is ongoing work on this item, the message is for information only.
Please le me know if you need any further help,
Cyril
Hi Cyril,
Thank you for your help. Now, it's works.
Franck