Pagina 1 di 1

[Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 12:27
da erniko
dopo essere riuscito a risolvere molti problemi me ne è capitato un nuovo:ubuntu software center mi dice

LE DIPENDENZE DEI PACCHETTI NON POSSONO ESSERE RISOLTE
Questo errore potrebbe essere causato da alcuni pacchetti software aggiuntivi richiesti che risultano però mancanti o non installabili. Inoltre potrebbe esserci un conflitto tra pacchetti software che non è possibile installare contemporaneamente. vi prego aiutatemi!

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 12:29
da glpiana
erniko ha scritto: dopo essere riuscito a risolvere molti problemi me ne è capitato un nuovo:ubuntu software center mi dice

LE DIPENDENZE DEI PACCHETTI NON POSSONO ESSERE RISOLTE
Questo errore potrebbe essere causato da alcuni pacchetti software aggiuntivi richiesti che risultano però mancanti o non installabili. Inoltre potrebbe esserci un conflitto tra pacchetti software che non è possibile installare contemporaneamente. vi prego aiutatemi!
apri un  terminale e scrivi:
sudo apt-get update

quando finisce scrivi:
sudo apt-get upgrade

poi copia la parte finale dell'output di questo comando.

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 12:31
da erniko
glpiana ha scritto:
erniko ha scritto: dopo essere riuscito a risolvere molti problemi me ne è capitato un nuovo:ubuntu software center mi dice

LE DIPENDENZE DEI PACCHETTI NON POSSONO ESSERE RISOLTE
Questo errore potrebbe essere causato da alcuni pacchetti software aggiuntivi richiesti che risultano però mancanti o non installabili. Inoltre potrebbe esserci un conflitto tra pacchetti software che non è possibile installare contemporaneamente. vi prego aiutatemi!
apri un  terminale e scrivi:
sudo apt-get update

quando finisce scrivi:
sudo apt-get upgrade

poi copia la parte finale dell'output di questo comando.

Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze     
Lettura informazioni sullo stato... Fatto
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.

e per non finire avviando la pulizia del pc mi dice:il pacchetto essenziale dash manca. Potrebbero esserci dei problemi col file sources.list o il file Packages potrebbe essere mancante.....

help me!!!!!!!!!!

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 13:17
da Megatux
Posta per favore:

Codice: Seleziona tutto

sudo cat /etc/apt/sources.list

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 13:38
da luca1202
prova anche con il comandoù

Codice: Seleziona tutto

sudo apt-get install -f

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 16:03
da erniko
luca1202 ha scritto: prova anche con il comandoù

Codice: Seleziona tutto

sudo apt-get install -f

il sudo cat è:
# deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release i386 (20100429)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://it.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://it.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid universe
deb http://it.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://it.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://it.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://it.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 16:04
da erniko
erniko ha scritto:
luca1202 ha scritto: prova anche con il comandoù

Codice: Seleziona tutto

sudo apt-get install -f

il sudo cat è:
# deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release i386 (20100429)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://it.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://it.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid universe
deb http://it.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://it.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://it.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://it.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
il secondo è:
nik@nik-desktop:~$ sudo apt-get install -f
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze     
Lettura informazioni sullo stato... Fatto
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 16:33
da vaillant
Esegui questi passaggi

Codice: Seleziona tutto

cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 16:40
da erniko
vaillant86 ha scritto: Esegui questi passaggi

Codice: Seleziona tutto

cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

grandissimo!!!!!funziona!!!ti ringrazio per il tuo aiuto e per il tuo tempo!!l unica cosa che rimarrebbe da sistemare sarebbe il freeze che ogni tanto fà...idee? ringrazio ancora!!

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 16:41
da erniko
erniko ha scritto:
vaillant86 ha scritto: Esegui questi passaggi

Codice: Seleziona tutto

cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

grandissimo!!!!!funziona!!!ti ringrazio per il tuo aiuto e per il tuo tempo!!l unica cosa che rimarrebbe da sistemare sarebbe il freeze che ogni tanto fà...idee? ringrazio ancora!!
dimenticavo il mio pc è un barebone asus con integrata una scheda video radeon 9100 igp

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 16:42
da A.Milinux
Ascolta, sembrerebbe tutto a posto.
Fai una cosa, in sistema-> amministrazione->sorgenti software->software per ubuntu, in scarica da:inserisci server principale.

Poi, anche se tutto a posto, da terminale, nuovamente:
udo apt-get update
e

Codice: Seleziona tutto

sudo apt-get upgrade
Poi, riapri ubuntu software center!

Ciao.

Edit:
........ho letto, dopo che ho postato che hai risolto!

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 16:46
da vaillant
erniko ha scritto:
vaillant86 ha scritto: Esegui questi passaggi

Codice: Seleziona tutto

cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

grandissimo!!!!!funziona!!!ti ringrazio per il tuo aiuto e per il tuo tempo!!l unica cosa che rimarrebbe da sistemare sarebbe il freeze che ogni tanto fà...idee? ringrazio ancora!!
Lieto di averti aiutati a risolvere... per il freeze, sarebbe opportuno che tu aprissi una discussione separata, qui saresti off topic, indicando quanti più dettagli possibili

Re: [Supporto] ubuntu software center

Inviato: giovedì 22 luglio 2010, 16:48
da erniko
vaillant86 ha scritto:
erniko ha scritto:
vaillant86 ha scritto: Esegui questi passaggi

Codice: Seleziona tutto

cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update
ok va bene ti ringrazio ancora!!6 stato gentilissimo e anche molto veloce!!!grazie!!!

grandissimo!!!!!funziona!!!ti ringrazio per il tuo aiuto e per il tuo tempo!!l unica cosa che rimarrebbe da sistemare sarebbe il freeze che ogni tanto fà...idee? ringrazio ancora!!
Lieto di averti aiutati a risolvere... per il freeze, sarebbe opportuno che tu aprissi una discussione separata, qui saresti off topic, indicando quanti più dettagli possibili