LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-11-2020, 03:05 AM   #1
Gowtham89
LQ Newbie
 
Registered: Apr 2020
Posts: 3

Rep: Reputation: Disabled
Installing X Window System group in Centos


Hi,

I'm trying to install X Windows system group in linux centos. But I'm getting below error. Can someone check and correct me if I'm wrong?

[root@twatsc-l130 database]# yum groupinstall "X Window System"
Last metadata expiration check: 0:09:01 ago on Sat 11 Apr 2020 02:41:17 AM CDT.
Module or Group 'X Window System' is not available.
Error: Nothing to do.

Below is the output for yum grouplist hidden

[root@twatsc-l130 database]# yum grouplist hidden
Last metadata expiration check: 0:23:15 ago on Sat 11 Apr 2020 02:41:17 AM CDT.
Available Environment Groups:
Server
Workstation
Virtualization Host
Custom Operating System
Installed Environment Groups:
Server with GUI
Minimal Install
Installed Groups:
base-x
Container Management
GNOME Applications
Guest Agents
Guest Desktop Agents
Internet Browser
Legacy X Window System Compatibility
Multimedia
VMware platform specific packages
Printing Client
Core
Fonts
GNOME
Graphical Administration Tools
Hardware Monitoring Utilities
Hardware Support
Headless Management
Common NetworkManager submodules
Server product core
Standard
Available Groups:
Backup Client
Conflicts AppStream
Debugging Tools
Desktop Debugging and Performance Tools
.NET Core Development
FTP Server
Graphics Creation Tools
Input Methods
Internet Applications
Java Platform
Office Suite and Productivity
Atomic Host ostree support
KVM platform specific packages
Hyper-v platform specific packages
Remote Desktop Clients
RPM Development Tools
TeX formatting system
Virtualization Client
Virtualization Hypervisor
Virtualization Platform
Virtualization Tools
Basic Web Server
Additional Development
Anaconda tools
Base
Conflicts BaseOS
Development Tools
Dial-up Networking Support
File and Storage Server
Infiniband Support
Large Systems Performance
Legacy UNIX Compatibility
Mail Server
Mainframe Access
Network File System Client
Network Servers
Networking Tools
Performance Tools
Platform Development
Python Web
Remote Management for Linux
Scientific Support
Security Tools
Smart Card Support
Windows File Server
System Tools
Workstation product core
 
Old 04-11-2020, 04:40 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Which version are you running? Might as well make sure your system is fully updated.

yum update
yum groupinstall "GNOME Desktop"

To have Gnome start at boot run the command
systemctl set-default graphical.target
 
Old 04-11-2020, 05:07 AM   #3
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by Gowtham89 View Post
Module or Group 'X Window System' is not available.
Error: Nothing to do.

Below is the output for yum grouplist hidden

[root@twatsc-l130 database]# yum grouplist hidden
...
Well, obviously there is no group named X Window System.

It says that Server with GUI is already installed, so you should have X installed already. Try systemctl isolate graphical.
 
Old 04-13-2020, 07:51 AM   #4
Gowtham89
LQ Newbie
 
Registered: Apr 2020
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hi,

Thanks for the reply. I have verified with my colleague machine and I could see "X Window System" in installed groups. But when I try to install I'm getting the error which I reported earlier and the group and the env also differs.

I have run the commands which you have mentioned below. I'm running CentOS Linux release 8.1.1911 (Core).

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
Installed Groups:
X Window System
Available Groups:
Additional Development
Anaconda Tools
Backup Client
Backup Server
Base
CentOS Linux Client product core
CentOS Linux ComputeNode product core
CentOS Linux Server product core
CentOS Linux Workstation product core
Common NetworkManager submodules
Compatibility Libraries
Conflicts (Client)
Conflicts (ComputeNode)
Conflicts (Server)
Conflicts (Workstation)
Console Internet Tools
Core
DNS Name Server
Debugging Tools
Desktop Debugging and Performance Tools
Development Tools
Dial-up Networking Support
Directory Client
Directory Server
E-mail Server
Emacs
FTP Server
File and Storage Server
Fonts
GNOME
GNOME Applications
Graphical Administration Tools
Graphics Creation Tools
Guest Agents
Guest Desktop Agents
Hardware Monitoring Utilities
High Availability
Hyper-v platform specific packages
Identity Management Server
Infiniband Support
Input Methods
Internet Applications
Internet Browser
Java Platform
KDE
KDE Applications
KDE Multimedia Support
KVM platform specific packages
Large Systems Performance
Legacy UNIX Compatibility
Legacy X Window System Compatibility
Load Balancer
Mainframe Access
MariaDB Database Client
MariaDB Database Server
Multimedia
Network File System Client
Network Infrastructure Server
Networking Tools
Office Suite and Productivity
PHP Support
Performance Tools
Perl Support
Perl for Web
Platform Development
PostgreSQL Database Client
PostgreSQL Database Server
Print Server
Printing Client
Python
Remote Desktop Clients
Remote Management for Linux
Resilient Storage
Ruby Support
Scientific Support
Security Tools
Smart Card Support
System Administration Tools
System Management
Technical Writing
VMware platform specific packages
Virtualization Client
Virtualization Hypervisor
Virtualization Platform
Virtualization Tools
Web Server
Web Servlet Engine
 
Old 04-13-2020, 09:43 AM   #5
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Could it be that your colleague is running a different Centos version? And/or using different repositories?

This is the start of your colleague's list:
Code:
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
And this is yours:
Code:
Available Environment Groups:
  Server
  Workstation
  Virtualization Host
  Custom Operating System
Installed Environment Groups:
  Server with GUI
  Minimal Install
Do you see how different they are?

Last edited by berndbausch; 04-13-2020 at 09:44 AM.
 
Old 04-13-2020, 09:57 AM   #6
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
Your colleague probably has enabled additional repositories that supply some of the listed groups. The option -v / --verbose when used together with dnf group info will show what repositories the packages in a group are from.

Using the same option with dnf group list will show group IDs in the parentheses after group names. They are locale-agnostic and could be used in dnf group commands instead of group names.
 
Old 04-14-2020, 01:00 AM   #7
Gowtham89
LQ Newbie
 
Registered: Apr 2020
Posts: 3

Original Poster
Rep: Reputation: Disabled
Yes, he is using different version. Now I just want to install xming in my linux machine. When I install it gives me below error.

[root@twatsc-l130 database]# yum install xming
CentOS-8 - AppStream 9.5 kB/s | 4.3 kB 00:00
CentOS-8 - Base 17 kB/s | 3.8 kB 00:00
CentOS-8 - Extras 4.9 kB/s | 1.5 kB 00:00
No match for argument: xming
Error: Unable to find a match: xming

Any idea to get out of this error please?
 
Old 04-14-2020, 01:37 AM   #8
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
Isn't Xming a Windows-only software? On Linux, you just use either X.org X11 or Wayland.

Last edited by shruggy; 04-14-2020 at 01:45 AM.
 
Old 04-14-2020, 01:43 AM   #9
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by Gowtham89 View Post
Error: Unable to find a match: xming

Any idea to get out of this error please?
You can't expect yum to just install any name you give it. You have to give it the correct name. To find the correct name, try yum search WHATEVERSOFTWAREYOUWANTTOINSTALL. If that is not successful, use the internet.

I agree with shruggy that xming is for Windows. Why do you want to install it on the Linux server? Why not yum groupinstall "Server with GUI" or something similar?
 
Old 10-04-2020, 05:16 AM   #10
1300
Member
 
Registered: Nov 2011
Posts: 69

Rep: Reputation: Disabled
yum groupinstall 'X Window System'
 
  


Reply

Tags
dnf, yum



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error in smb sever in centos ext3 errors block bitmap for group 256 not in group (block 33188) GAUTAM singh Linux - Server 2 11-20-2017 06:10 AM
Block bitmap for group 416 not in group (block 0) + group descriptors corrupted? quanta Linux - Server 1 12-08-2010 10:40 AM
x-window-system x-window-system-core gabsik Linux - Software 1 07-04-2006 07:12 AM
group: add complete group into other group max_mad SUSE / openSUSE 1 04-12-2006 01:43 AM
Group Admin, Group Root, or God over Group crickett Linux - General 5 07-12-2004 04:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration