Redhat Linux yum组列表和组安装选项不起作用
时间:2020-01-09 10:43:28 来源:igfitidea点击:
我试图使用RHEL v5.x下的yum groupinstall groupname命令按组安装所有默认软件包。
但是,grouplist,groupinstall和groupdelete选项不适用于yum。
如何解决此问题,并确保yum命令可与Redhat Enterprise Linux下的软件组配合使用以提高生产率?
您需要安装一个名为yum-utils的软件包。
它是yum软件包管理器的实用程序和示例的集合。
它包含不同作者的实用程序,这些实用程序使yum更容易使用,功能更强大。
这些工具包括:debuginfo-install,package-cleanup,repoclosure,repodiff,repo-graph,repomanage,repoquery,repo-rss,reposync,repotrack,verifytree,yum-builddep,yum-complete-transaction,yumdownloader,yum-debug-转储和yum-groups-manager。
安装yum-utils
执行以下命令:
# yum install yum-utils
要列出软件组,请执行:
# yum grouplist
输出示例:
Loaded plugins: rhnplugin, security Setting up Group Process Installed Groups: Engineering and Scientific Graphics Network Servers System Tools Available Groups: Administration Tools Authoring and Publishing Development Tools Editors Educational Software FTP Server Fedora Packager GNOME Desktop Environment GNOME Software Development Games and Entertainment Graphical Internet Hardware Support KDE (K Desktop Environment) KDE Software Development Mail Server News Server Office/Productivity Sound and Video Text-based Internet Web Development Web Server Window Managers X Window System Done
要安装Web服务器组,请执行:
# yum groupinstall "Web server"