Quando provo a installare un nuovo pacchetto con apt-get install, non funziona. apt-get updatenon funziona troppo.
Sai come reinstallarlo per funzionare di nuovo?
Uscita da sudo dpkg --configure -a :
dpkg: dependency problems prevent configuration of tvbrowser:
tvbrowser depends on sun-java6-jre | sun-java5-jre; however:
Package sun-java6-jre is not installed.
Package sun-java5-jre is not installed.
dpkg: error processing tvbrowser (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
tvbrowser
Uscita da sudo apt-get install sun-java6-jre
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package sun-java6-jre is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package sun-java6-jre has no installation candidate
Questo pastebin ha l'output di find /etc/apt/ -name '*.list' -ls -exec cat {} \; > repositories.txt.
LC_ALL=Cprima di un programma imposta la variabile di ambiente LC_ALLsu C. Questo fa un comando usando la lingua inglese (supponendo che tu non stia usando un sistema inglese).
cat /etc/apt/sources.listnon è abbastanza, potresti aver aggiunto alcune cose aggiuntive in/etc/apt/sources.list.d
LC_ALL=C sudo apt-get install [package-name](sostituisci[package-name]con il pacchetto che stai tentando di installare) e segnala i messaggi di errore.