GNU/Linux >> Linux Esercitazione >  >> Cent OS

Come installare la GUI Gnome sul sistema Linux CentOS 7

Se hai eseguito un'installazione minima di CentoOS, puoi sempre installare l'interfaccia utente grafica come parte dei pacchetti di gruppo. Elenchiamo prima tutti i gruppi di pacchetti disponibili sul sistema:

# yum group list
Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
 * base: centos.mirror.crucial.com.au
 * extras: centos.mirror.crucial.com.au
 * updates: centos.mirror.crucial.com.au
Available environment groups:
   Minimal Install
   Compute Node
   Infrastructure Server
   File and Print Server
   Basic Web Server
   Virtualization Host
   Server with GUI
   GNOME Desktop
   KDE Plasma Workspaces
   Development and Creative Workstation
Available Groups:
   Compatibility Libraries
   Console Internet Tools
   Development Tools
   Graphical Administration Tools
   Legacy UNIX Compatibility
   Scientific Support
   Security Tools
   Smart Card Support
   System Administration Tools
   System Management
Done

Da qui possiamo scegliere qualsiasi gruppo di pacchetti che desideriamo installare. Nel nostro caso siamo interessati a Server with GUI o GNOME Desktop . La differenza tra entrambi Server with GUI e GNOME Desktop gruppi di pacchetti è quel Server with GUI insieme alla GUI di GNOME installerà anche alcuni pacchetti server aggiuntivi. Ottieni maggiori informazioni su ciascun gruppo di pacchetti eseguito:

# yum groupinfo "Server with GUI"
AND
# yum groupinfo "GNOME Desktop"

A seconda della tua decisione, ora installa il gruppo di pacchetti selezionato. Es.:

# yum groupinstall 'GNOME Desktop'

Il comando precedente installerà tutti i pacchetti necessari richiesti dalla GUI di Gnome Desktop. Una volta terminata l'installazione, l'ultimo passaggio che resta da fare è cambiare la destinazione del sistema o il runlevel dal runlevel 3 al livello di esecuzione 5 . Ciò garantirà l'avvio diretto della GUI di GNOME:

# systemctl enable graphical.target --force
rm '/etc/systemd/system/default.target'
ln -s '/usr/lib/systemd/system/graphical.target' '/etc/systemd/system/default.target'

Tutto pronto per riavviare il nostro sistema CentoOS:

# reboot

Il tuo CentOS dovrebbe ora avviarsi sulla GUI di GNOME come impostazione predefinita.


Cent OS
  1. Come installare il server DNS su RHEL 8 / CentOS 8 Linux

  2. Come installare o aggiornare a PHP 7 su CentOS 7 Linux Server

  3. Come installare Erlang su Rocky Linux/Alma Linux/CentOS 8

  4. Come installare la GUI di Gnome su CentOS 7

  5. Come installare Gnome su CentOS 8

Come installare la GUI su CentOS 8 / RHEL 8 Server Linux minimo

Come installare Snap Store GUI su CentOS 7 o 8 Linux

Come installare la GUI sul server CLI minimo di CentOS 8

Come installare memcaed su CentOS 8 Linux

Come installare la GUI di KDE Plasma 5 su CentOS 8 Linux

Come installare la GUI di Gnome su CentOS 8