###################################################################### ## ## ## Recuerda visitar #ubuntu en el IRC-Hispano (irc.irc-hispano.org) ## ## ## ## www.ubuntu-es.org || www.guia-ubuntu.org ## ## ## ## By Mikelevel && Tronfi && _^Smash^_ ## ## Actualizado : 13 / 06 / 2005 ## ## ## ## Instrucciones : ## ## - cd /etc/apt ## ## - sudo rm sources.list ## ## - sudo wget http://tronfi.bitacoras.com/cosillas/sources.list ## ## (mirror: http://linux-aspire1353.webcindario.com/sources.list) ## ## (mirror2: http://www.elsrsilicona.com/public/sources.list ## ## - sudo apt-get update ## ## ## ## Comandos APT : ## ## - sudo apt-get update <- Actualiza paquetes disponibles ## ## - sudo apt-get dist-upgrade <- Actualiza el sistema ## ## - sudo apt-cache search LOQSEA <- Busca el paquete LOQSEA ## ## - sudo apt-get install LOQSEA <- Instala el paquete LOQSEA ## ## - sudo apt-get --purge remove LOQSEA <- Desinstala LOQSEA ## ## - mas comandos en... ## ## http://www.ubuntu-es.org/node/533 ## ## http://www.debian.org/doc/manuals/apt-howto/index.es.html ## ## ## ###################################################################### ## ## ## Los usuarios de PPC o AMD64 ## ## ----------------------------- ## ## ## ## - Deben comentar el repositorio de Java y mirarse los tutoriales ## ## - Deben comentar el repositorio de codecs que NO les corresponde ## ## ## ###################################################################### ## - Para pasar a la version inestable sustituye hoary por breezy ## ## en los repositorios oficiales y backports ## ## - Recuerda que estamos en ubuntu y NO en debian, ## ## NO pongas sus repositorios sin causa justificada ## ###################################################################### ## -- Paquetes -- deb http://archive.ubuntu.com/ubuntu hoary main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu hoary main restricted universe multiverse ## -- Actualizaciones de seguridad -- deb http://security.ubuntu.com/ubuntu hoary-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted universe multiverse ## -- Actualizaciones -- deb http://archive.ubuntu.com/ubuntu hoary-updates main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu hoary-updates main restricted universe multiverse ## -- Backports -- deb ftp://ftp2.caliu.info/backports/ hoary-backports main universe multiverse restricted deb ftp://ftp2.caliu.info/backports/ hoary-extras main universe multiverse restricted ## ---------------------------------------------------------------------------------------- ## ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ## ## ---------------------------------------------------------------------------------------- ## ## -- Binarios Java Sun -- ## ## OJO: Para buscar el paquete de java... ## $ sudo apt-cache search sun-j2re ## ## NOTA: SOLO PARA i386 (NO SIRVE PARA AMD64 NI PPC) deb http://ubuntu.tower-net.de/ubuntu/ hoary java ## Para tener java en PPC -> http://www.ubuntulinux.org/wiki/JavaPPC o http://powerpc.ubuntuguide.org/#jre ## OJO: En PPC no hay plugin para navegador , pero puedes usar Konqueror para hacer el apaņo usando los repositorios de Sid. ## Para tener java en AMD64 -> http://warty.guia-ubuntu.org/doku.php?id=aplicaciones:internet#como_instalar_j2se_runtime_environment_jre ## OJO: En AMD64 sigue esa guia pero teniendo en cuenta que tienes AMD64 y no un 32bits como en el ejemplo. ## -- Codecs -- ## ## OJO: Para solucionar los errores de firma... ## $ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1F41B907 ## $ gpg --armor --export 1F41B907 | sudo apt-key add - ## $ sudo apt-get update ## ## NOTA: SOLO PARA i386 Y AMD64 (NO SIRVE PARA PPC) deb ftp://ftp.nerim.net/debian-marillat/ unstable main deb-src ftp://ftp.nerim.net/debian-marillat/ unstable main ## NOTA: SOLO PARA i386 Y PPC (NO SIRVE PARA AMD64) deb http://apt.cerkinfo.be/ unstable main contrib non-free deb-src http://apt.cerkinfo.be/ unstable main contrib non-free ## -- Para usar alguna Version de Debian Sid -- ## OJO: Se recomienda tenerlos comentados y solo usar para instalar algun paquete concreto ## NOTA: SOLO PARA i386 Y AMD64 (QUIZAS SIRVA PARA PPC) #deb ftp://ftp.rediris.es/debian/ unstable main contrib non-free #deb-src ftp://ftp.rediris.es/debian/ unstable main non-free contrib