LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-04-2009, 12:25 AM   #1
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Rep: Reputation: 16
conflicting installed softwae in fedora 10


Hello all, last day i installed fedora 10 in my PC & after installation I go for installing other repositories and installed them to play media files and dvd video, but I can't play any dvd video till now. Every time it search for some xvid.codec and then displayed that nothing found.

then I tried to find out if in updtae software there is any.(Actually since installation a message coming security updtaes available). So I thought may be I 'd try this. But after sometime a message dispalyed
"Conflicting with local files"
and in details:
Test Transaction Errors: file /usr/include/kde4/plasma/abstractrunner.h from install of kdelibs-devel-6:4.2.0-15.fc10.i386 conflicts with file from package kdebase-workspace-devel-4.1.2-14.fc10.i386
file /usr/include/kde4/plasma/animationdriver.h from install of kdelibs-devel-6:4.2.0-15.fc10.i386 conflicts with file from package kdebase-workspace-devel-4.1.2-14.fc10.i386

I don't know how does this happen, may be when I was downloading some repositories and checking
rpm -Uvh http://livna-dl.reloumirrors.net/fed...9-2.noarch.rpm
then I think some duplicate files installed.

Now can anybody tell me how to remove those files and how to run media files smoothly?

Thank you!

Last edited by deb1bhu; 03-04-2009 at 12:26 AM.
 
Old 03-04-2009, 12:47 PM   #2
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
If you are using the livna (now RPMFusion) repository, some files will not be 100% compatible with the official ones, since it contains some packages that are similar in function but are not the same. Therefore, your best bet is to remove what you have and start over. To better understand the entire process, check out the guide located here.
http://www.fedorafaq.org/
It should walk you through the details to the point that you can get things running well.
 
Old 03-04-2009, 01:05 PM   #3
pitbull7270
LQ Newbie
 
Registered: Feb 2009
Posts: 11

Rep: Reputation: 0
I would remove the livna repository if it is installed and only install the rpmfusion repository. Instructions can be found here:
http://rpmfusion.org/Configuration, there is instructions for command line and non-command line.
 
Old 03-04-2009, 02:36 PM   #4
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by pitbull7270 View Post
I would remove the livna repository if it is installed and only install the rpmfusion repository. Instructions can be found here:
http://rpmfusion.org/Configuration, there is instructions for command line and non-command line.
how to remove livna repo and in that sire there are so many things but nothin is in clear version 'd you have a better things to share!!!PLZ
 
Old 03-04-2009, 02:57 PM   #5
pitbull7270
LQ Newbie
 
Registered: Feb 2009
Posts: 11

Rep: Reputation: 0
To remove the livna rpm run rpm -qa | grep livna, if the livna rpm is installed then rpm -e livna.

As far as installing the rpmfusion repository if you are running Fedora 8, 9, or 10 run this command as root:
rpm -Uvh http://download1.rpmfusion.org/free/...ble.noarch.rpm http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
 
Old 03-04-2009, 10:20 PM   #6
T74marcell
Member
 
Registered: Mar 2009
Posts: 102

Rep: Reputation: 18
Repository packages tend to have "-release" in their name. To remove the existing livna repository you have to run 'rpm -e livna-release'.

Run 'rpm -qi livna-release' first to see if it is installed at all.

----------
T74marcell

Arch Linux

Last edited by T74marcell; 03-14-2009 at 01:49 AM.
 
Old 03-05-2009, 12:26 AM   #7
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Original Poster
Rep: Reputation: 16
it is not working

I was trying to do what all you have told me to do, atfirstt I run yum clean all, then I run the software updte again but this time too the "local file conflicting message" displayed
Then I run the following now can you say what to do,
But one thing that if I run yum clean all then I run software update it downloads a lot of repositories by itself (everytime it download a file it shows it names there). But here my concern is I don't have any livna repo. so how to configure it now to update all the files.
<details:>
[power@localhost ~]$ su
Password:
[root@localhost power]# rpm -qa | grep livna
livna-release-1-1.noarch
[root@localhost power]# rpm -e livna
error: package livna is not installed
[root@localhost power]# rpm -e livna-release-1.1.noarch]
error: package livna-release-1.1.noarch] is not installed
[root@localhost power]# rpm -qa | grep livna
livna-release-1-1.noarch
[root@localhost power]# rpm -e livna-release
[root@localhost power]# rpm -qi livna-release
package livna-release is not installed
[root@localhost power]#
 
Old 03-05-2009, 03:40 AM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,673

Rep: Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657
Do not use RPM to install or remove packages unless you must
USE yum to install and remove packages
-- Warning do not uninstall livna --
you will need it to install libdvdcss

example:
Code:
-su 
yum remove livna-release*
and fallow this how to to get movie dvd's working

http://www.mjmwired.net/resources/mjm-fedora-f10.html
http://www.mjmwired.net/resources/mj...l#mediaplayers
and install vlc
if you fallow the above how to then DO NOT uninstall the livna-release
 
Old 03-05-2009, 01:05 PM   #9
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by John VV View Post
Do not use RPM to install or remove packages unless you must
USE yum to install and remove packages
-- Warning do not uninstall livna --
you will need it to install libdvdcss

example:
Code:
-su 
yum remove livna-release*
and fallow this how to to get movie dvd's working

http://www.mjmwired.net/resources/mjm-fedora-f10.html
http://www.mjmwired.net/resources/mj...l#mediaplayers
and install vlc
if you fallow the above how to then DO NOT uninstall the livna-release
you told me to follow the link but if I try
rpm --import /etc/pki/rpm-gpg/* then an error message displayed
import failed.
now hoe to do. Also all of you are telling that
yum remove package name

will solve it but it is not. I have upgraded media codecs using yum but later I try to upgrade the security packages, then conflicting with local files message displayed.

Now can anyone tell me how to do?
 
Old 03-05-2009, 01:16 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,673

Rep: Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657
before we get into what is below can you post the output of
Code:
yum repolist all
there may be a conflicting repo installed

from
Quote:
I go for installing other repositories and installed them to play media files
the above will tell us WHAT YOU INSTALLED


also i was in a hurry earler and did not add one of the most easiest ways to install everything you will need
see Dangermouses " autoten"
http://www.dnmouse.org/autoten.html
or the harder to fallow
http://www.dnmouse.org/codecs.html

in the link i posted yesterday
Did you install the rpmfusion repo
http://www.mjmwired.net/resources/mj...a-f10.html#yum
 
Old 03-05-2009, 01:23 PM   #11
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by John VV View Post
before we get into what is below can you post the output of
Code:
yum repolist all
there may be a conflicting repo installed

from
the above will tell us WHAT YOU INSTALLED


also i was in a hurry earler and did not add one of the most easiest ways to install everything you will need
see Dangermouses " autoten"
http://www.dnmouse.org/autoten.html
or the harder to fallow
http://www.dnmouse.org/codecs.html

in the link i posted yesterday
Did you install the rpmfusion repo
http://www.mjmwired.net/resources/mj...a-f10.html#yum

here is what you ask for the first time.
I am giving you rest outcome. plz wait


[root@localhost power]# yum repolist all
Loaded plugins: refresh-packagekit
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled: 17
fedora Fedora 10 - i386 enabled: 11,416
fedora-debuginfo Fedora 10 - i386 - Debug disabled
fedora-source Fedora 10 - Source disabled
rawhide Fedora - Rawhide - Developmental package disabled
rawhide-debuginfo Fedora - Rawhide - Debug disabled
rawhide-source Fedora - Rawhide - Source disabled
rpmfusion-free RPM Fusion for Fedora 10 - Free enabled: 324
rpmfusion-free-debug RPM Fusion for Fedora 10 - Free - Debug disabled
rpmfusion-free-rawhi RPM Fusion for Fedora Rawhide - Free disabled
rpmfusion-free-rawhi RPM Fusion for Fedora Rawhide - Free - D disabled
rpmfusion-free-rawhi RPM Fusion for Fedora Rawhide - Free - S disabled
rpmfusion-free-sourc RPM Fusion for Fedora 10 - Free - Source disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Update enabled: 572
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Update disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Update disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Test U disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Test U disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Test U disabled
rpmfusion-nonfree RPM Fusion for Fedora 10 - Nonfree enabled: 142
rpmfusion-nonfree-de RPM Fusion for Fedora 10 - Nonfree - Deb disabled
rpmfusion-nonfree-ra RPM Fusion for Fedora Rawhide - Nonfree disabled
rpmfusion-nonfree-ra RPM Fusion for Fedora Rawhide - Nonfree disabled
rpmfusion-nonfree-ra RPM Fusion for Fedora Rawhide - Nonfree disabled
rpmfusion-nonfree-so RPM Fusion for Fedora 10 - Nonfree - Sou disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Upd enabled: 391
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Upd disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Upd disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Tes disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Tes disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Tes disabled
updates Fedora 10 - i386 - Updates enabled: 3,922
updates-debuginfo Fedora 10 - i386 - Updates - Debug disabled
updates-source Fedora 10 - Updates Source disabled
updates-testing Fedora 10 - i386 - Test Updates disabled
updates-testing-debu Fedora 10 - i386 - Test Updates Debug disabled
updates-testing-sour Fedora 10 - Test Updates Source disabled
repolist: 16,784
[root@localhost power]#
 
Old 03-05-2009, 01:32 PM   #12
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by John VV View Post
before we get into what is below can you post the output of
Code:
yum repolist all
there may be a conflicting repo installed

from
the above will tell us WHAT YOU INSTALLED


also i was in a hurry earler and did not add one of the most easiest ways to install everything you will need
see Dangermouses " autoten"
http://www.dnmouse.org/autoten.html
or the harder to fallow
http://www.dnmouse.org/codecs.html

in the link i posted yesterday
Did you install the rpmfusion repo
http://www.mjmwired.net/resources/mj...a-f10.html#yum
thanks for you other software , I have not installed other well but I will.
Yes I tried to installed that but it said import failed.

here is the details

[root@localhost power]# rpm --import /etc/pki/rpm-gpg/*
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-10-primary: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ia64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-primary: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-10-primary: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-i386: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ia64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ppc: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ppc64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-primary: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-x86_64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora: import failed.
[root@localhost power]#

now what to do can you tell me please!
 
Old 03-05-2009, 01:45 PM   #13
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Original Poster
Rep: Reputation: 16
here I also want to tell you that most of the time when local file conflicting message displayed the details is mostly these type of error and you can see that problem lies somewhere in kde.....
I don't know much about how to remove it but you probably know it. Here I have given you the details of what the mssage were. May be you can sorted out what to do next.

......................................................................
Test Transaction Errors: file /usr/lib/libkscreensaver.so from install of kdebase-workspace-devel-4.2.0-8.fc10.i386 conflicts with file from package kdelibs3-devel-3.5.10-1.fc10.i386
file /usr/lib/kde4/plugins/marble/CompassFloatItem.so conflicts between attempted installs of kdeedu-libs-4.1.2-2.fc10.i386 and kdeedu-marble-4.2.0-7.fc10.i386
file /usr/lib/kde4/plugins/marble/MapScaleFloatItem.so conflicts between attempted installs of kdeedu-libs-4.1.2-2.fc10.i386 and kdeedu-marble-4.2.0-7.fc10.i386

Test Transaction Errors: file /usr/lib/libkscreensaver.so from install of kdebase-workspace-devel-4.2.0-8.fc10.i386 conflicts with file from package kdelibs3-devel-3.5.10-1.fc10.i386
file /usr/lib/kde4/plugins/marble/CompassFloatItem.so conflicts between attempted installs of kdeedu-libs-4.1.2-2.fc10.i386 and kdeedu-marble-4.2.0-7.fc10.i386


Test Transaction Errors: file /usr/share/kde4/apps/desktoptheme/default/colors from install of kdebase-runtime-4.2.0-7.fc10.i386 conflicts with file from package kdebase-workspace-4.1.2-14.fc10.i386
file /usr/share/kde4/apps/desktoptheme/default/metadata.desktop from install of kdebase-runtime-4.2.0-7.fc10.i386 conflicts with file from package kdebase-workspace-4.1.2-14.fc10.i386
file /usr/share/kde4/apps/ksmserver/windowmanagers/compiz-custom.desktop from install of kdebase-runtime-4.2.0-7.fc10.i386 conflicts with file from package kdebase-workspace-4.1.2-14.fc10.i386

Thanking you!
 
Old 03-05-2009, 02:06 PM   #14
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,673

Rep: Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657Reputation: 2657
ok lets start at the beginning
you have there repos turned on
----
adobe-linux
fedora Fedora 10
rpmfusion-free
rpmfusion-free-updates
rpmfusion-nonfree
rpmfusion-nonfree-updates
-------
ok in the first how to mjm uses " sudo" ( this must be set up first -- not setup by default) i don't use it
you do have rpmfusion installed
from doing this
Code:
su -
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
now to get the rpm gpg key
Code:
su -
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*
but you are saying that "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*" fails
try reinstalling the rpmfusion repos

Code:
 
su - 
rpm -e rpmfusion-nonfree-release
rpm -e rpmfusion-free-release

rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*
yum update rpmfusion*
now the best way to watch a dvd is to use VLC ( can be wathced in mplayer but there will be NO DVD menu )
for ease you might want to use " autoten" from DangerMouse
--- or do this --

Code:
su -
yum install vlc
now you WILL need libdvdcss
Code:
su -
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna

yum install libdvdcss
there is a SELinux error in the ffmpeg
so also run
Code:
su -
chcon -t textrel_shlib_t '/usr/lib/sse2/libpostproc.so.51.2.0'
chcon -t textrel_shlib_t '/usr/lib/sse2/libswscale.so.0.6.1'
also some VEYR helpful code to have installed for dvd play back is ( libdvdread ,libdvdnav )
Code:
su -
yum install libdvdread libdvdnav
 
Old 03-05-2009, 10:16 PM   #15
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Original Poster
Rep: Reputation: 16
[power@localhost ~]$ su
Password:
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
Preparing... ########################################### [100%]
package rpmfusion-free-release-10-1.noarch (which is newer than rpmfusion-free-release-8-6.noarch) is already installed
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Preparing... ########################################### [100%]
package rpmfusion-nonfree-release-10-1.noarch (which is newer than rpmfusion-nonfree-release-8-6.noarch) is already installed
[root@localhost power]#

[root@localhost power]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora: import failed.
[root@localhost power]# rpm -e rpmfusion-nonfree-release
warning: /etc/yum.repos.d/rpmfusion-nonfree.repo saved as /etc/yum.repos.d/rpmfusion-nonfree.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-nonfree-updates.repo saved as /etc/yum.repos.d/rpmfusion-nonfree-updates.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-nonfree-updates-testing.repo saved as /etc/yum.repos.d/rpmfusion-nonfree-updates-testing.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-nonfree-rawhide.repo saved as /etc/yum.repos.d/rpmfusion-nonfree-rawhide.repo.rpmsave
[root@localhost power]# rpm -e rpmfusion-free-release
warning: /etc/yum.repos.d/rpmfusion-free.repo saved as /etc/yum.repos.d/rpmfusion-free.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-free-updates.repo saved as /etc/yum.repos.d/rpmfusion-free-updates.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-free-updates-testing.repo saved as /etc/yum.repos.d/rpmfusion-free-updates-testing.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-free-rawhide.repo saved as /etc/yum.repos.d/rpmfusion-free-rawhide.repo.rpmsave
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
Preparing... ########################################### [100%]
1:rpmfusion-free-release ########################################### [100%]
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Preparing... ########################################### [100%]
1:rpmfusion-nonfree-relea########################################### [100%]


[root@localhost power]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-livna: import failed.


I did what you told me to do. Also in the first time I did the same thing I know what sudo means but I prefer to do by su
then type root passwd and then go for s/w installation in this way every time typing sudo is reduced. In the details what I provided you can see that import failed every time it asking for a ket file. I don't know what to do another thing is I have installed vlc & it is running smoothly. Thank you!!!

But the real problem (security updates) is still there.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can Fedora 7 be installed if you only have DSL and Win98 installed? rtoney5 Fedora 4 10-28-2007 12:13 AM
I am having problems with conflicting interrups whenever I installed a second NIC whited Linux - Hardware 2 05-22-2005 10:20 PM
conflicting files mab_123 Linux - Software 2 01-30-2005 03:43 AM
Conflicting packages apokryphos Linux - Software 3 10-02-2004 04:20 AM
Installed Fedora, which installed Grub - how to boot to Knoppix? squall14716 Linux - General 3 03-15-2004 04:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration