Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Xine is painful to install. You, as a newbie, are better off installing from your CD's (most likely, Xine is part of your distribution). Now, mplayer, is just a matter of following the documentation
I have been seeing nothing but difficulties about installing Xine (which I have experienced myself) and Mplayer seems to be another good video file player. But where do you get it? the MplayerHQ links do not work.
I am a newbie (3 days stong and recovering from Windows XPissmeoff) so compiling and building have been scary and so far - unsuccessful.
most distros will have mplayer available on an installation disk or something, which is the install method i would recommend. i'm not sure how fedora works, but you should have a package manager tool somewhere. if that doesn't work, then try right-clicking the link at MplayerHQ and saving it to disk. to install from source, change to the directory you downloaded to, and type
tar -xvzf name-of-package.tar.gz
cd name-of-package
./configure
make
make install
and that should get you up and running. installing from source can be difficult though, and you may very well get dependency problems, which is why i highly recommend using the package manager instead.
however, once you get mplayer installed, one way or the other, there's a standard codecs package you can get from MplayerHQ, and if you go to www.google.com/linux and type in libdvdcss you should be able to find the css codecs too, which will let you play dvd's once you install it.
ryancherry, i think you will find this link quite useful. it describes some things every new fedora user can do. it specifically has sections on getting and using the apt package manager which makes software installation and upgrades painless, and also how to get xine, mplayer and mp3 support for your xmms. i think it's worth a bookmark, personally.
when i run apt-get install xine* I get teh following error:
Code:
The following packages have unmet dependencies:
xine-ui: Depends: libxine1 (>= 1) but it is not installable
Depends: libxine.so.1 but it is not installable
E: Broken packages
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.