LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-19-2006, 12:01 AM   #16
poweredbydodge
Member
 
Registered: Oct 2006
Location: Buffalo, NY
Distribution: Servers: Scientific Linux 5.x // Desktops: Fedora Core (latest)
Posts: 110

Rep: Reputation: 15

unabia,

the problem that you are having at home...
"Error: Cannot find a valid baseurl for repo: core"
...is because you are not connected to the internet.

without an internet connection yum CANNOT work. yum specifically connects to repositories on the internet to get files.

if you cannot hook up to the internet at home, then you will have to download the needed files, copy them to a disk or cd, and bring them home with you.

as far as compiling, i will walk you through that in part "B" of this post.

these are the files you have to get from the internet...


1)xine-lib-1.1.1-2.0.rh9.rf.i386.rpm
http://dag.wieers.com/packages/xine-...h9.rf.i386.rpm


2) xine-ui-0.99.4.tar.gz
http://superb-west.dl.sourceforge.ne...-0.99.4.tar.gz


step A1
-------
copy xine-lib-1.1.1-2.0.rh9.rf.i386.rpm to your desktop


step A2
------
open a terminal window and navigate to your desktop (usually a simple as typing ~/Desktop)

step A3
------
switch to root by using the " su " command and entering your root password

and then type this command...

chmod 777 xine-lib-1.1.1-2.0.rh9.rf.i386.rpm

step A4
------
install the xine-lib rpm by typing the following command...

rpm -ivh --force xine-lib-1.1.1-2.0.rh9.rf.i386.rpm



step B1
------
ok, so now xine-libs are all installed... lets move on to the gui.

step B2
------
extract xine-ui-0.99.4.tar.gz (with fileroller or archive manager) to your desktop (usually just double clicking on any .tar.gz file will automatically open it up with archive manager)

step B3
-------
open a terminal window and navigate to the xine-ui-0.99.4 folder on your desktop

step B4
-------
switch to root by using the "su" command

step B5
-------
type the command...

./configure

that'll take a while again -- this stuff isn't very quick usually

step B6
-------
as long as you didn't get any errors, then type...

make

step B7
-------
when that's done... type...

make install

step B8
-------

you're done! you should now be able to run xine by simply typing "xine" at the terminal prompt.

Last edited by poweredbydodge; 11-19-2006 at 12:04 AM.
 
Old 11-19-2006, 06:32 AM   #17
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by poweredbydodge
the problem that you are having at home...
"Error: Cannot find a valid baseurl for repo: core"
...is because you are not connected to the internet.
It amazes me how many have posted a problem similar to this, and this is their exact problem. What OS/Program/Game whatever, has ever been able to update w/o connecting to the Internet? It should be common sense, but variations of this question have been posted on several occasions...

IGF
 
Old 11-19-2006, 09:47 AM   #18
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Yes but aren't they all learning? Most of them who try linux find the word 'error' too scary even though they are quite apt in common sense. I think that's fair.
 
Old 11-19-2006, 10:27 AM   #19
glussier
Member
 
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120

Rep: Reputation: 15
Quote:
Originally Posted by shrikant.odugoudar
Yes but aren't they all learning? Most of them who try linux find the word 'error' too scary even though they are quite apt in common sense. I think that's fair.
Nothing amazes me, what makes-it hard to help solving problems are:

1- Most of the time, not enough information is given to properly identify a problem and submit the steps required to solve that problem.

2- People hyjacking threads also make-it hard on helpers, Often, the solution is burried somewhere in a thread and hard to identify by the user who had started the thread.
 
Old 11-22-2006, 10:36 PM   #20
unabia
LQ Newbie
 
Registered: Nov 2006
Posts: 12

Original Poster
Rep: Reputation: 0
Question

Quote:
Originally Posted by poweredbydodge
unabia,

the problem that you are having at home...
"Error: Cannot find a valid baseurl for repo: core"
...is because you are not connected to the internet.

without an internet connection yum CANNOT work. yum specifically connects to repositories on the internet to get files.

if you cannot hook up to the internet at home, then you will have to download the needed files, copy them to a disk or cd, and bring them home with you.

as far as compiling, i will walk you through that in part "B" of this post.

these are the files you have to get from the internet...


1)xine-lib-1.1.1-2.0.rh9.rf.i386.rpm
http://dag.wieers.com/packages/xine-...h9.rf.i386.rpm


2) xine-ui-0.99.4.tar.gz
http://superb-west.dl.sourceforge.ne...-0.99.4.tar.gz


step A1
-------
copy xine-lib-1.1.1-2.0.rh9.rf.i386.rpm to your desktop


step A2
------
open a terminal window and navigate to your desktop (usually a simple as typing ~/Desktop)

step A3
------
switch to root by using the " su " command and entering your root password

and then type this command...

chmod 777 xine-lib-1.1.1-2.0.rh9.rf.i386.rpm

step A4
------
install the xine-lib rpm by typing the following command...

rpm -ivh --force xine-lib-1.1.1-2.0.rh9.rf.i386.rpm



step B1
------
ok, so now xine-libs are all installed... lets move on to the gui.

step B2
------
extract xine-ui-0.99.4.tar.gz (with fileroller or archive manager) to your desktop (usually just double clicking on any .tar.gz file will automatically open it up with archive manager)

step B3
-------
open a terminal window and navigate to the xine-ui-0.99.4 folder on your desktop

step B4
-------
switch to root by using the "su" command

step B5
-------
type the command...

./configure

that'll take a while again -- this stuff isn't very quick usually

step B6
-------
as long as you didn't get any errors, then type...

make

step B7
-------
when that's done... type...

make install

step B8
-------

you're done! you should now be able to run xine by simply typing "xine" at the terminal prompt.


thankx now i can't wait to go home try this out

but the last time i used su it do not do any thing

plz tell me which one i should use KDE or GNOME
GNOME has one terminal
and KDE has so many of them and there is a superuser terminal too

what should i do
 
Old 11-22-2006, 10:57 PM   #21
unabia
LQ Newbie
 
Registered: Nov 2006
Posts: 12

Original Poster
Rep: Reputation: 0
help here

Quote:
Originally Posted by IndyGunFreak
While its good to learn and understand Yum, and Terminal commands, etc. Fedora Frog makes installing several apps very easy(I can only presume Mplayer/Xine are among the players that it will install)...

Another very helpful link, that will literally talk you through installing these programs via Yum...

http://www.fedorafaq.org -Very good Fedora FAQ

http://easylinux.info/wiki/Fedora_frog - Fedora Frog

IGF

hi want to ask u a question if u have ubuntu


i have just started using ubuntu which one of my friend gave me and he told me that all the players are installed in them, i wanted to play DVD on linux and when i installed it did not ask me which programs i want to install.
and after installation i have only GNOME, no KDE and i have no players to play DVD.
now when i went to advance mode of ADD/REMOVE PROGRAMS it showed me all programs and including Xine and MPlayer and when i clicked to install it gave me error of

no permisssion

what do i do

 
Old 11-23-2006, 12:31 AM   #22
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by unabia
hi want to ask u a question if u have ubuntu


i have just started using ubuntu which one of my friend gave me and he told me that all the players are installed in them, i wanted to play DVD on linux and when i installed it did not ask me which programs i want to install.
and after installation i have only GNOME, no KDE and i have no players to play DVD.
now when i went to advance mode of ADD/REMOVE PROGRAMS it showed me all programs and including Xine and MPlayer and when i clicked to install it gave me error of

no permisssion

what do i do

Are you usng Ubuntu 6.06, or 6.10? System/About Ubuntu... but it really doesn't matter, its just wise to post your distro so people know how to help you. First, check your Applications/Sound and Video menu. If you don't have Movie Player, or XINE, then you likely need to install

You can do one of two things... System/Administration/Synaptic Package Manager. Then search for whatever package you want, like "Xine", and install it from there....

If you don't want to do that, there's a very nifty program called "Automatix", that does a lot of things for you, with just one click. It will install many programs, with just one click, including NON Free Codecs(which you'll need to play MP3s and DVD's)....

http://getautomatix.com

This link here will also probably prove very helpful...

http://ubuntuguide.org/wiki/Dapper

Alot of the above, will still apply to Edgy, so if thats your distro, you can still use it as a reference, but some of the installs may not work.

Gnome and KDE, are different versions of Ubuntu. KDE desktop is actually installed with Kubuntu. If you want to install the KDE desktop, alongside your Gnome Desktop.... System/Administration/Synaptic Package Mgr. Click search, and search for "K desktop Environment". The first thingon the list, KDE, is the KDE desktop. Right Click, Mark for installation. Then go to the top and click Apply. It will take about 5-10min, depending on your connection, for the KDE desktop to be downloaded and installed. Once the install is complete, Log out(using System/Quit/Logout), from the Menu, click the Options, Click Choose Session... KDE will now be listed there. Click it, and sign in.... You'll now be in KDE>

IGF
 
  


Reply



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
cant use yum to install xine and mplayer WhiskeyTangoFoxtrot Linux - Newbie 7 11-09-2009 12:53 AM
Mplayer, Xine, Xvideo lag and video problems in FC5 demitri_88 Fedora 2 08-14-2006 10:04 PM
FC5 - Not able to install mplayer athreyavc Linux - General 9 06-17-2006 10:15 AM
RE: Can I install xine or mplayer by just using yum? MunCH Red Hat 2 06-13-2004 08:33 AM
How can I install mplayer, xine and codecs? kjp_72 Linux - Newbie 6 05-27-2004 03:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:59 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