[PlanetCCRMA] planetccrma-audioapps problem?

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Sat May 28 18:33:02 2005


On Sat, 2005-05-28 at 04:41, Torsten Anders wrote:
> Dear Fernando,
> 
> There seems to be a problem with the package planetccrma-audioapps. At
> first, I issued the usual 
> 
> > apt-get update
> > apt-get dist-upgrade
> 
> apt-get did as asked, however, it reported:
> 
> The following packages have been kept back
>   planetccrma-audioapps
> 
> So, as this package is just some meta-package I simply tried to remove
> and re-install, with the following error.
> 
> > apt-get install planetccrma-audioapps
> 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:
>   planetccrma-audioapps: Depends: theora-tools but it is not going to be
> installed
> E: Broken packages

Try installing the conflicting package explicitly:
  apt-get install theora-tools
That should give you more feedback on what it is conflicting with. I
have it installed in my laptop running fc3 and there is no conflict.

-- Fernando