You are not logged in.

#1 2024-12-09 15:20:30

unabatedshagie
New Member
Registered: 2024-12-09
Posts: 3

[solved] Having trouble trying to add a repo for Bruno

I'm trying to follow these instructions to add a repo so that I can install Bruno on my system.

debian.usebruno.com

When I try to run the second command I'm getting the following:

gpg: failed to create temporary file '/root/.gnupg/.#lk0x000055d23f3635c0.vbox.13010': No such file or directory
gpg: connecting dirmngr at '/root/.gnupg/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr

Not sure how to proceed.

Offline

#2 2024-12-09 15:35:15

eightysixed
Member
From: USA
Registered: 2024-11-24
Posts: 58

Re: [solved] Having trouble trying to add a repo for Bruno

Something tells me 'dirmngr' isn't installed. Try running the following in terminal:

sudo apt install dirmngr

Give that a shot, and re-try whatever you were trying to accomplish and let us know! smile

edit: Also, welcome to BunsenLabs! Don't forget to introduce yourself! smile

Last edited by eightysixed (2024-12-09 16:53:54)

Offline

#3 2024-12-09 15:49:28

unabatedshagie
New Member
Registered: 2024-12-09
Posts: 3

Re: [solved] Having trouble trying to add a repo for Bruno

Thanks for the welcome, unfortunately that didn't seem to help.

These are the commands I'm trying to run:

sudo mkdir -p /etc/apt/keyrings 

sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/bruno.gpg --keyserver keyserver.ubuntu.com --recv-keys 9FA6017ECABE0266 

echo "deb [signed-by=/etc/apt/keyrings/bruno.gpg] http://debian.usebruno.com/ bruno stable" | sudo tee /etc/apt/sources.list.d/bruno.list


sudo apt update

sudo apt install bruno

Running the sudo gpg command is failing.

Offline

#4 2024-12-09 16:13:31

eightysixed
Member
From: USA
Registered: 2024-11-24
Posts: 58

Re: [solved] Having trouble trying to add a repo for Bruno

Take a look at this smile -

eightysixed@bigdev:~$ sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/bruno.gpg --keyserver keyserver.ubuntu.com --recv-keys {REMOVED_KEY}

gpg:  failed to create temporary file '/root/.gnupg/.#lk0x00005628d93face0.bigdev.655': No such file or directory

gpg: connecting dirmngr at '/root/.gnupg/S.dirmngr' failed: No such file or directory

gpg: keyserver receive failed: No dirmngr
eightysixed@bigdev:~$ sudo apt install dirmngr

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

dirmngr is already the newest version (2.2.40-1.1).

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

eightysixed@bigdev:~$ sudo mkdir -p /root/.gnupg

eightysixed@bigdev:~$ sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/bruno.gpg --keyserver keyserver.ubuntu.com --recv-keys {REMOVED_KEY}
gpg: WARNING: unsafe permissions on homedir '/root/.gnupg'

gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 9FA6017ECABE0266: public key "{REDACTED}" imported
gpg: Total number processed: 1
gpg:               imported: 1

eightysixed@bigdev:~$

-----

sudo mkdir -p /root/.gnupg

Fixes the issue smile

edit: You can install locally using $HOME with 'sudo gpg --homedir "$HOME" blah blah' but just make sure all your paths are correctly set with everything else.

Last edited by eightysixed (2024-12-09 16:30:57)

Offline

#5 2024-12-09 16:30:41

unabatedshagie
New Member
Registered: 2024-12-09
Posts: 3

Re: [solved] Having trouble trying to add a repo for Bruno

Thanks, making the directory fixed it for me too.

Offline

#6 2024-12-09 16:31:29

eightysixed
Member
From: USA
Registered: 2024-11-24
Posts: 58

Re: [solved] Having trouble trying to add a repo for Bruno

Welcome! smile

You might want to add a "[SOLVED]" tag to the thread title.

Last edited by eightysixed (2024-12-09 16:33:19)

Offline

#7 2024-12-10 04:17:49

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,870

Re: [solved] Having trouble trying to add a repo for Bruno

eightysixed wrote:

Welcome! smile

You might want to add a "[SOLVED]" tag to the thread title.

Done, though I think you can edit that yourself and append [solved] to the beginning of the title. smile


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#8 2024-12-27 17:30:09

eightysixed
Member
From: USA
Registered: 2024-11-24
Posts: 58

Re: [solved] Having trouble trying to add a repo for Bruno

Döbbie03 wrote:

Done, though I think you can edit that yourself and append [solved] to the beginning of the title. smile

I can't edit other people's posts/thread titles, I'm not a mod smile

Offline

#9 2024-12-27 17:58:23

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,870

Re: [solved] Having trouble trying to add a repo for Bruno

eightysixed wrote:
Döbbie03 wrote:

Done, though I think you can edit that yourself and append [solved] to the beginning of the title. smile

I can't edit other people's posts/thread titles, I'm not a mod smile

Ha! Yep, sorry, I quoted the wrong person.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

Board footer

Powered by FluxBB