(Edit: See
the later post for the solution.)
I'm trying to download libdvdcss package from
http://unofficial.debian-maintainers.org/ and am getting nowhere. This is what I did so far:
Added these lines to my /etc/apt/sources.list file:
I then downloaded the key via:
Then added the key via:
Code:
apt-key add archive-key.asc
Then did the update:
All of that went well, but then when I try to download and install libdvdcss, I get an error:
Code:
yoga:/home/brentg# apt-get install libdvdcss
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libdvdcss is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libdvdcss has no installation candidate
(Edit: See
a later post for a speculation as to why the error message about libdvdcss not being "available" above; I think it is because libdvdcss2 exists, but libdvdcss does not.)
My current /etc/apt/sources.list file reads:
Code:
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
deb http://security.debian.org/ testing/updates main contrib
deb-src http://security.debian.org/ testing/updates main contrib
deb http://security.debian.org testing/updates main
deb http://unofficial.debian-maintainers.org/ lenny/backports main contrib non-free restricted
deb-src http://unofficial.debian-maintainers.org/ lenny/backports main contrib non-free restricted
Yes, I know it must be that I have "testing" and not "lenny" there. Should I be using something other than "lenny", and if so, what matches with "testing" these days?
Thanks,
bg
Edit: I do note that squeeze/testing section on that web page:
Code:
# Unofficial Maintainers (squeeze/testing backports)
# Note: This repository is not yet populated.
deb http://unofficial.debian-maintainers.org/ squeeze/backports main contrib non-free restricted
But it states "not yet populated" so I'm looking for alternatives.
deb-src
http://unofficial.debian-maintainers.org/ squeeze/backports main contrib non-free restricted