[Supporto] ubuntu software center
[Supporto] ubuntu software center
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!
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
apri un terminale e scrivi: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!
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
glpiana ha scritto:apri un terminale e scrivi: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!
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!!!!!!!!!!
- Megatux
- 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
Posta per favore:
Codice: Seleziona tutto
sudo cat /etc/apt/sources.listIl mondo sarebbe migliore con Gnu/Linux Ubuntu!
- luca1202
- 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
prova anche con il comandoù
Codice: Seleziona tutto
sudo apt-get install -fRe: [Supporto] ubuntu software center
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
il secondo è: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
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.
- vaillant
- 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
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 updateRe: [Supporto] ubuntu software center
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
dimenticavo il mio pc è un barebone asus con integrata una scheda video radeon 9100 igperniko 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!!
- A.Milinux
- 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
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:
Poi, riapri ubuntu software center!
Ciao.
Edit:
........ho letto, dopo che ho postato che hai risolto!
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:
eudo apt-get update
Codice: Seleziona tutto
sudo apt-get upgradeCiao.
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!
- vaillant
- 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
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 possibilierniko 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!!
Re: [Supporto] ubuntu software center
vaillant86 ha scritto: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 possibilierniko ha scritto:ok va bene ti ringrazio ancora!!6 stato gentilissimo e anche molto veloce!!!grazie!!!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!!
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 5 ospiti