Greetings,

I am preparing VE for my Mediawiki. However, I failed to install Parsoid as the pre-requisite. My system is Ubuntu 14.04 LTS and MW 1.24.2. Following the guide https://www.mediawiki.org/wiki/Parsoid/Setup, but got these errors:

sudo apt-key advanced --keyserver keys.gnupg.net --recv-keys 5C927F7C
yields
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.hzJuISWZKb --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keys.gnupg.net --recv-keys 5C927F7C
gpg: requesting key 5C927F7C from hkp server keys.gnupg.net
?: keys.gnupg.net: Network is unreachable
gpgkeys: HTTP fetch error 7: couldn't connect: Network is unreachable
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

sudo apt-get update after adding the deb config
yields
W: Failed to fetch http://parsoid.wmflabs.org:8080/deb/dists/wmf-production/InRelease
W: Failed to fetch http://parsoid.wmflabs.org:8080/deb/dists/wmf-production/Release.gpg  Unable to connect to parsoid.wmflabs.org:8080:
W: Some index files failed to download. They have been ignored, or old ones used instead.

sudo apt-get install parsoid
yields
E: Unable to locate package parsoid

So could anyone please help me on this? Thank in advance!

Rgds,
Joe