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