ผู้เขียน หัวข้อ: Yum Xwindows Help  (อ่าน 4576 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

doramon

  • บุคคลทั่วไป
Yum Xwindows Help
« เมื่อ: ตุลาคม 22, 2007, 17:07:31 PM »
0
Run: Quote:
yum grouplist

and make sure atleast "X Window System" is in the "Installed Groups:" section. If not run:
Quote:
yum groupinstall 'X Window System'

(and likely want "GNOME Desktop Environment", also)

Edit: The display config gui is called "system-config-display"

yum install system-config-display

« แก้ไขครั้งสุดท้าย: ตุลาคม 22, 2007, 17:10:17 PM โดย doraemon(saiyok) »

doramon

  • บุคคลทั่วไป
Re: Yum Xwindows Help
« ตอบกลับ #1 เมื่อ: ตุลาคม 22, 2007, 17:12:55 PM »
0
yum can help with *many* of the "I can't find program xxxxx" issues... For example Quote:
yum search system-config-display
will case insensitive look for the pattern you provided in the package summaries. Another helpful yum option is Quote:
yum provides system-config-display
. This will search for the pattern you provide in *ANY* package file listing that yum can find (eg repos). This can be ALOT if your pattern is common (eg "yum provides png")