Alacritty: Issue while trying to add new ppa

Created on 13 Jul 2019  路  3Comments  路  Source: alacritty/alacritty

Which operating system does the issue occur on?

Debian 10

While trying to add the new ppa to download alacritty, I got the following error:

sudo add-apt-repository ppa:mmstick76/alacritty
 Repository for Ubuntu that provides standalone Alacritty packages built as part of the CI/CD infrastructure for Pop!_OS. Sources currently originate from https://github.com/pop-os/alacritty
 More info: https://launchpad.net/~mmstick76/+archive/ubuntu/alacritty
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keybox '/tmp/tmpwi5san7s/pubring.gpg' created
gpg: /tmp/tmpwi5san7s/trustdb.gpg: trustdb created
gpg: key 8AC9B4BBBAB4900B: public key "Launchpad PPA for Michael Aaron Murphy" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: no valid OpenPGP data found.
F - not a bug

Most helpful comment

sudo add-apt-repository "deb http://ppa.launchpad.net/mmstick76/alacritty/ubuntu bionic main"
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 5B7FC40A404FAD98548806028AC9B4BBBAB4900B
sudo apt update
sudo apt install alacritty

Tested w/ Debian 10 Buster Stable

All 3 comments

You're running Debian, which does not provide the necessary keys to install packaged signed for Ubuntu. You'll either have to add the key from Ubuntu's keyserver, or build from source.

This is not an Alacritty issue though, but solely lies within your system and trying to install Ubuntu PPAs on Debian. If you need some help, I'll try to answer as best I can (I don't personally use Ubuntu), but alternative channels might be able to help you quicker (like some of the linux IRC channels).

Ah, I see. Understood!

I'll figure it out :)

sudo add-apt-repository "deb http://ppa.launchpad.net/mmstick76/alacritty/ubuntu bionic main"
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 5B7FC40A404FAD98548806028AC9B4BBBAB4900B
sudo apt update
sudo apt install alacritty

Tested w/ Debian 10 Buster Stable

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sersorrel picture sersorrel  路  3Comments

awalgarg picture awalgarg  路  3Comments

Determinant picture Determinant  路  3Comments

nikkon-dev picture nikkon-dev  路  3Comments

dllud picture dllud  路  3Comments