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
相关推荐
Yyyy4822 小时前
Ubuntu安装Jenkis
linux·运维·ubuntu
克莱斯勒ya2 小时前
服务器硬件配置
运维·服务器
GTgiantech2 小时前
精准成本控制与单向通信优化:1X9、SFP单收/单发光模块专业解析
运维·网络
tzhou644522 小时前
Docker容器技术指南
运维·docker·容器
zhuzewennamoamtf2 小时前
Linux SPI设备驱动
android·linux·运维
春日见2 小时前
在虚拟机上面无法正启动机械臂的控制launch文件
linux·运维·服务器·人工智能·驱动开发·ubuntu
松涛和鸣3 小时前
Linux Makefile : From Basic Syntax to Multi-File Project Compilation
linux·运维·服务器·前端·windows·哈希算法
LF3_4 小时前
配置ssh免密登录
运维·ssh
再睡一夏就好4 小时前
深入Linux线程:从轻量级进程到双TCB架构
linux·运维·服务器·c++·学习·架构·线程
小小药4 小时前
09-vmware配置虚机连接互联网-nat模式
linux·运维·centos