Hi i've got some instructions i'm trying to follow and i'm stuck on the line:
curl
http://www.tt-solutions.com/vz/key.asc | apt-key add -
All I am getting when i type that command is:
Code:
curl http://www.tt-solutions.com/vz/key.asc | apt-key add -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1328 100 1328 0 0 2563 0 --:--:-- --:--:-- --:--:-- 145k
gpg: no writable keyring found: eof
gpg: error reading `-': general error
gpg: import from `-' failed: general error
The full instructions are here:
Code:
Binaries
* wxGTK Debian and Ubuntu packages for 2.8.6 are available. To use them please add
deb http://apt.tt-solutions.com/debian/ etch main
or
deb http://apt.tt-solutions.com/ubuntu/ dapper main
respectively to your /etc/apt/sources.list file (you can also use edgy or feisty instead of dapper depending on the Ubuntu release you use) and add the public key used for signing wxWidgets packages to the list of keys trusted by apt using the command
curl http://www.tt-solutions.com/vz/key.asc | apt-key add -
and run apt-get update. You can then use apt-cache search --names-only wx\*2.8 command to see the available packages.
Please notice that the packages are currently only available for x86 and amd64 architectures, please let us know if you can help with providing them for the other platforms.