I'm presently having an issue with installing AviDemux due to the fact that the following link doesn't work:
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
When I test it manually, I get a "bad request" error kick back at me. As such I can't get the key in order to validate the archive and install AviDemux. I mean, I *could* install it from source, but I'd rather have the automatic updates from the repository downloaded and installed at each update. Since getdeb seems to be having some kind of rather annoying issue, is there a way I can get the key for that so I can install the repository? Any help is appreciated. Thanks.
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
When I test it manually, I get a "bad request" error kick back at me. As such I can't get the key in order to validate the archive and install AviDemux. I mean, I *could* install it from source, but I'd rather have the automatic updates from the repository downloaded and installed at each update. Since getdeb seems to be having some kind of rather annoying issue, is there a way I can get the key for that so I can install the repository? Any help is appreciated. Thanks.
Comment