LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-12-2007, 12:30 PM   #1
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Rep: Reputation: 30
Where is Realplayer repo?


What repo has Realplayer?

/etc/apt/sources.list:


# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official amd64 DVD Binary-1 20070407-12:15]/ etch contrib main

# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official amd64 DVD Binary-1 20070407-12:15]/ etch contrib main

# Etch
#deb http://ftp.us.debian.org/debian/ etch main
#deb-src http://ftp.us.debian.org/debian/ etch main

#deb http://security.debian.org/ etch/updates main contrib
#deb-src http://security.debian.org/ etch/updates main contrib

# Testing
deb http://ftp.us.debian.org/debian testing main contrib non-free
deb-src http://ftp.us.debian.org/debian testing main contrib non-free

#Testing Security updates
deb http://security.debian.org/ testing/updates main contrib
deb-src http://security.debian.org/ testing/updates main contrib

# Unstable
deb http://ftp.us.debian.org/debian unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian unstable main contrib non-free

#deb http://ftp.de.debian.org/debian experimental main contrib non-free
#deb-src http://ftp.de.debian.org/debian experimental main contrib non-free

#debian-unofficial repository
deb http://ftp.debian-unofficial.org/debian unstable main contrib non-free restricted

#Christian Marillat Repository various multimedia apps codecs ...
deb http://www.debian-multimedia.org unstable main
deb http://www.debian-multimedia.org testing main

# Beryl
deb http://debian.beryl-project.org/ etch main

# NVIDIA Driver Packages for Debian unstable
# For info see http://people.debian.org/~rdonald/index.php#resp
deb http://people.debian.org/~rdonald/nvidia unstable nvidia-graphics-drivers
deb http://people.debian.org/~rdonald/nvidia unstable nvidia-kernel-common
deb http://people.debian.org/~rdonald/nvidia unstable nvidia-settings
deb http://people.debian.org/~rdonald/nvidia unstable nvidia-xconfig
deb http://people.debian.org/~rdonald/nvidia unstable modules

deb http://getswiftfox.com/builds/debian unstable non-free

Last edited by Red Knuckles; 07-12-2007 at 12:36 PM.
 
Old 07-12-2007, 01:35 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
I don't believe there is a version of it for 64bit installs. Have you tried installing vlc and mplayer between them they play most everything out there. BTW you don't need the rdonald lines in your sources.list anymore the non-free repositories contain up to date nvidia drivers.
 
Old 07-12-2007, 01:37 PM   #3
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
:~$apt-cache policy realplayer
realplayer:
Installed: (none)
Candidate: 10.0.8-0.1
Version table:
10.0.8-0.1 0
990 http://www.debian-multimedia.org sid/main Packages

:~$grep debian-multimedia /etc/apt/sources.list
deb http://www.debian-multimedia.org sid main
 
Old 07-12-2007, 01:46 PM   #4
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
makuyl, why didn't you install it then?
 
Old 07-12-2007, 01:47 PM   #5
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Hmm, let's see if I remember. Oh yeah, it's as annoying in linux as in windows
 
Old 07-12-2007, 01:51 PM   #6
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by makuyl
:~$apt-cache policy realplayer
realplayer:
Installed: (none)
Candidate: 10.0.8-0.1
Version table:
10.0.8-0.1 0
990 http://www.debian-multimedia.org sid/main Packages

:~$grep debian-multimedia /etc/apt/sources.list
deb http://www.debian-multimedia.org sid main

>$ apt-cache policy realplayer
realplayer:
Installed: (none)
Candidate: (none)
Version table:

>$ grep -i multimedia /etc/apt/sources.list
## Various Multimedia Helper Apps Mplayer, Real, w32codecs, etc.. ##
deb http://debian-multimedia.org sid main
#deb http://debian-multimedia.org etch main


So your not using 64bit then ...
 
Old 07-12-2007, 02:02 PM   #7
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by makuyl
:~$apt-cache policy realplayer
realplayer:
Installed: (none)
Candidate: 10.0.8-0.1
Version table:
10.0.8-0.1 0
990 http://www.debian-multimedia.org sid/main Packages

:~$grep debian-multimedia /etc/apt/sources.list
deb http://www.debian-multimedia.org sid main
This is odd. I added that repo and I'm getting:

# apt-cache policy realplayer
realplayer:
Installed: (none)
Candidate: (none)
Version table:
 
Old 07-12-2007, 02:04 PM   #8
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
You have to
apt-get update
when you add a new source
 
Old 07-12-2007, 02:13 PM   #9
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by nx5000
You have to
apt-get update
when you add a new source
I know. I did. That's why it's odd that it isn't showing on my OS which Is Debian AMD 64 testing with some unstable repos as well. Is it possible that there isn't a Realplayer version for Debian AMD 64?
 
Old 07-12-2007, 02:38 PM   #10
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
You'd probably have to run that 32bit app with chrooted 32bit libs or the ia32 suite.
http://www.debian-administration.org/articles/534
 
Old 07-12-2007, 02:41 PM   #11
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Quote:
Originally Posted by HappyTux
>$ apt-cache policy realplayer
realplayer:
Installed: (none)
Candidate: (none)
Version table:

>$ grep -i multimedia /etc/apt/sources.list
## Various Multimedia Helper Apps Mplayer, Real, w32codecs, etc.. ##
deb http://debian-multimedia.org sid main
#deb http://debian-multimedia.org etch main


So your not using 64bit then ...
Nope. Never did the switch even though I went through the trouble of moving this install from a celeron to a amd64
 
Old 07-12-2007, 05:33 PM   #12
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
I think I'll use mplayer, amarok, and vlc. Also I'll chroot a 32 bit Swiftfox from a Linux Mint partition that will have java, flash, and all other plugins I need.
 
Old 07-13-2007, 12:14 AM   #13
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
$ apt-cache policy realplayer
realplayer:
Installed: 10.0.8-0.1
Candidate: 10.0.8-0.1
Version table:
*** 10.0.8-0.1 0
990 http://www.debian-multimedia.org sid/main Packages
100 /var/lib/dpkg/status
 
Old 07-13-2007, 04:42 AM   #14
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
How are people supposed to know its a binary for 64bits?
The realplayer dsc says: all architectures
?
 
Old 07-13-2007, 09:29 AM   #15
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
If memory serves I have Realplayer in Ubuntu and Sabayon. I'll check later.
 
  


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
Realplayer misery - won't uninstall; Realplayer streams trying to play in Kaffeine brianeanna Linux - Desktop 1 02-16-2007 05:01 PM
how to use syanptic in fc 5 and how to add repo and which repo to be added.. vikas04522 Fedora 1 08-26-2006 12:41 PM
how to use syanptic in fc 5 and how to add repo in it and which repo is to be added.. vikas04522 Linux - Software 1 08-26-2006 12:29 PM
Firestarter Repo For 10.1 Red Knuckles SUSE / openSUSE 0 07-02-2006 08:45 PM
adding mirror to yum.repo.d/<any-repo> ashwin_cse Fedora 1 03-10-2005 03:49 PM

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

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