zoukankan      html  css  js  c++  java
  • ubuntu 16.04版本出现安装或者更新软件时网址链接error的问题

    Get:1 http://mirrors.sohu.com/ubuntu xenial InRelease [8 B]
    Err:1 http://mirrors.sohu.com/ubuntu xenial InRelease
      Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
    Get:2 http://mirrors.sohu.com/ubuntu xenial-updates InRelease [8 B]
    Err:2 http://mirrors.sohu.com/ubuntu xenial-updates InRelease
      Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
    Get:3 http://mirrors.sohu.com/ubuntu xenial-backports InRelease [8 B]
    Err:3 http://mirrors.sohu.com/ubuntu xenial-backports InRelease
      Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
    Get:4 http://mirrors.sohu.com/ubuntu xenial-security InRelease [8 B]
    Err:4 http://mirrors.sohu.com/ubuntu xenial-security InRelease
      Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
    Fetched 32 B in 0s (156 B/s) 
    Reading package lists... Done
    E: Failed to fetch http://mirrors.sohu.com/ubuntu/dists/xenial/InRelease  Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
    E: Failed to fetch http://mirrors.sohu.com/ubuntu/dists/xenial-updates/InRelease  Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
    E: Failed to fetch http://mirrors.sohu.com/ubuntu/dists/xenial-backports/InRelease  Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
    E: Failed to fetch http://mirrors.sohu.com/ubuntu/dists/xenial-security/InRelease  Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
    E: Some index files failed to download. They have been ignored, or old ones used instead.

    解决方法如下:

    1. 打开系统设置,双击软件与更新;

      

    2. 修改Download from为Main Server ,然后点击关闭,弹出密码输入框,输入密码后确定弹出提示框,选择reload按钮。

    3. 返回命令窗口,执行命令:sudo apt-get update或者sudo apt-get install ****;

    执行成功。

  • 相关阅读:
    下载及爬取网页内容
    对于for循环的理解
    记录安装fiddle出现的问题
    Django
    12种可以参考的思路关于代码能干什么
    “字符文本中字符太多”错误及解决方法
    jQuery参考:jquery中的$(document).ready()与window.onload的区别
    页面定时刷新功能实现
    HTML:关于位置的几个概念
    Lambda表达式
  • 原文地址:https://www.cnblogs.com/jsdy/p/12539957.html
Copyright © 2011-2022 走看看