Results 1 to 4 of 4
Hi,
Plase tell me a way to find out the version of xfree86 version that i am currently using. And also how to upgrade it to xfree version 4.* if ...
- 08-17-2003 #1Just Joined!
- Join Date
- Aug 2003
- Location
- No315,galle road,mount lavinia,sri lanka
- Posts
- 2
xfree86 version
Hi,
Plase tell me a way to find out the version of xfree86 version that i am currently using. And also how to upgrade it to xfree version 4.* if i am using an older version.
Thanks,
Chamal.
- 08-17-2003 #2Linux User
- Join Date
- Feb 2003
- Location
- Norway, Asker
- Posts
- 267
just download the source, and type "make World && make install && make install.man"Code:X -version
I think that was correct, it might not be because I havent done it in a long time now.[/code]
- 08-17-2003 #3Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
if ur usign any rpm compatible distro (redhat/mdk/etc) type
go rpm.pbone.net and click advanced, select only ur distro's tickboxes, ftp search and then type in xfreeCode:rpm -qa|grep xfree
- 08-17-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Actually, that should be like this:
That is because some distros spell the xfree86 package names with uppercase XF, which will not be found without -i, which does a case insensitive search.Code:rpm -qa | grep -i xfree


Reply With Quote
