리눅스를 처음 설치 할때 x-window를 체크 하지 않고 나중에 설치를 하려면 보통 cd를 이용하여 업그레이드를 하여 목록에서 x-windows를 설치 하는데 페도라6부터는 업그레이드를 하게 되면, 그냥 라이브러리등이 업그레이드만 됩니다. 그래서 CD가 아닌 yum을 이용하여 x-window를 쉽게 설치 하는 방법을 알아 보도록 하겠습니다. 콘솔창에 yum grouplist 명령어를 입력하면 아래와 같은 설치 가능한 목록이 출력됩니다.

Installed Groups:
   Administration Tools
   Compatibility Arch Support
   Editors
   FTP Server
   Legacy Network Server
   Mail Server
   Server Configuration Tools
   X Window System
Available Groups:
   AptRPM
   Authoring and Publishing
   Compatibility Arch Development Support
   DNS Name Server
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Graphics
   Horde-Apps
   KDE (K Desktop Environment)
   KDE Software Development
   Legacy Software Development
   MySQL Database
   Network Servers
   News Server
   Office/Productivity
   PostgreSQL Database
   Printing Support
   Sound and Video
   System Tools
   Text-based Internet
   Web Server
   Windows File Server
   X Software Development
   XFCE-4.2
   drbd-heartbeat
Done

설치는 간단히 yum groupinstall  "X Window System" 으로 하시면 되고 다른 설치하고자 하는 목록도 이와 똑같이 하시면 됩니다. 즉, yum groupinstall "설치하고자 하는 목록" 으로 하시면 되고  설치 했던 그룹목록의 제거는 yum groupremove "제거하고자하는 목록" 입니다.

*참고로 부팅할때 그래픽 모드로 시작을 하기 위해선 /etc/inittab 파일을 연후 id:3:initdefault: 에서 숫자
3을 5로 변경하면 다음부턴 서버가 재시작을 할때 그래픽모드로 부팅이 됩니다.
Posted by 시스템매니아
,