LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-22-2003, 10:48 AM   #1
EuroJovi
Member
 
Registered: Oct 2003
Location: Mobile, AL
Distribution: Debian, Knoppix, Mandrake 9.1, Ubuntu
Posts: 49

Rep: Reputation: 15
apt-get for wmv xine codecs?


I am enjoying Xine, but would also like to have the ability to play wmv files. I noticed on Xine's website, you can download the rpm packages for the codecs, but is there a way to use apt-get to do this? I'm a n00b and would really like to stick with apt-get right now to install things. What would be the package name to install?

Thanks!

Troy
 
Old 11-22-2003, 01:36 PM   #2
londonboi
Member
 
Registered: Jun 2003
Location: London
Distribution: Debian (unstable Branch) 2.6 Kernel
Posts: 71

Rep: Reputation: 15
Codecs

Hello there mate, Well first run a "apt-get update" to make sure your sources are up to date then run "apt-get install w32codecs" and that should install it for you.

Any probs let me know

Also i am running Sid, but should be ok with whatever version you are using
 
Old 11-22-2003, 01:59 PM   #3
EuroJovi
Member
 
Registered: Oct 2003
Location: Mobile, AL
Distribution: Debian, Knoppix, Mandrake 9.1, Ubuntu
Posts: 49

Original Poster
Rep: Reputation: 15
Thanks. I tried it, but it didn't work :

root@mainserver:/home/troy# apt-get install w32codecs
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package w32codecs

Any other ideas?

Troy
 
Old 11-22-2003, 02:06 PM   #4
londonboi
Member
 
Registered: Jun 2003
Location: London
Distribution: Debian (unstable Branch) 2.6 Kernel
Posts: 71

Rep: Reputation: 15
Hi, Just the problems is the sources.list file.. you need to add another apt source.

Now im assuming know how to edit so what you need to do is;

su -
password:

Then type vi /etc/apt/sources.list

then add the line below exactly

deb http://hpisi.nerim.net/ unstable main


dont touch any of the other lines, then save the changes. Now pass the command "apt-get update" then "apt-get install w32codecs"

let me know how you get on.... if you are not sure how to edit this file also let me know and i will help you with that.

Londonboi

Last edited by londonboi; 01-13-2004 at 06:20 AM.
 
Old 11-22-2003, 02:48 PM   #5
EuroJovi
Member
 
Registered: Oct 2003
Location: Mobile, AL
Distribution: Debian, Knoppix, Mandrake 9.1, Ubuntu
Posts: 49

Original Poster
Rep: Reputation: 15
That did it! Thanks a ton!!!!!!!!!

Troy
 
Old 11-22-2003, 03:11 PM   #6
londonboi
Member
 
Registered: Jun 2003
Location: London
Distribution: Debian (unstable Branch) 2.6 Kernel
Posts: 71

Rep: Reputation: 15
Great

Hey great, im glad it worked out for you! Have fun with it, also you may like aviplay, If you listed to internet radio and other MS stuff then aviplay will be what you want. Go one give it a try

Have fun
Londonboi
 
Old 12-16-2003, 02:52 PM   #7
ganninu
Member
 
Registered: Jul 2003
Distribution: RH 7.3/8.0/9.0, Debian Stable 3.0, FreeBSD 5.2, Solaris 8/9/10,HP-UX
Posts: 340

Rep: Reputation: 30
thanks londonboi, I found your solution very useful
 
Old 01-11-2004, 11:36 PM   #8
rodericj
LQ Newbie
 
Registered: Jan 2004
Posts: 9

Rep: Reputation: 0
Hey guys,

This one didn't really work for me. I went to the guy's site who hosts these updates and he says he has a new site. I put that in but its still the same deal.

[root@rodericj public_html]# apt-get update
E: Type 'deb' is not known in on line 10 in source list /etc/apt/sources.list
[root@rodericj public_html]#

Any ideas?

Thanks guys.
 
Old 01-12-2004, 10:37 AM   #9
londonboi
Member
 
Registered: Jun 2003
Location: London
Distribution: Debian (unstable Branch) 2.6 Kernel
Posts: 71

Rep: Reputation: 15
Could you post the contents of your /etc/apt/sources.list file please so i can see what the problem is.

Londonboi
 
Old 01-12-2004, 03:04 PM   #10
Strike
Member
 
Registered: Jun 2001
Location: Houston, TX, USA
Distribution: Debian
Posts: 569

Rep: Reputation: 31
Note that Christian Marillat's repository has moved. Use the following line in your sources.list instead:

Code:
deb http://hpisi.nerim.net/ unstable main
 
Old 01-12-2004, 08:12 PM   #11
rodericj
LQ Newbie
 
Registered: Jan 2004
Posts: 9

Rep: Reputation: 0
# $Id: sources.list,v 1.8 2003/04/16 09:59:58 dude Exp $

# Red Hat Linux 9
rpm http://ayo.freshrpms.net redhat/9/i386 os updates freshrpms
deb http://hpisi.nerim.net unstable main
#rpm-src http://ayo.freshrpms.net redhat/9/i386 os updates freshrpms


The rest is all commented out...So there is nothing else.
Still get the same error...
 
Old 01-12-2004, 08:19 PM   #12
EuroJovi
Member
 
Registered: Oct 2003
Location: Mobile, AL
Distribution: Debian, Knoppix, Mandrake 9.1, Ubuntu
Posts: 49

Original Poster
Rep: Reputation: 15
Ummm....Red Hat??? Are you not running a Debian distro? AFAIK, you have to be running Debian to use apt-get.

Troy
 
Old 01-12-2004, 11:10 PM   #13
rodericj
LQ Newbie
 
Registered: Jan 2004
Posts: 9

Rep: Reputation: 0
I am running Red Hat 9. I didn't know anything about this Debian Distro stuff.

Apparently redhat is not part of this program huh?

I guess I am out of luck.

Then back to the topic here. How do I run avi's from xine?
 
Old 01-13-2004, 06:18 AM   #14
londonboi
Member
 
Registered: Jun 2003
Location: London
Distribution: Debian (unstable Branch) 2.6 Kernel
Posts: 71

Rep: Reputation: 15
Talking

***NOTE*** The Below is only for rpm based distros. if you are running a debian based distro please see above


Ok, Well it has been a while since i have used redhat, I am a Debian man myself, but i had a google around and found this site, which you may find usefull,

http://cambuca.ldhs.cetuc.puc-rio.br/xine/

note that near the bottom of the page are the instuctions and and links to download everything you need, including the Xine player and all plugins I.E. w32codecs which will play nearly all windows formats.

that page also gives you instuctions on how to install the rpms and which ones to download.

Let us know how you get on.
 
Old 01-13-2004, 07:22 AM   #15
Strike
Member
 
Registered: Jun 2001
Location: Houston, TX, USA
Distribution: Debian
Posts: 569

Rep: Reputation: 31
Quote:
Originally posted by rodericj
I am running Red Hat 9. I didn't know anything about this Debian Distro stuff.
Um, you're in the wrong forum then.
 
  


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
DivX.com Codecs and Xine Radicalm16 Linux - Software 3 01-27-2009 06:01 AM
WMV codecs for Xine? drewbysan Debian 2 11-29-2004 07:11 AM
Xine and .wmv Zaxor Linux - Software 11 09-19-2004 06:33 PM
Where do I install wmv codecs for xine?? BajaNick Linux - Software 1 05-12-2004 02:02 AM
Xine Win32 Codecs mooreted Linux - Software 0 06-13-2003 09:15 AM

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

All times are GMT -5. The time now is 06:40 AM.

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