Dopo aver aggiornato alla Feisty la mia edgy, i repo che avevo non funzionavano più, quindi pubblico la lista funzionante con relative chiavi. Per editare i repo bisogna eseguire
sudo gedit /etc/apt/sources.list
e inserire
# Bleeding edge wine packages
deb http://wine.budgetdedicated.com/apt feisty main
deb-src http://wine.budgetdedicated.com/apt feisty main
# Medibuntu (Multimedia, Entertainment & Distraction In Ubuntu - ex Penguin Liberation Front)
# GPG key-file: http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg
deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free
# Official Beryl Ubuntu Packages (GPG key: 1609B551)
# GPG key-file: http://ubuntu.beryl-project.org/1609B551.gpg
deb http://ubuntu.beryl-project.org feisty main
deb-src http://ubuntu.beryl-project.org feisty main
# Morgoth Repository (Monkey’s Audio, xmms pugins, vlc plugins, gqview, audacity…) (GPG key: 7E2E4741)
# GPG key-file: http://morgoth.free.fr/files/morgoth-signkey.gpg.asc
deb http://morgoth.free.fr/ubuntu feisty-backports main
deb-src http://morgoth.free.fr/ubuntu feisty-backports main
# Treviño’s Ubuntu edgy 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 edgy 3v1n0
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main multiverse universe
deb http://archive.ubuntu.com/ubuntu/ feisty-backports restricted main multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports restricted main multiverse universe
# deb-src http://download.tuxfamily.org/3v1deb feisty 3v1n0
# Automatix repository (GPG key: E23C5FC3)
deb http://www.getautomatix.com/apt feisty main
### AWN: Avant Window Navigator
deb http://download.tuxfamily.org/syzygy42/ feisty avant-window-navigator
deb-src http://download.tuxfamily.org/syzygy42/ feisty avant-window-navigator
# Font
deb http://www.telemail.fi/mlind/ubuntu feisty fonts
deb-src http://www.telemail.fi/mlind/ubuntu feisty fonts
#Gambas2 - by pixel
deb http://xoomer.alice.it/pixel feisty gambas
#screenlets
deb http://hendrik.kaju.pri.ee/ubuntu feisty screenlets
#Jashaka (dapper deve restare)
deb http://repo.jahshaka.org/ubuntu/dapper/ binary-i386/
#Ubuntustudio
deb http://archive.ubuntustudio.org/ubuntustudio feisty main
## Swiftfox (enhanced Firefox for linux) packages
deb http://getswiftfox.com/builds/debian unstable non-free
# Treviño’s Ubuntu feisty EyeCandy Repository (GPG key: 81836EBF - DD800CD9)
# Many eyecandy 3D apps like Beryl, compiz and kiba-dock snapshots
# built using latest available (working) sources from git/svn/cvs…
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://wxpython.wxcommunity.com/apt/ubuntu/feisty /
## OpenedHand
deb http://debian.o-hand.com feisty/
## Exaille
deb http://download.tuxfamily.org/syzygy42 feisty exaile
deb http://debian.vakevainen.fi/ unstable main
## Tor Repo
deb http://mirror.noreply.org/pub/tor feisty main
deb-src http://mirror.noreply.org/pub/tor feisty main
#i repo del grande Felipe aka Pollycoke
deb http://download.tuxfamily.org/pollyrepo feisty/
#Virtualbox
deb http://www.virtualbox.org/debian feisty non-free
#Enlightement
deb http://e17.dunnewind.net/ubuntu feisty e17
#Emesene SVN
deb http://apt.emesene.org/ ./
deb-src http://apt.emesene.org/ ./
Edit del 19 Ottobre (a meno 6 per il mio compleanno
)
Per ovviare a tutti i problemi di chiavi PGP ho riciclato lo script di Trevino, aggiungendo 2 sudo in più, così da permettere il corretto funzionamento dell’ importazione…
sudo apt-get update 2> /tmp/keymissing; for key in $(grep "NO_PUBKEY" /tmp/keymissing |sed "s/.*NO_PUBKEY //"); do echo -e "\nProcessing key: $key"; sudo gpg --keyserver subkeys.pgp.net --recv $key && sudo gpg --export --armor $key | sudo apt-key add -; done
ed ora abbiamo i repo fatti per bene per la Feisty. Completiamo con
sudo apt-get update
e installiamo quanto più possiamo
.
Edit del 10, 11, 12, 14, 19, 23 Maggio, 3,13,29 Giugno, 19, 22 ottobre
Grazie 1000 a r34l & Oskar Nrk
Commenti Recenti