for my debian 12 mxlinux install the podman

my podman is downloaded from github release

  • podman version 5.6.0
  • I don't like apt install podman, it sucks

requirement missing

  1. virtiofsd_1.10.0-1_amd64.deb
  2. gvproxy_0.8.1-3_amd64.deb

the key point is I can not use dpkg -i to install these two package

  • why is that: I remember maybe it mess up with apt install qmenu** stuff
  • ok, extract deb package and manually cp to system installed
bash 复制代码
# extract as data.tar.** and control.*** stuff
ar -x *.deb
# tar extract data.*** stuff
# and find out the program to install
# first check ldd for missing dynamic lib
# and then copy to the system /usr/local/bin
# for example: I copy gvproxy and virtiofsd to /usr/local/bin
# and my podman found them

ready to use podman for mongodb and mysql redis stuff for web dev

bash 复制代码
podman machine init
podman machine start
podman pull m.daocloud.io/docker.io/library/redis
相关推荐
vvw&17 小时前
如何在 Ubuntu 上安装 PostgreSQL
linux·运维·服务器·数据库·ubuntu·postgresql
徒 花17 小时前
Nginx
运维·nginx·云原生
程序猿追17 小时前
异腾910B NPU实战:vLLM模型深度测评与部署指南
运维·服务器·人工智能·机器学习·架构
看我干嘛!18 小时前
GME 和MGRE综合实验
运维·服务器·网络
x_lrong18 小时前
Linux虚拟机配置jupyter环境并在宿主机访问
linux·运维·笔记·jupyter·虚拟机
羚羊角uou18 小时前
【Linux网络】Socket编程TCP-实现Echo Server(上)
linux·运维·服务器
少年已不再年少年轻以化为青年18 小时前
VirtualBox下虚拟机即可访问互联网,又可访问主机
运维·服务器·网络
❥ღ Komo·18 小时前
Elasticsearch单机部署全指南
运维·jenkins
CHN悠远18 小时前
debian13 安装钉钉后,钉钉无法运行问题的解决办法
linux·运维·服务器·钉钉·debian13
祎直向前18 小时前
在Ubuntu中下载gcc
linux·运维·ubuntu