Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install package in Raspbian using apt package manager #57

Open
ShashankVM opened this issue Nov 22, 2021 · 1 comment
Open

Comments

@ShashankVM
Copy link

ShashankVM commented Nov 22, 2021

Hi,

The command
curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add - && echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/matrixlabs.list
returns

Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). gpg: no valid OpenPGP data found

This is on the latest version of Raspbian.
See also:

Please fix this issue at the earliest so we can use our Matrix Device. Please also update the documentation.

Regards,
Shashank V M

@ShashankVM ShashankVM changed the title Not able to install package in Raspbian Not able to install package in Raspbian using apt package manager Nov 22, 2021
@Nailik
Copy link

Nailik commented Feb 10, 2022

This issues is also adressed here matrix-org/synapse#1855

Their solution is to use another link
curl https://packages.matrix.org/debian/matrix-org-archive-keyring.asc | sudo apt-key add -

But this ends up in
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B16A1706B2DD19C3

Workaround for this is to open the sources file

sudo nano /etc/apt/sources.list.d/matrixlabs.list
and edit it to:
deb [trusted=yes] https://apt.matrix.one/raspbian buster main

Another thing worth noting is that
matrixio-creator-init seems to be not availablie on bullseye (neither 32 nor 64 bit), only on buster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants