PDA

View Full Version : ubunto breezy ... dubbio su repositories


supermarchino
10-10-2005, 12:03
Dopo aver aggiornato i repositories come segue:

Enabling Extra Repositories
Open up a terminal and type in

If you're using Kubuntu (KDE):
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo kwrite /etc/apt/sources.list

If you're using Ubuntu (Gnome):
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list

Then copy and paste the following over your existing sources.list if you're using Hoary (5.04):
## Uncomment the following two lines to fetch updated software from the network
deb http://us.archive.ubuntu.com/ubuntu hoary main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu hoary universe
deb-src http://us.archive.ubuntu.com/ubuntu hoary universe

deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

deb http://security.ubuntu.com/ubuntu hoary-security universe
deb-src http://security.ubuntu.com/ubuntu hoary-security universe

deb http://archive.ubuntu.com/ubuntu hoary multiverse
deb-src http://archive.ubuntu.com/ubuntu hoary multiverse

deb http://archive.ubuntu.com/ubuntu hoary-backports main restricted universe multiverse

Or copy and paste the following over your existing sources.list if you're using Breezy (5.10): ## Uncomment the following two lines to fetch updated software from the network
deb http://us.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu breezy universe
deb-src http://us.archive.ubuntu.com/ubuntu breezy universe

deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe

deb http://archive.ubuntu.com/ubuntu breezy multiverse
deb-src http://archive.ubuntu.com/ubuntu breezy multiverse
Save your file and close either kwrite or gedit. Lastly, and most importantly, type this into the terminal
sudo apt-get update

1) ho la sensazione di dover aggiornare le firme... ma non so come fare;

2) come si pulisce la cache dei pacchetti scaricati?

Grazie ;)

PiloZ
10-10-2005, 12:05
2) come si pulisce la cache dei pacchetti scaricati?

Grazie ;)

apt-get clean

clean
clean clears out the local repository of retrieved package files. It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archive/partial/. When APT is used as a dselect(8) method, clean is run automatically. Those who do not use dselect will likely want to run apt-get clean from time to time to free up disk space.

Ciao :)

supermarchino
10-10-2005, 12:08
apt-get clean

clean
clean clears out the local repository of retrieved package files. It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archive/partial/. When APT is used as a dselect(8) method, clean is run automatically. Those who do not use dselect will likely want to run apt-get clean from time to time to free up disk space.

Ciao :)


Grazie... che dire del punto 1) invece? Ho come la sensazione che synaptic se non trova le firme non instialli nulla... :rolleyes:

PiloZ
10-10-2005, 12:10
1) ho la sensazione di dover aggiornare le firme... ma non so come fare;
Grazie ;)
Using the GPG signature checking with apt 0.6 (http://www.debian-administration.org/articles/174)

tradotto:
[Debian] Hwupgrade Clan [The Second Encounter] (http://www.hwupgrade.it/forum/showthread.php?t=959680&page=1&pp=20)
Ciao :)

Al Azif
10-10-2005, 16:05
Using the GPG signature checking with apt 0.6 (http://www.debian-administration.org/articles/174)

tradotto:
[Debian] Hwupgrade Clan [The Second Encounter] (http://www.hwupgrade.it/forum/showthread.php?t=959680&page=1&pp=20)
Ciao :)

Non c'è bisogno, ubuntu lo fa in automatico dalla sua prima versione, se non riporta nessun errore vuol dire che ha aggiornato tutte le firme.

PiloZ
10-10-2005, 16:28
Non c'è bisogno, ubuntu lo fa in automatico dalla sua prima versione, se non riporta nessun errore vuol dire che ha aggiornato tutte le firme.
:p ottimo :)