Cara isso acontece qdo se mistura pacotes de versões do debian diferentes(stable, unstable, e/ou testing). vc não vai consegui instalar mais nada pq o xine-ui não foi instalado corretamente. e isso travou o apt. assim ou vc instala ele direito ou vc remove ele. o apt-get -f install tenta resolver as dependências de instalações inacabadas.
então tenta duas coisas: 1. apt-get update e apt-get -f install <sem nada mesmo> se não der certo, apt-get remove xine-ui. 2. dê uma olhada no seu source.list e veja se tem versões do debian misturadas. tira e deixa só uma. então apt-get update, apt-get -f install. outra coisa é procurar pela libxine versão 1-rc3a ou superior, e instalá-la na mão(faz download dela e instala com dpkg -i libxine-xxx.deb). Se ela precisar de dependências, baixe-as tb e instale tudo junto, com algo do tipo dpkg i *.deb . Abr, Leandro Santoro. Ter, 2005-07-19 às 09:47 -0300, Rafael C. Ferreira escreveu: > Saída do comando para ambos q senti falta! > > Valeu Leandro > Ceará > > > Thalita:/home/ceara# apt-get -f install xine-ui > 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: > xine-ui: Depends: libxine1 (>= 1-rc3a) but it is not going to be installed > E: Broken packages > Thalita:/home/ceara# > > > > Thalita:/home/ceara# apt-get -f install amule > 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: > amule: Depends: libwxgtk2.4 (>= 2.4.3.1) but it is not installable > E: Broken packages > Thalita:/home/ceara# > > > > Leandro Santoro wrote: > > >RAfael, > > > >tenta usar o comando > > > >#apt-get -f install > > > >e veja o que acontece. > > > >Abr, > >Leandro Santoro. > > > >Em Ter, 2005-07-19 às 09:30 -0300, Rafael C. Ferreira escreveu: > > > > > >>E: Broken packages > >> > >> > > > > > > > > >

