LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Where is Realplayer repo? (https://www.linuxquestions.org/questions/debian-26/where-is-realplayer-repo-568797/)

Red Knuckles 07-12-2007 12:30 PM

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

HappyTux 07-12-2007 01:35 PM

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.

makuyl 07-12-2007 01:37 PM

:~$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

nx5000 07-12-2007 01:46 PM

makuyl, why didn't you install it then?
:)

makuyl 07-12-2007 01:47 PM

Hmm, let's see if I remember. Oh yeah, it's as annoying in linux as in windows :)

HappyTux 07-12-2007 01:51 PM

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 ...

Red Knuckles 07-12-2007 02:02 PM

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:

nx5000 07-12-2007 02:04 PM

You have to
apt-get update
when you add a new source

Red Knuckles 07-12-2007 02:13 PM

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?

makuyl 07-12-2007 02:38 PM

You'd probably have to run that 32bit app with chrooted 32bit libs or the ia32 suite.
http://www.debian-administration.org/articles/534

makuyl 07-12-2007 02:41 PM

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 :)

Red Knuckles 07-12-2007 05:33 PM

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.

craigevil 07-13-2007 12:14 AM

$ 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

nx5000 07-13-2007 04:42 AM

How are people supposed to know its a binary for 64bits?
The realplayer dsc says: all architectures
?

Red Knuckles 07-13-2007 09:29 AM

If memory serves I have Realplayer in Ubuntu and Sabayon. I'll check later.


All times are GMT -5. The time now is 02:15 AM.