13

I am trying to install Seamonkey.

I am using the method shown here.

Why isn't Mozilla SeaMonkey available in the repositories? How can I install it?

When I try to do the key command, my connection times out.

andy@7:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
Executing: /tmp/apt-key-gpghome.mMHsuyF3KI/gpg.1.sh --recv-keys --keyserver keyserver.ubuntu.com C1289A29
gpg: keyserver receive failed: Connection timed out

2/20/19 I just found out that

The repository 'http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all Release' is not signed.

How can I get it signed?

fixit7
  • 3,399

2 Answers2

17

It looks like firewall blocking port 11371 which is used by gpg. Force it to use port 80 to get gpg key.

sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 C1289A29

Alternate Command

gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C1289A29 
KK Patel
  • 19,753
0

I got Seamonkey installed. :-)

I found the debian package here.

https://sourceforge.net/projects/ubuntuzilla/files/mozilla/apt/pool/main/s/seamonkey-mozilla-build/ 1

Not sure it will check for updates.

fixit7
  • 3,399