Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm running
geoff@aragorngardens:~$ uname -a
Linux aragorngardens 2.6.18-6-686 #1 SMP Fri Dec 12 16:48:28 UTC 2008 i686 GNU/Linux
From the regular debian repositories I can install mplayer, but it doesn't seem to come with mencoder (i.e. I can run mplayer, mencoder shows up in the man page, but running mencoder gives a
bash: mencoder: command not found
This is probably no surprise to most. If I add debian-multimedia.org to my sources.list then I can find mencoder. When I try to get I have the error:
aragorngardens:/etc/apt# apt-get install mencoder
---------------------snip------------------------
The following packages have unmet dependencies:
mencoder: Depends: libavcodeccvs51 (>= 3:20070329) but it is not going to be installed
Depends: libavformatcvs51 (>= 3:20070329) but it is not going to be installed
OK, so to see what's up with that I try
aragorngardens:/etc/apt# apt-get install mencoder libavcodeccvs51 libavformatcvs51
------------------------snip-------------------------------
The following packages will be REMOVED:
libavcodec51 libavdevice52 libavformat52 libvlc0 vlc vlc-nox
Aack! Why does it want to remove vlc??
Anyway, I've tried this a few times, letting it remove vlc (I reinstall it later). But every time I seem to run into a sequence of unresolvable dependencies. It seems to want:
But when I tell it to install them I get things like:
Unpacking libpostproccvs51 (from .../libpostproccvs51_3%3a20070329-0.0etch1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libpostproccvs51_3%3a20070329-0.0etch1_i386.deb (--unpack):
trying to overwrite `/usr/lib/libpostproc.so.51', which is also in package libpostproc51
Errors were encountered while processing:
/var/cache/apt/archives/libavutilcvs49_3%3a20070329-0.0etch1_i386.deb
/var/cache/apt/archives/libpostproccvs51_3%3a20070329-0.0etch1_i386.deb
I'm not too familiar with Debian, but when I come accross this issue in Fedora, it can usually be resolved by finding a different repository, or finding the corresponding source package and building the package from source.
libavcodeccvs51 provides the same functionality as libavcodec51, which is why its going to remove it. It looks as if its trying to install CVS versions, which means removing the existing ones.
Have you tried the MPlayer site? They usually have pre-built binaries there.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.