You are not logged in.
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
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!
edit: Also, welcome to BunsenLabs! Don't forget to introduce yourself!
Last edited by eightysixed (2024-12-09 16:53:54)
Offline
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
Take a look at this -
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 dirmngrReading package lists... Done
Building dependency tree... Done
Reading state information... Donedirmngr 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: 1eightysixed@bigdev:~$
-----
sudo mkdir -p /root/.gnupg
Fixes the issue
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
Thanks, making the directory fixed it for me too.
Offline
Welcome!
You might want to add a "[SOLVED]" tag to the thread title.
Last edited by eightysixed (2024-12-09 16:33:19)
Offline
Welcome!
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.
"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
Done, though I think you can edit that yourself and append [solved] to the beginning of the title.
I can't edit other people's posts/thread titles, I'm not a mod
Offline
Döbbie03 wrote:Done, though I think you can edit that yourself and append [solved] to the beginning of the title.
I can't edit other people's posts/thread titles, I'm not a mod
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