LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Where do I get the xorg packages for RHEL/CentOS? (https://www.linuxquestions.org/questions/red-hat-31/where-do-i-get-the-xorg-packages-for-rhel-centos-320875/)

abefroman 05-06-2005 06:11 PM

Where do I get the xorg packages for RHEL/CentOS?
 
Where do I get the xorg packages for RHEL/CentOS?

They arent available with yum:
[root@bubba /]# yum install xorg-x11
Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching xorg-x11
No actions to take

[root@bubba /]# yum install xorg
Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching xorg
No actions to take

freakyg 05-07-2005 01:28 AM

look here.............

http://mirror.linuxquestions.org/pub/distributions/

abefroman 05-07-2005 11:45 AM

I dont see any xorg packages there, am I just missing them?

speel 05-07-2005 12:04 PM

http://mirror.linuxquestions.org/pub.../i386/RPMS.os/

reddazz 05-07-2005 12:55 PM

Maybe you are using thewrong package name thats why you can't find them. Do,
Code:

$yum list | grep -i xorg
All packages containing "xorg" will be listed.

linux-rulz 05-09-2005 06:56 AM

You are using CentOS 3, which is the equivalent of RHEL3. So, naturally, you would be looking for XFree86, not xorg. When this was released, XFree86 hadn't even been forked yet.

reddazz 05-09-2005 06:57 AM

Ah, I should have noticed that. :)


All times are GMT -5. The time now is 06:46 PM.