01 giugno 2007

Repository o semplicemente Repo


Se vi serve anzi vi serve sicuramente una lista Repository nuova di pacca quindi seguite questa guida per aggiornarla.

- Aprite il terminale e date questo comando per aprire /etc/apt/sources.list

sudo gedit /etc/apt/sources.list

- Sostituite tutto quello che c'è dentro con questo facendo un semplice copia/incolla

## Add comments (##) in front of any line to remove it from being checked.
## Use the following sources.list at your own risk.
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse

## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
deb http://it.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.)
deb http://archive.canonical.com/ubuntu feisty-commercial main

## MEDIBUNTU REPOSITORY (Multimedia, Entertainment & Distractions In Ubuntu)
## Please report any bug on https://launchpad.net/products/medibuntu/+bugs
deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free

# Treviño’s Ubuntu Feisty Repository (GPG key: 81836EBF - DD800CD9)
# Many “random” software: aMule, amsn, mplayer, moto4lin, flashplugin & flashplayer (9.x)…
# Further informations: http://3v1n0.tuxfamily.org
deb http://download.tuxfamily.org/3v1deb feisty 3v1n0
deb-src http://download.tuxfamily.org/3v1deb feisty 3v1n0

- Salvare il tutto e chiudere l'editor di testo

- Scaricare le chiave gpg per i repository

wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -

wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -

- Adesso dovremo aggiornare l'intero sistema con questi comandi

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Fatto tutto quello che vi ho detto avremo finito di aggiornare la lista dei repository

Nessun commento: