Adding key for rncbc OBS repo to Debian Buster problem

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
User avatar
sunrat
Established Member
Posts: 915
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 242 times

Adding key for rncbc OBS repo to Debian Buster problem

Post by sunrat »

I downloaded Release.key from https://download.opensuse.org/repositor ... Debian_10/ and added it:

Code: Select all

# apt-key add Release.key 
OK
apt update shows this message:

Code: Select all

W: GPG error: https://download.opensuse.org/repositories/home:/rncbc/Debian_10  InRelease: The following signatures were invalid: 9130DA61CE2B34A85C62FFE162FECE6C462E2AF2
E: The repository 'https://download.opensuse.org/repositories/home:/rncbc/Debian_10  InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
Release.key is dated today - 25-Jan-2021

Did I do it wrong? I have one other repo from OBS which works fine although I don't recall if I used the same method.
Kott
Established Member
Posts: 818
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 122 times

Re: Adding key for rncbc OBS repo to Debian Buster problem

Post by Kott »

Though I don't use Debian mainly. Download page https://software.opensuse.org/download/ ... me%3Arncbc
says next:

Code: Select all

echo 'deb http://download.opensuse.org/repositories/home:/rncbc/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qtractor
does it work?
User avatar
d.healey
Established Member
Posts: 609
Joined: Fri Sep 22, 2017 8:33 pm
Has thanked: 273 times
Been thanked: 100 times

Re: Adding key for rncbc OBS repo to Debian Buster problem

Post by d.healey »

David Healey
YouTube - Free HISE scripting and sample library dev tutorials
Libre Wave - Freedom respecting instruments and effects.
User avatar
sunrat
Established Member
Posts: 915
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 242 times

Re: Adding key for rncbc OBS repo to Debian Buster problem

Post by sunrat »

Kott wrote: Mon Jan 25, 2021 11:35 am does it work?
Thanks but no cigar. Looks like it created that gpg file correctly but still the same error on apt update.
d.healey wrote: Mon Jan 25, 2021 1:11 pm Just use the appImage - https://sourceforge.net/projects/qtractor/files/
No thanks. That's a hack, not a solution. I avoid containerised apps like the plague.
User avatar
rncbc
Established Member
Posts: 1060
Joined: Mon Apr 19, 2010 12:20 pm
Has thanked: 45 times
Been thanked: 256 times
Contact:

Re: Adding key for rncbc OBS repo to Debian Buster problem

Post by rncbc »

maybe you'll get better results from the launchpad ppa's:
https://launchpad.net/~rncbc/+archive/u ... pps-bionic
https://launchpad.net/~rncbc/+archive/u ... ibs-bionic
eg.

Code: Select all

sudo add-apt-repository ppa:rncbc/apps-bionic
sudo add-apt-repository ppa:rncbc/libs-bionic
after that, iirc. you'll need to tweak the new files that are saved in /etc/apt/sources.list.d and replace the whatever current ubuntu series code-name is (hirsute?) to "bionic" explicitly:

Code: Select all

                                                      vvvvvv
deb http://ppa.launchpad.net/rncbc/apps-bionic/ubuntu bionic main
deb http://ppa.launchpad.net/rncbc/libs-bionic/ubuntu bionic main 
then finally, go:

Code: Select all

sudo apt-get update
sudo apt-get install qtractor
good luck.
cheers
User avatar
sunrat
Established Member
Posts: 915
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 242 times

Re: Adding key for rncbc OBS repo to Debian Buster problem

Post by sunrat »

Thanks Rui. I did have the PPA active previously but when you changed it to separate libs and apps it ceased to work. I tried the OBS before realising that but now have updated sources and PPA is functional once again.
Are the packages in PPA exactly the same as OBS? Do you build on OBS and upload to PPA?

I'm still curious to know why I can't access your OBS repo directly.
User avatar
rncbc
Established Member
Posts: 1060
Joined: Mon Apr 19, 2010 12:20 pm
Has thanked: 45 times
Been thanked: 256 times
Contact:

Re: Adding key for rncbc OBS repo to Debian Buster problem

Post by rncbc »

sunrat wrote: Tue Jan 26, 2021 11:50 pm Are the packages in PPA exactly the same as OBS? Do you build on OBS and upload to PPA?
no. OBS and PPA have distinct build servers, obviously, but the source is exactly the same; in fact it is uploaded to OBS first then sourced from there to launchpad.net.
sunrat wrote: Tue Jan 26, 2021 11:50 pm I'm still curious to know why I can't access your OBS repo directly.
afaict, it's a gpg key auth/trust issue...

byee
Post Reply