I am trying to install Atom text editor on my Raspberry Pi 3 B+ with Raspbian as OS.
I would like to install it via a package manager using the following commands (instructions found here):
sudo add-apt-repository ppa:webupd8team/atom
apt-get update
apt-get install atom
The problem is that the add-apt-repository
does not seem to exist on this version of Linux. I searched for it in /bin
and /usr/bin
and it was not there.
My questions:
* Is this normal?
* Is it possible to install the add-apt-repository
command?
* If yes: how can I install it (or where can I find this information)?
* If no: are there any alternatives (i.e. installing a PPA repository in some other way)?
Just now, I'm getting the error "gpg: no valid OpenPGP data found", so it is not just simple installation. Better to avoid it.
– dominikj111 Oct 24 '22 at 09:41