Hi All, While adding Scribus repository in Ubuntu 11.10, I've noticed that typing gpg --keyserver wwwkeys.pgp.net --recv-keys EEF818CF gpg --armor --export EEF818CF | sudo apt-key add -
doesn't add any key(This information should be corrected on the site). The correct(working) syntax is the following: NOTE:OBVIOUSLY, YOU HAVE TO CHANGE ''oneiric'' WITH THE CODENAME OF YOUR RELEASE(AS FOLLOWS): -''lucid'' for 10.04 -''maverick'' for 10.10 -''natty'' for 11.04 -''oneiric'' for 11.10 -''precise'' for 12.04 echo deb http://debian.scribus.net/debian/ oneiric main | sudo tee /etc/apt/sources.list echo deb http://debian.tagancha.org/debian/ oneiric main | sudo tee /etc/apt/sources.list gpg --keyserver pgpkeys.mit.edu --recv-key 5BC4CFB8EEF818CF gpg -a --export 5BC4CFB8EEF818CF | sudo apt-key add - sudo apt-get update && sudo apt-get install scribus scribus-ng Regards
