LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-06-2004, 12:04 AM   #1
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
ok still needing help with apt-get debian and 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



media:~# apt-get install mplayer-586 libarts libarts-alsa libvorbis0


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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libarts: Conflicts: libarts-alsa but 4:2.2.2-13.woody.12 is to be installed
  libarts-alsa: Conflicts: libarts
E: Broken packages


ok how do i get around that issue? if i need to post my /etc/apt/sources.list file just ask and ill copy/paste it in here.

Last edited by Lleb_KCir; 10-06-2004 at 12:22 AM.
 
Old 10-06-2004, 12:18 AM   #2
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Original Poster
Rep: Reputation: 45
fyi i know my apt-get is working i just used it to install vncserver.
 
Old 10-06-2004, 11:18 AM   #3
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Original Poster
Rep: Reputation: 45
well i was able to get apt-get to install libarts and libvorbis0 seperatly this morning, but i still can not get mplayer to install... now i am getting:

Code:
media:~# apt-get install mplayer-586
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libdirectfb8 libdivxdecore0 libdvdread2 libfaad2-0 libggi2 libgii0
  libgii0-target-x liblame0 libpng10-0 libpng2 libpng3 libpostproc0
  libxvidcore4
Suggested packages:
  libggi-target-emu libggi-target-monotext libggimisc2 w32codecs libdvdcss
  mplayer-doc
Recommended packages:
  libggi-target-x libggi-target mplayer-fonts
The following NEW packages will be installed:
  libdirectfb8 libdivxdecore0 libdvdread2 libfaad2-0 libggi2 libgii0
  libgii0-target-x liblame0 libpng10-0 libpng2 libpng3 libpostproc0
  libxvidcore4 mplayer-586
0 upgraded, 14 newly installed, 0 to remove and 191 not upgraded.
Need to get 4121kB/4371kB of archives.
After unpacking 11.7MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Media Change: Please insert the disc labeled
 'Debian GNU/Linux testing _Sarge_ - Official Snapshot i386 Binary-1 (20040925)'
in the drive '/cdrom/' and press enter

Get:1 http://http.us.debian.org testing/main libpng2 1.0.15-6 [934B]
Get:2 http://http.us.debian.org stable/main libdirectfb8 0.9.8-2 [179kB]
Get:3 http://http.us.debian.org stable/main libdvdread2 0.9.2-0.1 [33.7kB]
Get:4 http://http.us.debian.org unstable/main libggi2 1:2.0.5-1 [193kB]
Get:5 http://http.us.debian.org testing/main libpng3 1.2.5.0-7 [940B]
Get:6 ftp://ftp.nerim.net stable/main libdivxdecore0 1:5.0.1-1 [130kB]
Err ftp://ftp.nerim.net stable/main libfaad2-0 2.0.0-woody0.0
  Server closed the connection
Get:7 ftp://ftp.nerim.net unstable/main liblame0 3.96.1-1 [153kB]
Get:8 ftp://ftp.nerim.net unstable/main libpostproc0 1:1.0-pre1.1 [29.7kB]
Get:9 ftp://ftp.nerim.net testing/main libxvidcore4 2:1.0.2-sarge0.0 [199kB]
Get:10 ftp://ftp.nerim.net stable/main mplayer-586 1:1.0-pre5-woody0.1 [3052kB]
Fetched 3971kB in 9m54s (6678B/s)
Failed to fetch ftp://ftp.nerim.net/debian-marillat/...ain/binary-i38
6/libfaad2-0_2.0.0-woody0.0_i386.deb  Server closed the connection
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-mis
sing?
do i need to run apt-get update every time i update a single package? i ran update prior to installing the 2 seperate packages, but not after.
 
Old 10-06-2004, 01:54 PM   #4
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Original Poster
Rep: Reputation: 45
well just so others behind me can at least figure out what to do. it turns out in this case it was a connectivity issue. i waited several hours, ran apt-get update again, then apt-get install mplayer-586 and it worked.

so finnaly i have mplayer installed. now just to get all the codec and everything else so i can start work on my media portion of that box and getting the output to the TV via s-video.
 
Old 10-08-2004, 09:59 PM   #5
krm0626
LQ Newbie
 
Registered: Sep 2003
Posts: 4

Rep: Reputation: 0
i was wondering if someone could help me it seems like i am a step behind. My apt cant even find the mplayer..........wtf am i doing wrong. imma keep looking but figured id post because i cant get around this.. spent more than enough time with this single issue........any help would be much appreciated this is my message

# apt-get install mplayer-586
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package mplayer-586


thanks guys
 
Old 10-08-2004, 10:10 PM   #6
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Original Poster
Rep: Reputation: 45
it has to do with them only being on the nerim ftp site and that seems to be down atm.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trying to apt-get mplayer but... aquaboot Ubuntu 1 08-25-2005 11:48 PM
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
Debian mplayer apt-get trouble mudelf Linux - Software 1 12-01-2003 08:33 AM
mplayer not found on apt-get jon_k Linux - Software 4 09-02-2003 12:48 PM
apt mplayer dumbpigeon Linux - Software 3 03-27-2003 02:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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