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 ****;

    执行成功。

  • 相关阅读:
    Matlab---绘制柱状图
    认识Caffe与Caffe2
    Matlab---绘图及其位置摆放
    Matlab---三维视图的自动旋转
    Matlab---读取 .txt文件
    Matlab---画图线型、符号及颜色
    day 28 黏包及黏包解决方案
    day 27
    day 26 网络知识 01
    day 25 模块与包
  • 原文地址:https://www.cnblogs.com/jsdy/p/12539957.html
Copyright © 2011-2022 走看看