阿里云安装麒麟V10图形化界面

阿里云安装麒麟V10图形化界面


 

在阿里云购买麒麟镜像的服务器,默认是命令行界面,安装图形化界面可以按照下面的命令进行操作。

我的镜像版本是V10 SP2。

[root@localhost ~]# nkvers
############## Kylin Linux Version #################
Release:
Kylin Linux Advanced Server release V10 (Sword)

Kernel:
4.19.90-24.4.v2101.ky10.x86_64

Build:
Kylin Linux Advanced Server
release V10 (SP2) /(Sword)-x86_64-Build09.02/20210524
#################################################

列出可安装的图形化包组:(“带 UKUI GUI 的服务器”对应英文是“Server with UKUI GUI”)

[root@localhost ~]# yum grouplist
Last metadata expiration check: 2:31:11 ago on Fri 21 Aug 2026 06:37:07 AM CST.
Available Environment Groups:
   Minimal Install
   Server
   File and Print Server
   Basic Web Server
   Virtualization Host
   Server with UKUI GUI
Available Groups:
   Container Management
   Development Tools
   Headless Management
   Legacy UNIX Compatibility
   Scientific Support
   Security Tools
   System Tools
   Smart Card Support

安装图形化包组:

[root@localhost ~]# yum groupinstall -y "Server with UKUI GUI"

设置图形化启动:

[root@localhost ~]# systemctl set-default graphical.target

重启生效:

[root@localhost ~]# reboot

 

posted @ 2026-08-21 09:14  Noleaf  阅读(5)  评论(0)    收藏  举报