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

【ubuntu】安装ZIP

【ubuntu】安装ZIP
输入如下命令安装zip
$ sudo apt-get install zip


输出信息如下:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  unzip
The following NEW packages will be installed:
  unzip zip
0 upgraded, 2 newly installed, 0 to remove and 13 not upgraded.
Need to get 168 kB/335 kB of archives.
After this operation, 1205 kB of additional disk space will be used.
Do you want to continue? [Y/n]


输入: y,按下回车键。报错如下😱😱😱:
Ign:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1
Err:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1
  404  Not Found [IP: ]
E: Failed to fetch https://mirrors.tuna.tsinghua.edu.cn/ubuntu/pool/main/u/unzip/unzip_6.0-21ubuntu1.1_amd64.deb  404  Not Found 
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
解决方法👇🏻👇🏻👇🏻:
输入如下命令.
$ apt update
$ sudo apt-get install zip


成功啦!!!

🎉🎉🎉🎉🎉🎉

http://www.lryc.cn/news/67796.html

相关文章:

  • DiffDock源码解析
  • 1099 Build A Binary Search Tree(超详细注解+38行代码)
  • [刷题]贪心入门
  • 项目集战略一致性
  • Linux学习 Day3
  • 前端开发推荐vscode安装什么插件?
  • 如何打造完整的客户服务体系?
  • 裸奔时代,隐私何处寻?
  • 从期望最大化(EM)到变分自编码器(VAE)
  • 【数学杂记】表达式中的 s.t. 是什么意思
  • flink watermark介绍及watermark的窗口触发机制
  • Spring Cloud: 云原生微服务实践
  • 存bean和取bean
  • 39. 组合总和
  • 100行以内Python能做那些事
  • Android 电源键事件流程分析
  • 游戏搬砖简述-1
  • 多线程基础总结
  • 视频理解AI模型分类与汇总
  • 【Linux】多线程 --- 线程同步与互斥+生产消费模型
  • 17.模型的定义
  • golang 记录交叉编译sqlite的报错信息 go build -ldflags
  • ChatGPT AI使用成本
  • 腾讯云与中电金信发布联合核心方案
  • 老胡的周刊(第090期)
  • 2023-数仓常见问题以及解决方案
  • 没关系,前端还死不了
  • OpenSSL-基于IP或域名生成自签名证书脚本
  • 如何在C#中创建和使用自定义异常
  • 通过systemctl管理服务