美文网首页
apt-get 文件更新

apt-get 文件更新

作者: 玩er2017 | 来源:发表于2018-09-30 11:37 被阅读0次

apt-get 文件更新

编辑软件源配置文件:

sudo vi /etc/apt/sources.list

直接先把官方源去掉或者前面加#号注释掉,添入以下源:

deb http://mirrors.ustc.edu.cn/raspbian/raspbian/   wheezy main contrib non-free rpi

原始文件为:

deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi

相关文章

  • linux下面的基本命令

    更新命令 apt-get update 安装相对友好的安装文件 apt-get aptitude 更新aptitu...

  • apt-get 文件更新

    apt-get 文件更新 编辑软件源配置文件:sudo vi /etc/apt/sources.list 直接先把...

  • 搭建node环境

    更新系统:sudo apt-get update 安装文件:sudo apt-get install vim op...

  • 树莓派常用命令

    更新并安装软件包: sudo apt-get update && apt-get upgrade -y 删除文件夹...

  • 二、kali更新

    【apt-get install update】 更新 【apt-get dist -upgrade】 安装更新 ...

  • ubuntu安装lnmp(1.nginx)

    更新源列表apt-get update 安装nginxapt-get install nginx 查看安装的文件d...

  • libreoffice

    安装 修改apt镜像源/etc/apt/sources.list 文件 更新软件列表 apt-get update...

  • apt常用命令

    更新 sudo apt-get update 更新源sudo apt-get upgrade 更新已安装的包sud...

  • 通过juypter访问树莓派文件

    更新源 (更新系统)sudo apt-get update首先 进行更新 软件包sudo apt-get upgr...

  • debian9搭建web环境

    apt-get update && apt-get upgrade #更新主机 apt-get install a...

网友评论

      本文标题:apt-get 文件更新

      本文链接:https://www.haomeiwen.com/subject/ycqwoftx.html