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
相关推荐
李景琰20 分钟前
Debian12安装配置Mqtt之EMQX
linux·运维·服务器
SimLine芯见21 分钟前
专为空管环境打造的KVM切换器,满足主备自动化高速无缝切换需求
运维·自动化
不做无法实现的梦~28 分钟前
PX4 机载电脑 Linux 环境安装、串口、网络、ROS 完整配置
linux·运维·网络
嵌入式×边缘AI:打怪升级日志28 分钟前
嵌入式Linux开发(了解交叉编译工具链的组成)
java·linux·运维
IT界的老黄牛31 分钟前
停电后 Redis 集群两节点起不来:fix 完还报 Bad file format?多部分 AOF 修复的正确姿势
运维·redis·缓存
接着奏乐接着舞33 分钟前
3D Tiles tileset.jso 数据格式
运维·服务器·3d
李小白2020020234 分钟前
RK3568 linux6.1 死机
linux·运维·服务器
杨云龙UP1 小时前
Oracle数据库启动失败:ORA-29701、ORA-01565、ORA-17503故障处理记录_20260429
linux·运维·数据库·oracle·centos
Agent产品评测局1 小时前
离散制造业生产流程优化,AI落地实操步骤详解:从传统自动化到企业级智能体的技术范式跃迁
运维·人工智能·ai·自动化
Gary Studio1 小时前
ubuntu 16.04一键换源
linux·运维·ubuntu