当前位置: 首页 > news >正文

基层建设期刊在哪个网站被收录某网站项目策划书

基层建设期刊在哪个网站被收录,某网站项目策划书,泰兴市住房和建设局网站,Wordpress+仿站+工具一、sudo apt-get update命令 在Debian系中#xff0c;Ubuntu是很火的一款开源系统产品。使用sudo apt-get update从我们的更新源中获取并更新系统中软件包的列表信息#xff0c;sudo apt-get update作用如下#xff1a; 更新软件包列表: 将本地软件包列表与远程仓库中的最…一、sudo apt-get update命令 在Debian系中Ubuntu是很火的一款开源系统产品。使用sudo apt-get update从我们的更新源中获取并更新系统中软件包的列表信息sudo apt-get update作用如下 更新软件包列表: 将本地软件包列表与远程仓库中的最新列表同步这样系统就可以了解到所有可用的软件包及其版本信息。 获取最新版本信息: 更新操作会检查每个软件包的最新版本号和依赖关系确保系统中的软件包信息是最新的。 修复软件包索引问题: 有时候软件包索引可能过时或损坏运行 sudo apt-get update 可以修复这些问题使得后续的软件包安装和升级操作能够正常进行。 二、Ubuntu存放源的文件 在Ubuntu中我们使用各种各样的工具和依赖包都需要从更新源获取并下载下来然后安装之后才能使用。传统的更新源文件指定在/ect/apt/目录下传统的更新源文件名称sources.list 更新源的两种格式 1、传统格式/etc/apt/sources.list 2、DEB822 格式/etc/apt/sources.list.d/ubuntu.sources 今天我遇到了这么一个问题我想安装net-tools工具使用传统的ifconfig命令查看ip地址但是工具安装不了问题如下 sudo apt-get install net-tools  //安装net-tools因为更新源被拒绝了需要换个源 Reading package lists... Done Building dependency tree... Done Reading state information... Done The following NEW packages will be installed:   net-tools 0 upgraded, 1 newly installed, 0 to remove and 87 not upgraded. Need to get 204 kB of archives. After this operation, 819 kB of additional disk space will be used. Ign:1 http://cn.archive.ubuntu.com/ubuntu jammy/main amd64 net-tools amd64 1.60git20181103.0eebece-1ubuntu5 Ign:1 http://cn.archive.ubuntu.com/ubuntu jammy/main amd64 net-tools amd64 1.60git20181103.0eebece-1ubuntu5 Ign:1 http://cn.archive.ubuntu.com/ubuntu jammy/main amd64 net-tools amd64 1.60git20181103.0eebece-1ubuntu5 Err:1 http://cn.archive.ubuntu.com/ubuntu jammy/main amd64 net-tools amd64 1.60git20181103.0eebece-1ubuntu5   Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable) Could not connect to cn.archive.ubuntu.com:80 (45.125.0.6). - connect (111: Connection refused) E: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/pool/main/n/net-tools/net-tools_1.60%2bgit20181103.0eebece-1ubuntu5_amd64.deb  Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable) Could not connect to cn.archive.ubuntu.com:80 (45.125.0.6). - connect (111: Connection refused) E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 我想安装原来的Index of /ubuntu/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror这个被拒绝了很麻烦获取不到来自更新源所在仓库的工具和依赖包。没办法要么自己搭建仓库存储各种各样的工具和依赖包。。。要么更换源。我选换源 sudo apt-get update //被拒绝 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease Ign:2 http://cn.archive.ubuntu.com/ubuntu jammy InRelease Ign:3 http://cn.archive.ubuntu.com/ubuntu jammy-updates InRelease Ign:4 http://cn.archive.ubuntu.com/ubuntu jammy-backports InRelease Ign:2 http://cn.archive.ubuntu.com/ubuntu jammy InRelease Ign:3 http://cn.archive.ubuntu.com/ubuntu jammy-updates InRelease Ign:4 http://cn.archive.ubuntu.com/ubuntu jammy-backports InRelease Ign:2 http://cn.archive.ubuntu.com/ubuntu jammy InRelease Ign:3 http://cn.archive.ubuntu.com/ubuntu jammy-updates InRelease Ign:4 http://cn.archive.ubuntu.com/ubuntu jammy-backports InRelease Err:2 http://cn.archive.ubuntu.com/ubuntu jammy InRelease   Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable) Could not connect to cn.archive.ubuntu.com:80 (45.125.0.6). - connect (111: Connection refused) Err:3 http://cn.archive.ubuntu.com/ubuntu jammy-updates InRelease   Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable) Err:4 http://cn.archive.ubuntu.com/ubuntu jammy-backports InRelease   Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable) Reading package lists... Done W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/jammy/InRelease  Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable) Could not connect to cn.archive.ubuntu.com:80 (45.125.0.6). - connect (111: Connection refused) W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease  Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable) W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/jammy-backports/InRelease  Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable) W: Some index files failed to download. They have been ignored, or old ones used instead. 三、更新源 从网上我搜集了国内的三所名牌大学和四个知名企业的Ubuntu源地址家大业大不容易倒闭稳的一批 ubuntu | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror 帮助-北京大学开源镜像站 (pku.edu.cn) 中国科学技术大学Ubuntu - USTC Mirror Help ubuntu镜像_ubuntu下载地址_ubuntu安装教程-阿里巴巴开源镜像站 (aliyun.com) 华为开源镜像站_软件开发服务_华为云 (huaweicloud.com) 腾讯云开源镜像站上线啦! (tencent.com)//腾讯老大哥源更新文档不及时不推荐 Ubuntu官方源Ubuntu | 全球领先的用于个人电脑、平板及手机的操作系统//一般不推荐没办法国内外互联网走不通网卡的一批 这里我直接使用传统格式重新更换了新的清华大学的源ubuntu | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror,直接把源地址中的如下红框截图的部分全部copy到/etc/apt/sources.list文件中把原来的内容全部注释或删除即可。细节一定要有root权限或者sudo获取root权限 四、更新索引 sudo apt-get update,成功更新源 最后我再试试sudo apt-get install net-tools成功安装 ifconfig命令也成功显示了IP地址Over!
http://www.pierceye.com/news/926600/

相关文章:

  • 网站建设:做网站是不是很麻烦
  • 网站开发合同官司python能开发app吗
  • 福建建设厅网站简历表格 个人简历手机版
  • 重庆企业网站定制开发公司重庆城乡建设子网站
  • 网站地图怎么做html公司文化的建设对个人的意义
  • html网站模板免费下载台州网站制作 外贸
  • 有关建筑网站建设方案案例平台网站建设哪家有
  • 网站域名跳转是怎么做的空间一个数据库可以做几个网站
  • asp网站幻灯片不显示微商刚起步怎么找客源
  • 婚恋网站翻译可以做吗科技局网站建设方案
  • 长沙哪里学网站建设德阳做网站的公司
  • 制作短链接网站做抽奖网站违法吗
  • 网站备案每年审吗做网站做推广
  • 网站名称 规则个人网页模板背景
  • 网站制作方案策划简历网站建设咨询有客诚信网站建设咨询
  • 格尔木市住房和城乡建设局网站能看全景的地图软件
  • 一站式网站建设与运营wordpress后台代码修改
  • 企业品牌类网站有哪些做网站建设的公司是什么类型
  • 自己制作的网站怎么做分页2022建站市场
  • 网贷审核网站怎么做wordpress 文章列表页
  • 搬家网站建设公司西安是哪个省市
  • php 网站 整合 数据库智能建站系统个人网站
  • 福田区罗湖区宝安区龙华区seo上首页排名
  • 网站建设业务员提成企业网站 需求
  • 做淘宝客网站 首选霍常亮国外网页设计
  • 天津小型企业网站设计方案网页升级访问每天自动更新 下载
  • 好的学习网站打广告壹搜网站建设优化排名
  • 响应式设计 手机网站手机自己制作app软件
  • 东方头条网站源码杭州正晖建设工程有限公司网站
  • 阿里巴巴网站建设与维护深圳民治网站建设