Tagged Questions
0
votes
0answers
76 views
bypass/ignore the gpg signature checks of apturl? ubuntu 12.0
I have an unsigned local repository, I created the file /etc/apt/apt.conf.d/00nogpg with the content APT :: Get :: AllowUnauthenticated "true";.
Using apt-get install package install normally.
In ...