Eccet Download - Debian GNU/Linux
Possible problems
Missing Signature Key
The Eccet software packages are digitally signed. So you can be sure to receive the original, untampered-with software.If you install Eccet for the first time on a given machine, the Signature Key required to check the integrity of the software is not installed there. In that case, you get the following warning:
W: GPG error: http://www.eccet.de ./ |
You may ignore this warning, but this means that updates are not protected by the digital signature.
Thus we recommend that you download the Eccet Debian Archiv Signature Key and add it to your system using
apt-key add debian-signing-key.asc
Re-run apt-get update after that.
Update server unreachable
Receiving error messages while updating the package list might indicate that the update server is not reachable.Please make sure your internet connection is working properly, and no firewall is blocking the connection.
In case you are using a proxy to reach the internet, you may have to do
export http_proxy=http://ProxyName:ProxyPortto tell apt about the proxy.