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
相关推荐
h***673713 小时前
Prometheus(普罗米修斯)----- Nginx监控
运维·nginx·prometheus
颜颜yan_13 小时前
基于CANN多Stream异步执行的智能推理管道:突破传统串行瓶颈
运维·架构·stream·昇腾·cann
陶庵看雪14 小时前
服务器纳管:核心概念与全流程解析
运维·服务器
xuanzdhc14 小时前
Gitgit
java·linux·运维·服务器·c++·git
laocooon52385788614 小时前
win下制作一个简单的Cmake,完成运行效果
linux·运维·服务器
n***840715 小时前
Linux安装RabbitMQ
linux·运维·rabbitmq
Y***890816 小时前
SQL Server 中行转列
运维·服务器
Sinowintop20 小时前
易连EDI-EasyLink SFTP文件传输
运维·服务器·网络·sftp·edi·ftp·国产edi软件
风123456789~1 天前
【Linux专栏】显示或隐藏行号、批量注释
linux·运维·服务器
谢尔登1 天前
简单聊聊webpack摇树的原理
运维·前端·webpack