View Issue Details

IDProjectCategoryView StatusLast Update
0005919SOGoDocumentationpublic2024-02-13 08:29
ReporterChristian Mack Assigned Tosebastien  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
OSDebianOS Version12 Bookworm 
Summary0005919: Adding Debian 12 Bookworm to FAQ on website
Description

On the website there are 2 FAQ Entries about "How to install SOGo on Debian?" and "How to install nightly SOGo versions on Debian?".
They both lack the current stable version Debian 12 Bookworm.
That is a problem, because adding a repo and espacially adding the key for that repo has changed.
Therefore you will get an warning message on every apt update:
W: https://packages.sogo.nu/release/5/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

Please add Debian 12 Bookworm in those FAQs

Steps To Reproduce

For successfully adding the alinto sogo repo in Debian 12 Bookworm you have to:
1) sudo echo "deb [ arch=amd64 signed-by=/etc/apt/keyrings/sogo.asc ] https://packages.sogo.nu/release/5/debian/ bookworm bookworm" >/etc/apt/sources.list.d/sogo-alinto.list

2) wget -O- "https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9"|sudo tee /etc/apt/keyrings/sogo.asc
(The other resource "http://pgp.mit.edu/pks/lookup?op=get&search=0xCB2D3A2AA0030E2C" didn't work for me since a long time ago!)

3) sudo apt update

TagsNo tags attached.

Activities

sebastien

sebastien

2024-02-12 09:40

administrator   ~0017578

Hi Christian,

Thank you for your feedback, the FAQ has been updated.

Sebastien

Issue History

Date Modified Username Field Change
2024-02-07 12:45 Christian Mack New Issue
2024-02-07 12:46 Christian Mack Steps to Reproduce Updated
2024-02-12 08:26 sebastien Assigned To => sebastien
2024-02-12 08:26 sebastien Status new => assigned
2024-02-12 09:40 sebastien Note Added: 0017578
2024-02-12 09:41 sebastien Status assigned => new
2024-02-12 09:41 sebastien Status new => feedback
2024-02-13 08:29 sebastien Status feedback => resolved
2024-02-13 08:29 sebastien Resolution open => fixed