Pagina 1 di 1

Repository per Ubuntu 10.04

Inviato: domenica 13 febbraio 2011, 11:57
da AlexsaawadE
Ciao

Ho da pochi minuti aggiornato ubuntu 9.10 a ubuntu 10.04 ..
Che cosa devo fare per abilitare tutti i repository  per la nuova versione.chiedo perchè sono un po confuso su cosa siano questi repository!!

E cosa dovrei fare adesso dopo l'installazione per avere un sistema efficente ?? mi sono gia accorto per esempio che manca java!!!

Ciao Buona Giornata

Re: Repository per Ubuntu 10.04

Inviato: domenica 13 febbraio 2011, 12:42
da maegras
I repository dovrebbero essere già stati impostati con l'avanzamento di versione.  :)
Per maggiori informazioni su cosa siano puoi guardare nel WiKi Repository

Per quanto riguarda le operazioni da fare, ti consiglio di installare, se non l'hai già fatto, il pacchetto ubuntu-restricted-extras che ti consente l'utilizzo di file in formato proprietario. Per info: Multimedia/FormatiProprietari

Per l'istallazione di programmi il Software Center è sempre il primo posto dove guardare.. Applicazioni → Ubuntu Software Center

Re: Repository per Ubuntu 10.04

Inviato: domenica 13 febbraio 2011, 13:04
da frug75
Gli aggiornamenti ogni tanto danno problemi anche con il sources.list, il file che indica i repository abilitati.
Proviamo anche a controllare quello da terminale:

Codice: Seleziona tutto

cat /etc/apt/sources.list
mentre per i repository esterni:

Codice: Seleziona tutto

ls /etc/apt/sources.list.d/
posta quello che esce da questi comandi.

Re: Repository per Ubuntu 10.04

Inviato: domenica 13 febbraio 2011, 13:38
da AlexsaawadE
alessandro@alessandro-desktop:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic 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/ karmic-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ karmic-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 karmic partner
# deb-src http://archive.canonical.com/ubuntu karmic 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
# deb http://archive.canonical.com/ lucid partner
alessandro@alessandro-desktop:~$
con il secondo comando ivece:
alessandro@alessandro-desktop:~$ ls /etc/apt/sources.list.d/
google-chrome.list  google-chrome.list.distUpgrade  google-chrome.list.save
alessandro@alessandro-desktop:~$

Re: Repository per Ubuntu 10.04

Inviato: domenica 13 febbraio 2011, 14:53
da frug75
Mi sembra a posto, quelli relativi a Karmic sono commentati con #.
Se non ricordo male java e nei partner, per cui basta che abiliti quelli, dal sources.list risultano disabilitate, come si vede dall'ultima riga:

Codice: Seleziona tutto

# deb http://archive.canonical.com/ lucid partner
Se vuoi abilitarli, lo puoi fare da sorgenti software oppuere editando da amministratore il sources.list:

Codice: Seleziona tutto

gksudo gedit /etc/apt/sources.list
togli il # all'ultima riga e salvi il file.

Come repo esterno hai solo quello di chrome, per cui dovresti essere a posto anche qui.