[Supporto] ubuntu software center

Problemi riscontrati durante l'installazione di Ubuntu, degli aggiornamenti e degli avanzamenti del sistema.
Scrivi risposta
erniko
Prode Principiante
Messaggi: 123
Iscrizione: giovedì 1 luglio 2010, 1:34

[Supporto] ubuntu software center

Messaggio 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!
glpiana
Rampante Reduce
Rampante Reduce
Messaggi: 5053
Iscrizione: martedì 10 aprile 2007, 9:40

Re: [Supporto] ubuntu software center

Messaggio 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.
erniko
Prode Principiante
Messaggi: 123
Iscrizione: giovedì 1 luglio 2010, 1:34

Re: [Supporto] ubuntu software center

Messaggio 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!!!!!!!!!!
Avatar utente
Megatux
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 11793
Iscrizione: lunedì 21 settembre 2009, 12:47
Desktop: Ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile

Re: [Supporto] ubuntu software center

Messaggio da Megatux »

Posta per favore:

Codice: Seleziona tutto

sudo cat /etc/apt/sources.list
Il mondo sarebbe migliore con Gnu/Linux Ubuntu!
Avatar utente
luca1202
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 2005
Iscrizione: giovedì 27 novembre 2008, 19:38
Desktop: GNOME Shell
Distribuzione: Ubuntu 19.10
Sesso: Maschile
Località: Ferrara
Contatti:

Re: [Supporto] ubuntu software center

Messaggio da luca1202 »

prova anche con il comandoù

Codice: Seleziona tutto

sudo apt-get install -f
erniko
Prode Principiante
Messaggi: 123
Iscrizione: giovedì 1 luglio 2010, 1:34

Re: [Supporto] ubuntu software center

Messaggio 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
erniko
Prode Principiante
Messaggi: 123
Iscrizione: giovedì 1 luglio 2010, 1:34

Re: [Supporto] ubuntu software center

Messaggio 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.
Avatar utente
vaillant
Rampante Reduce
Rampante Reduce
Messaggi: 8319
Iscrizione: domenica 15 marzo 2009, 9:54
Distribuzione: Ubuntu Server 20.04 LTS
Sesso: Maschile
Località: Modica

Re: [Supporto] ubuntu software center

Messaggio 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
erniko
Prode Principiante
Messaggi: 123
Iscrizione: giovedì 1 luglio 2010, 1:34

Re: [Supporto] ubuntu software center

Messaggio 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!!
erniko
Prode Principiante
Messaggi: 123
Iscrizione: giovedì 1 luglio 2010, 1:34

Re: [Supporto] ubuntu software center

Messaggio 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
Avatar utente
A.Milinux
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 2032
Iscrizione: domenica 31 maggio 2009, 18:27
Desktop: Gnome Shell
Distribuzione: Ubuntu 20.04 LTS
Sesso: Maschile
Località: Catania

Re: [Supporto] ubuntu software center

Messaggio 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!
Se ad ogni sasso, dovessimo dare un calcio, a fine giornata, ci ritireremmo con il piede rotto!
Avatar utente
vaillant
Rampante Reduce
Rampante Reduce
Messaggi: 8319
Iscrizione: domenica 15 marzo 2009, 9:54
Distribuzione: Ubuntu Server 20.04 LTS
Sesso: Maschile
Località: Modica

Re: [Supporto] ubuntu software center

Messaggio 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
erniko
Prode Principiante
Messaggi: 123
Iscrizione: giovedì 1 luglio 2010, 1:34

Re: [Supporto] ubuntu software center

Messaggio 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
Scrivi risposta

Ritorna a “Installazione e aggiornamento del sistema operativo”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 9 ospiti