De acordo com a página man do Debian para apt-get
, você pode use a opção --allow-unauthenticated
da seguinte forma:
apt-get update --allow-unauthenticated
Como a entrada da página de manual para --allow-unauthenticated
explica:
Ignore if packages can't be authenticated and don't prompt about it. This can be useful while working with local repositories, but is a huge security risk if data authenticity isn't ensured in another way by the user itself. The usage of the Trusted option for sources.list(5) entries should usually be preferred over this global override. Configuration Item: APT::Get::AllowUnauthenticated.
E se isso não funcionar, tente executar com --allow-insecure-repositories
da seguinte forma:
apt-get update --allow-insecure-repositories