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
相关推荐
努力努力再努力wz4 小时前
【c++进阶系列】:万字详解AVL树(附源码实现)
java·运维·开发语言·c++·redis
jingfeng5145 小时前
应用层自定义协议与序列化
运维·服务器·网络
egoist20235 小时前
[linux仓库]性能加速的隐形引擎:深度解析Linux文件IO中的缓冲区奥秘
linux·运维·开发语言·缓存·缓冲区
切糕师学AI5 小时前
持续集成和持续交付 (CI/CD) 工具——Jenkins
运维·ci/cd·jenkins
ZYMFZ6 小时前
Linux系统shell脚本(四)
linux·运维·服务器
行思理6 小时前
攻击服务器的方式有哪些,对应的应对策略有哪些?
运维·服务器
工藤新一¹7 小时前
Linux —— 环境变量
linux·运维·服务器·环境变量·c/c++
東雪蓮☆7 小时前
使用Shell脚本实现Linux系统资源监控邮件告警
linux·运维·服务器
Bruce_Liuxiaowei7 小时前
Linux系统提权之计划任务(Cron Jobs)提权
linux·运维·服务器·网络安全·系统安全