PDA

View Full Version : How to install xserver-xephyr on Fedora?


crazymoonboy
01-05-2009, 12:42 PM
Hi,

To install Maemo SDK, I installed Scratch box and Maemo SDKs on Fedora 10 OS. But, I don't know how to install Xserver-Xephyr on Fedora 10.

Everybody is telling in Internet as below:
$apt-get install xserver-xephyr

But, It doesn't work in Fedora. How Can I Install Xephyr in Fedora 10?

Can anybody help me ?

Thanks in advance.

Regards
Chandra

pronvit
01-05-2009, 01:41 PM
try searching for xephyr at http://rpm.pbone.net ;)

jlu
01-05-2009, 02:12 PM
Instead of apt-get you use yum on Fedora. First search for xephyr package name with

yum search xephyr

and then install (as root) with

yum install packagename

where packagename is the package name found with search (should be seen in the left column of search results)

crazymoonboy
01-06-2009, 01:06 PM
Hi Pronvit,

Your solution is working. Thank you very much.

Regards
Chandra