There were no issues before, but today I started my computer and I removed the unstable OIBAF graphics drivers and tried to add stable OIBAF graphics PPA. I left for about 15 minutes and when I came back the terminal was stuck at the initial command without any output. It looked like this:
I thought this was an internet issue, but it wasn't. Then I canceled adding the PPA and tried to install it again but had the same issue (the apt-add-repository
command does works but takes a lot of time to show any output. Everything was fine before --it took less than a minute to complete-- but now it takes more than 15 minutes).
I've also tried adding different PPAs but had the same issue.
My kernel version is 4.20.0
I've also built a kernel installed and removed but then there was no ppa related issue.
EDIT: There's more delay when I cancel the command with CTRL+C
traceroute
from me to launchpad (8 hops), but in comments that's a painful experience. – Charles Green Jan 17 '19 at 19:00sudo add-apt-repository -r ppa:<ppa to remove>
or edit/etc/apt/sources.list.d
.You have to find repositoriy with missing keys though. Also you can add missing keys, follow this answer https://askubuntu.com/a/141088/898816 – knoftrix Apr 06 '20 at 17:12apt update
there should be some warnings likeW: GPG error: <repository>
– knoftrix Apr 07 '20 at 15:32