Add Vyatta4People.Org package repository:
configure
set system package repository vyatta4people url http://packages.vyatta4people.org/debian
set system package repository vyatta4people distribution experimental
set system package repository vyatta4people components main
commit
save
exit
sudo apt-get update
Vyatta 6.2-6.5: Add Debian “squeeze” package repository:
configure
set system package repository squeeze url http://ftp.de.debian.org/debian
set system package repository squeeze distribution squeeze
set system package repository squeeze components main
commit
save
exit
sudo apt-get update
Vyatta4People.Org


Could you also make 64bit binaries available in your repository ?
vyatta@rtr-1:~$ sudo apt-get update
gives:
Err http://packages.vyatta4people.org experimental/main amd64 Packages 404 Not Found
W: Failed to fetch http://packages.vyatta4people.org/debian/dists/experimental/main/binary-amd64/Packages.gz 404 Not Found
Thanks!
Hi!
Done.
Actually all my software runs on all platforms,
but for convenience I’ve provided symbolic links.
After running update command, I got this error:
W: GPG error: http://ftp.de.debian.org lenny Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA
W: You may want to run apt-get update to correct these problems
I fixed with:
gpg –keyserver pgpkeys.mit.edu –recv-key AED4B06F473041FA
gpg -a –export AED4B06F473041FA | sudo apt-key add -
sudo apt-get update
Gracies per la seva resposta, Joan!
Have not spotted that problem… I believe it has some temporary nature.
Would also recommend you to use http://ftp.es.debian.org for any Spanish/Catalan locations.
Anyway thanks!