登录社区云,与社区用户共同成长
邀请您加入社区
该用户还未填写简介
暂无可提供的服务
dnf group list --hidden#列出所有软件组包括隐藏的组。# dnf list all#列出所有软件。# dnf list installed#列出已经安装的软件。# dnf list available#列出可以安装的软件。# dnf install gcc -y#安装软件。