“InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)” when updating package list

这一生的挚爱 提交于 2019-12-03 01:21:32

One way for that is to remove dl.google.com from your software update repositories,

for that, use System Settings -> Software & Update -> Other Software

and uncheck dl.google.com

then run

sudo apt-get update

I could not find a way to keep google in circle because I live in Iran & google refuses service to users in Iran.

Just follow below 3 easy steps, and it works for me:

Step 1: Edit google-chrome.list repo file:

$ sudo nano /etc/apt/sources.list.d/google-chrome.list

Step 2: Comment the "dl.google.com..." line and save the file:

# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

Step 3: Run update again:

$ sudo apt-get update

You can try remove some repositorie, be careful with that repositories to you deletes

sudo rm /etc/apt/sources.lists.d/***.list

and later

sudo apt-get update -y

Sometimes problem is with your ISP service providers. Your IP might be in blacklist. Please check on https://mxtoolbox.com/blacklists.aspx and type in your IP to see the results. If you see your IP as listed, you can click on details and request for delisting your IP

I had the same problem and without a proper knowledge, I re-installed the OS and had the same issue. I fixed this issue by delisting from blacklist.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!