I am trying a local installation of the juju charms.
Deply charm on machine1
copy deb files from
/var/cache/apt/archive
to/root/test
on machine2Modify the
/etc/apt/sources.list
to/root/test
apt-get update
When I try to deploy the charm on the machine2, I get the following error:
warning: the following packages cannot be authenticated!
I did the search on error and tried few tricks like apt-key update
but it did not work. How to resolve this?