"Debian, Ubuntu" installation not working

I was not able to install the eda following the installation guide in the docs ( Installation Debian, Ubuntu ).

I first added the GPG key in

/usr/local/share/keyrings

and then added the line

deb [signed-by=/usr/local/share/keyrings/horizon-eda-debian.gpg] https://mirror.selfnet.de/horizon-eda/ubuntu-jammy/ jammy main

in

/etc/apt/sources.list

. After that, runnning

sudo apt-get install horizon-eda-upstream

the terminal only returns:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package horizon-eda-upstream

Am I missing something?

One needs to run sudo apt-get update after adding the repository. I just added this to the documentation.

1 Like

It works like a charm now! Thank your for adding it in the documentation