Hi I´m installing a brand new Koha in a new Ubuntu 22.4 machine and after adding the Koha sources with: wget -qO - https://debian.koha-community.org/koha/gpg.asc | sudo gpg --dearmor -o /usr/share/keyrings/koha-keyring.gpg W: https://debian.koha-community.org/koha/dists/24.05/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. This is what I have in Koha source file: sudo more /etc/apt/sources.list.d/koha.list deb https://debian.koha-community.org/koha 24.05 main There is nothing in: ls -l /etc/apt/keyrings/ total 0 but ls -l /usr/share/keyrings/ total 44 -rw-r--r-- 1 root root 43889 Aug 27 18:06 koha-keyring.gpg Should I change/update something? or can I continue with the install? Alvaro |----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé 7 Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. q Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire
Hi Alvaro. This is not my area of expertise, and hopefully others more knowledgeable can comment, but I think you need to add the Koha Community key first. See https://wiki.koha-community.org/wiki/Koha_on_Debian#Setting_up_package_sourc... I think the instructions need updating, which I will happily do based on any comments made on this mailing list thread about the correct way to set up the package sources. David Nind New Zealand
Hola Alvaro On 8/27/24 17:29, Alvaro Cornejo wrote:
Hi
I´m installing a brand new Koha in a new Ubuntu 22.4 machine and after adding the Koha sources with:
wget -qO -https://debian.koha-community.org/koha/gpg.asc | sudo gpg --dearmor -o /usr/share/keyrings/koha-keyring.gpg
W:https://debian.koha-community.org/koha/dists/24.05/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
This is what I have in Koha source file: sudo more /etc/apt/sources.list.d/koha.list debhttps://debian.koha-community.org/koha 24.05 main
Change this to: deb [signed-by=/usr/share/keyrings/koha-keyring.gpg] http://debian.koha-community.org/koha 24.05 main The "signed-by=" part tells apt which gpg keys are used to verify your koha packages.
There is nothing in: ls -l /etc/apt/keyrings/ total 0 but ls -l /usr/share/keyrings/ total 44 -rw-r--r-- 1 root root 43889 Aug 27 18:06 koha-keyring.gpg
Should I change/update something? or can I continue with the install?
Alvaro
|----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé 7 Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. q Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire _______________________________________________
Koha mailing listhttp://koha-community.org Koha@lists.katipo.co.nz Unsubscribe:https://lists.katipo.co.nz/mailman/listinfo/koha
-- Hector Gonzalez cacho@genac.org
Hi Héctor, Your modification worked. Thanks! Alvaro |----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire Le mar. 27 août 2024 à 21:21, Hector Gonzalez Jaime <cacho@genac.org> a écrit :
Hola Alvaro
On 8/27/24 17:29, Alvaro Cornejo wrote:
Hi
I´m installing a brand new Koha in a new Ubuntu 22.4 machine and after adding the Koha sources with:
wget -qO -https://debian.koha-community.org/koha/gpg.asc | sudo gpg --dearmor -o /usr/share/keyrings/koha-keyring.gpg
W:https://debian.koha-community.org/koha/dists/24.05/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
This is what I have in Koha source file: sudo more /etc/apt/sources.list.d/koha.list debhttps://debian.koha-community.org/koha 24.05 main
Change this to:
deb [signed-by=/usr/share/keyrings/koha-keyring.gpg] http://debian.koha-community.org/koha 24.05 main
The "signed-by=" part tells apt which gpg keys are used to verify your koha packages.
There is nothing in: ls -l /etc/apt/keyrings/ total 0 but ls -l /usr/share/keyrings/ total 44 -rw-r--r-- 1 root root 43889 Aug 27 18:06 koha-keyring.gpg
Should I change/update something? or can I continue with the install?
Alvaro
|----------------------------------------------------------------------------------------|
Stay safe / Cuídate/ Reste sécurisé 7 Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. q Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire _______________________________________________
Koha mailing listhttp://koha-community.org Koha@lists.katipo.co.nz Unsubscribe:https://lists.katipo.co.nz/mailman/listinfo/koha
-- Hector Gonzalez cacho@genac.org _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Alvaro Cornejo -
David Nind -
Hector Gonzalez Jaime