Ubuntu中出现对control.tar.zst未知压缩

Ubuntu中出现对control.tar.zst未知压缩

一,问题

乌班图中,使用终端命令sudo apt-get ****,安装不了软件,报错对control.tar.zst使用未知压缩,进入.dtb目录下,使用dpkg命令也安装不了,也是一样报错。

二,解决方案

查看到这个乌班图版本:16.04.5,官方的源已经停止支持了,换用阿里的源文件

,即将下面镜像添加到etc/apt/souces.list中,将原来的删除或屏蔽即可。

c 复制代码
deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse
相关推荐
qq_2715817919 分钟前
Ubuntu OpenCV C++ 获取MYNT EYE S1030-IR摄像头图像
linux·opencv·ubuntu
1560820721926 分钟前
在Ubuntu20.04下安装iperf3
linux·ubuntu
G311354227344 分钟前
云服务器系统 选择Windows和Linux的理由
linux·服务器·windows
BS_Li1 小时前
【Linux系统编程】调试器-gdb/cgdb
linux·调试器·gdb/cgdb
luoganttcc1 小时前
介绍一下 multiprocessing 的 Manager模块
linux·运维·服务器
阿巴~阿巴~1 小时前
线程互斥:并发编程中的互斥量(Mutex)与RAII风格锁管理机制
linux·线程·pthread·互斥量·线程互斥·线程封装·raii原则
春生野草2 小时前
腾讯云部署gitlab
运维·centos·gitlab
牛奶咖啡132 小时前
Linux中安装部署Hadoop集群的保姆级安装配置教程
linux·hadoop·openjdk21安装配置·openjre21安装配置·hadoop集群安装配置·linux的ssh配置·linux实现免密登录配置
dessler2 小时前
MYSQL-数据库介绍
linux·运维·mysql
Garc3 小时前
linux Debian 12 安装 Docker(手动)
linux·docker·debian