apt-get与yum

Zeng / 2024-03-14 / 原文

由于docke中mysql的容器底层的操作系统是debian
无法使用yum命令
装软件需要用 apt-get

常用操作

apt-get update
apt-get install vim -y