[Repository/Mirror] deepin软件源无法安装 podman
Tofloor
poster avatar
185******66
deepin
2022-04-30 06:52
Author

根据 podman.io 的官方文档,debain系列系统是通过

sudo apt-get install -y podman 安装

但是deepin 20.5上无法安装。

截图_选择区域_20220429224919.png

Reply Favorite View the author
All Replies
捕风
deepin
2022-04-30 09:02
#1

那就安装docker吧,差不多,都一样,

Reply View the author
新手小白
deepin
2022-04-30 18:23
#2
It has been deleted!
185******66
deepin
2022-04-30 19:10
#3
新手小白 It has been deleted!
正在排序... 完成
全文搜索... 完成  
resource-agents/未知 1:4.2.0-2+deb10u2+rebuild amd64
  Cluster Resource Agents

就是这样 然后就没有了

Reply View the author
185******66
deepin
2022-04-30 19:11
#4
捕风

那就安装docker吧,差不多,都一样,

主要是不喜欢docker,实在没办法就自能用docker了 ╮(╯▽╰)╭

Reply View the author
捕风
deepin
2022-04-30 19:42
#5
185******66

主要是不喜欢docker,实在没办法就自能用docker了 ╮(╯▽╰)╭

一个鸟样,有啥区别。

Reply View the author
185******66
deepin
2022-05-01 00:37
#6
捕风

一个鸟样,有啥区别。

我发现 docker也没办法安装 囧

求大神教一下

Reply View the author
捕风
deepin
2022-05-01 06:33
#7
185******66

我发现 docker也没办法安装 囧

求大神教一下

【腾讯文档】deepin系统下的docker安装
https://docs.qq.com/doc/DSGJVc3RpYW5NS1lS

Reply View the author
188******08
deepin
2022-07-26 02:39
#8

deepin 20.6 安装podman, 亲测可用

1、增加podman源

echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -L "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/Release.key" | sudo apt-key add -

2、更新包libseccomp2到2.5.4-1版本

下载http://mirrors.ustc.edu.cn/debian/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b1_amd64.deb

下载完后双执行 libseccomp2_2.5.4-1+b1_amd64.deb

3、执行以下命令安装podman

sudo apt-get update
sudo apt-get -y install podman
Reply View the author