如果您在安装 Rocky Linux 8 / CentOS 8 / RHEL 8 时选择了最小服务器的安装类型,您将只能获得命令行模式。
要获得图形模式,您需要在 Rocky Linux 8 / CentOS 8 / Redhat Enterprise Linux 8 上安装 GNOME 桌面软件包。
读: 使用截图安装 Rocky Linux 8 的分步指南
读: 使用截图安装 CentOS 8 的分步指南
读: 使用截图安装 RHEL 8 的分步指南
本指南将帮助您在最小服务器安装之上在 Rocky Linux 8 / CentOS 8 / RHEL 8 上安装 GNOME GUI。
本文中提到的步骤只有在您有 启用 RHEL 8 订阅 或者 配置本地 yum 存储库 在您的 RHEL 8 系统上。 在 Rocky Linux 8 或 CentOS 8 上,所需的软件包将从公共存储库下载。
首先,列出 Rocky Linux 8 / CentOS 8 / RHEL 8 的可用软件包组。
dnf group list
输出:
Available Environment Groups: Server with GUI Server Workstation Virtualization Host Custom Operating System Installed Environment Groups: Minimal Install Available Groups: Container Management .NET Core Development RPM Development Tools Development Tools Graphical Administration Tools Headless Management Legacy UNIX Compatibility Network Servers Scientific Support Security Tools Smart Card Support System Tools
GNOME 桌面包是“Server with GUI”包组的一部分。
使用 DNF 命令安装 Gnome GUI。
dnf groupinstall "Server with GUI" -y
输出:
. . . . . . Common NetworkManager submodules Printing Client Server product core Standard Transaction Summary ======================================================================================================================================================================== Install 990 Packages Total download size: 872 M Installed size: 2.5 G Downloading Packages: (1/990): PackageKit-command-not-found-1.1.12-6.el8.x86_64.rpm 5.8 kB/s | 26 kB 00:04 (2/990): PackageKit-glib-1.1.12-6.el8.x86_64.rpm 139 kB/s | 139 kB 00:00 (3/990): PackageKit-1.1.12-6.el8.x86_64.rpm 106 kB/s | 598 kB 00:05 . . . . . . yelp-2:3.28.1-3.el8.x86_64 yelp-libs-2:3.28.1-3.el8.x86_64 yelp-tools-3.28.0-3.el8.noarch yelp-xsl-3.28.0-2.el8.noarch zenity-3.28.1-1.el8.x86_64 zip-3.0-23.el8.x86_64 Complete!
运行以下命令以启用 GUI 作为默认运行级别,以便系统启动到图形模式。
systemctl set-default graphical
输出:
Removed /etc/systemd/system/default.target. Created symlink /etc/systemd/system/default.target → /usr/lib/systemd/system/graphical.target.
重新启动系统以启动到图形模式。
reboot
服务器重新启动后,使用您的用户帐户登录。
Rocky Linux 8 登录界面:
CentOS 8 登录画面:
RHEL 8 登录屏幕:
Rocky Linux 8 桌面如下所示:
CentOS 8 桌面将如下所示:
RHEL 8 桌面如下所示:
CentOS 8 系统信息:
RHEL 8 系统信息:
就这样。 您已经在 CentOS 8 / RHEL 8 上成功安装了 GNOME GUI。