Repository per Ubuntu 10.04

Installazione, configurazione e uso di programmi e strumenti.
Avatar utente
AlexsaawadE
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 288
Iscrizione: mercoledì 27 febbraio 2008, 20:08
Località: Bergamo

Repository per Ubuntu 10.04

Messaggio 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
Avatar utente
maegras
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1123
Iscrizione: mercoledì 10 settembre 2008, 23:45
Desktop: Toshiba Satelite R830
Distribuzione: Ubuntu 12.04
Località: Tivoli [RM {IT}]

Re: Repository per Ubuntu 10.04

Messaggio 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
Ricordiamoci di mettere [Risolto] nel titolo se veniamo a capo di un problema
-------------------------------------------------------------
"Linux is only free if your time has no value" Jamie Zawinski
Avatar utente
frug75
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2662
Iscrizione: domenica 11 luglio 2010, 16:00
Località: Matrix
Contatti:

Re: Repository per Ubuntu 10.04

Messaggio 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.
Fedora 15, Ubuntu 11.04-10.10-10.04, Windows7 su notebook Packard Bell EasyNote, Intel i3-330M,Nvidia GeForceGT320M 1GB VRAM, 4GB DDR3 RAM
Android 2.2 su cell.
http://frug75.wordpress.com/    Unity è per tablet?
Avatar utente
AlexsaawadE
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 288
Iscrizione: mercoledì 27 febbraio 2008, 20:08
Località: Bergamo

Re: Repository per Ubuntu 10.04

Messaggio 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:~$
Avatar utente
frug75
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2662
Iscrizione: domenica 11 luglio 2010, 16:00
Località: Matrix
Contatti:

Re: Repository per Ubuntu 10.04

Messaggio 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.
Fedora 15, Ubuntu 11.04-10.10-10.04, Windows7 su notebook Packard Bell EasyNote, Intel i3-330M,Nvidia GeForceGT320M 1GB VRAM, 4GB DDR3 RAM
Android 2.2 su cell.
http://frug75.wordpress.com/    Unity è per tablet?
Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 12 ospiti