LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   help with /etc/apt/sources.list please (https://www.linuxquestions.org/questions/linux-software-2/help-with-etc-apt-sources-list-please-239097/)

Lleb_KCir 10-05-2004 01:15 PM

help with /etc/apt/sources.list please
 
Code:

########################## /etc/apt/sources.list
 ##################
 # Security updates
 deb http://security.debian.org/ stable/updates main
 contrib non-free
 deb http://security.debian.org/ woody/updates main
 contrib non-free
 
 # Official Debian US
 deb http://http.us.debian.org/debian stable main
 contrib
 deb-src http://http.us.debian.org/debian stable main
 contrib non-free
 deb http://http.us.debian.org/debian testing main
 contrib
 deb-src http://http.us.debian.org/debian testing
 main contrib non-free
 deb http://http.us.debian.org/debian unstable main
 contrib
 deb-src http://http.us.debian.org/debian unstable
 main contrib non-free
 
 # Official Debian Non-US
 deb http://non-us.debian.org/debian-non-US
 stable/non-US main contrib non-free
 deb http://non-us.debian.org/debian-non-US
 testing/non-US main contrib non-free
 deb http://non-us.debian.org/debian-non-US
 unstable/non-US main contrib non-free
 
 # Unofficial mplayer & dvdrip
 deb ftp://ftp.nerim.net/debian-marillat stable main
 deb ftp://ftp.nerim.net/debian-marillat testing main
 deb ftp://ftp.nerim.net/debian-marillat unstable
 main
 deb-src http://perso.wanadoo.fr/debian unstable main
 
 # Unofficial PyRevers
 deb http://www.logilab.org/ftp/pub/debian unstable/
 
 # mythtv repository:
 deb http://dijkstra.csh.rit.edu/~mdz/debian unstable
 mythtv
 deb-src http://dijkstra.csh.rit.edu/~mdz/debian
 unstable mythtv

##################################################################

i am still getting dependancy errors when trying to apt-get install mplayer-586

yes i have run apt-get update and here is the end of that job

Code:

Failed to fetch
http://dijkstra.csh.rit.edu/~mdzdebi...86/Packages.gz
 404 Not Found
Failed to fetch
http://dijkstra.csh.rit.edu/~mdzdebi...rce/Sources.gz
 404 Not Found
Reading Package Lists... Done
W: Couldn't stat source package list
http://dijkstra.csh.rit.edu unstable/mythtv Packages
(/var/lib/apt/lists/dijkstra.csh.rit.edu_%7emdzdebian_dists_unstable_mythtv_binary-i386_Packages)
- stat (2 No such file or directory)
W: You may want to run apt-get update to correct these
problems
E: Some index files failed to download, they have been
ignored, or old ones used instead.

that is the end of the apt-get update, and here is the error im still getting when trying to install mplayer

Code:

media:~# apt-get install mplayer-586
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean
that you have
requested an impossible situation or if you are using
the unstable
distribution that some required packages have not yet
been created
or been moved out of Incoming.

Since you only requested a single operation it is
extremely likely that
the package is simply not installable and a bug report
against
that package should be filed.
The following information may help to resolve the
situation:

The following packages have unmet dependencies:
  mplayer-586: Depends: libarts (>= 4:2.2.2-1) or
                        libarts-alsa (>= 4:2.2.2-1)
but it is not going to be installed
              Depends: libvorbis0 (>= 1.0rc3-1) but
it is not going to be installed
E: Broken packages

yes all of that run as root. sujestions, ideas, directions to look for answeres please. all greatly appriciated.


All times are GMT -5. The time now is 09:52 AM.