<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title># rm-rf.es &#187; synaptic</title>
	<atom:link href="http://rm-rf.es/sobre/synaptic/feed/" rel="self" type="application/rss+xml" />
	<link>http://rm-rf.es</link>
	<description>Administración de sistemas, Unix, Linux, FreeBSD, Windows, hosting, dominios, servidores...</description>
	<lastBuildDate>Sat, 28 Jan 2012 19:36:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cómo usar APT o Synaptic en versiones antiguas de Ubuntu (tras &#8216;end of life&#8217;)</title>
		<link>http://rm-rf.es/como-usar-apt-o-synaptic-en-versiones-antiguas-de-ubuntu-tras-end-of-life/</link>
		<comments>http://rm-rf.es/como-usar-apt-o-synaptic-en-versiones-antiguas-de-ubuntu-tras-end-of-life/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 07:00:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[encontrar sources]]></category>
		<category><![CDATA[synaptic]]></category>

		<guid isPermaLink="false">http://rm-rf.es/?p=1870</guid>
		<description><![CDATA[Como muchos sabéis, Ubuntu tiene un calendario muy riguroso en el que se van publicando nuevas versiones del sistema operativo. Algunas de ellas son llamadas LTS (Long Time Support) debido a que tienen soporte durante 5 años, mientras que las normales solo durante uno o dos años. Por esto, lógicamente es recomendable instalar siempre una [...]]]></description>
			<content:encoded><![CDATA[<p>Como muchos sabéis, Ubuntu tiene un calendario muy riguroso en el que se van publicando nuevas versiones del sistema operativo. Algunas de ellas son llamadas <strong>LTS</strong> (Long Time Support) debido a que tienen soporte durante 5 años, mientras que las normales solo durante uno o dos años. Por esto, lógicamente <strong>es recomendable instalar siempre una LTS</strong> para disponer el mayor tiempo de las actualizaciones.</p>
<p>En el momento que se termina el ciclo de soporte de la versión,<strong> los repositorios dejan de funcionar, dando error 404 (tanto en APT como Synaptic)</strong>:</p>
<pre># sudo apt-get update
Ign http://mirror.ousli.org jaunty Release.gpg
Ign http://mirror.ousli.org jaunty/main Translation-es
Ign http://mirror.ousli.org jaunty/restricted Translation-es
Ign http://mirror.ousli.org jaunty/universe Translation-es
Ign http://mirror.ousli.org jaunty/multiverse Translation-es
...
...
Err http://mirror.ousli.org jaunty/main Packages
  404 Not Found
Err http://mirror.ousli.org jaunty/restricted Packages
  404 Not Found
Err http://mirror.ousli.org jaunty/main Sources
  404 Not Found
...
...
W: Imposible obtener http://mirror.ousli.org/ubuntu/dists/jaunty/main/binary-i386/Packages  404 Not Found

W: Imposible obtener http://mirror.ousli.org/ubuntu/dists/jaunty/restricted/binary-i386/Packages  404 Not Found

W: Imposible obtener http://mirror.ousli.org/ubuntu/dists/jaunty/main/source/Sources  404 Not Found
...
...</pre>
<p>Lo recomendable llegados a este punto es reinstalar el sistema con una versión LTS actual, una pena porque la estabilidad de GNU/Linux y Ubuntu es tal que podemos tener un sistema durante años y años sin ningún tipo de problema.</p>
<p>No obstante, existe una forma de <strong>modificar las sources/repositorios para poder seguir utilizando APT e instalar/actualizar paquetes</strong>. Simplemente, modificad el fichero <strong>/etc/apt/sources.list</strong> y copiar el siguiente contenido. En este caso sería para la versión <strong>jaunty</strong>, si utilizáis otra versión simplemente sustituid &#8216;jaunty&#8217;por el nombre de la misma:</p>
<pre>deb http://old-releases.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty main restricted
deb http://old-releases.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb http://old-releases.ubuntu.com/ubuntu/ jaunty universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty universe multiverse
deb http://old-releases.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://old-releases.ubuntu.com/ubuntu jaunty-security main restricted</pre>
<p>Guardamos y actualizamos los repositorios, a partir de ese momento y si no recibimos ningún error podremos seguir instalando nuevos paquetes en el sistema:</p>
<pre>$ sudo apt-get update

Obj http://old-releases.ubuntu.com jaunty Release.gpg
Obj http://old-releases.ubuntu.com jaunty/main Translation-es
Obj http://old-releases.ubuntu.com jaunty/restricted Translation-es
Obj http://old-releases.ubuntu.com jaunty/universe Translation-es
Obj http://old-releases.ubuntu.com jaunty/multiverse Translation-es
Obj http://old-releases.ubuntu.com jaunty-updates Release.gpg
Ign http://old-releases.ubuntu.com jaunty-updates/main Translation-es
Ign http://old-releases.ubuntu.com jaunty-updates/restricted Translation-es
Obj http://old-releases.ubuntu.com jaunty-security Release.gpg
Ign http://old-releases.ubuntu.com jaunty-security/main Translation-es
Ign http://old-releases.ubuntu.com jaunty-security/restricted Translation-es
Obj http://old-releases.ubuntu.com jaunty Release
Obj http://old-releases.ubuntu.com jaunty-updates Release
Obj http://old-releases.ubuntu.com jaunty-security Release
Obj http://old-releases.ubuntu.com jaunty/main Packages
Obj http://old-releases.ubuntu.com jaunty/restricted Packages
Obj http://old-releases.ubuntu.com jaunty/main Sources
Obj http://old-releases.ubuntu.com jaunty/restricted Sources
Obj http://old-releases.ubuntu.com jaunty/universe Packages
Obj http://old-releases.ubuntu.com jaunty/multiverse Packages
Obj http://old-releases.ubuntu.com jaunty/universe Sources
Obj http://old-releases.ubuntu.com jaunty/multiverse Sources
Obj http://old-releases.ubuntu.com jaunty-updates/main Packages
Obj http://old-releases.ubuntu.com jaunty-updates/restricted Packages
Obj http://old-releases.ubuntu.com jaunty-updates/main Sources
Obj http://old-releases.ubuntu.com jaunty-updates/restricted Sources
Obj http://old-releases.ubuntu.com jaunty-security/main Packages
Obj http://old-releases.ubuntu.com jaunty-security/restricted Packages
Obj http://old-releases.ubuntu.com jaunty-security/main Sources
Obj http://old-releases.ubuntu.com jaunty-security/restricted Sources
Leyendo lista de paquetes... Hecho
</pre>
<h4  class="related_post_title">También te puede interesar:</h4><ul class="related_post"><li><a href="http://rm-rf.es/imposible-obtener-httpesarchiveubuntucomubuntu-xxx-403-forbidden/" title="Imposible obtener http://es.archive.ubuntu.com/ubuntu/ XXX 403 Forbidden  ">Imposible obtener http://es.archive.ubuntu.com/ubuntu/ XXX 403 Forbidden  </a></li><li><a href="http://rm-rf.es/guia-de-comandos-apt-para-debian-ubuntu-apt-get-apt-cache/" title="Guía de comandos apt para Debian / Ubuntu (apt-get, apt-cache)">Guía de comandos apt para Debian / Ubuntu (apt-get, apt-cache)</a></li><li><a href="http://rm-rf.es/desactivar-el-acceso-por-proxy-en-debian-a-apt/" title="Desactivar el acceso por proxy en Debian a APT">Desactivar el acceso por proxy en Debian a APT</a></li><li><a href="http://rm-rf.es/ubuntu-proceso-java-al-100-de-cpu/" title="Ubuntu: proceso java al 100% de CPU">Ubuntu: proceso java al 100% de CPU</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rm-rf.es/como-usar-apt-o-synaptic-en-versiones-antiguas-de-ubuntu-tras-end-of-life/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Imposible obtener http://es.archive.ubuntu.com/ubuntu/ XXX 403 Forbidden</title>
		<link>http://rm-rf.es/imposible-obtener-httpesarchiveubuntucomubuntu-xxx-403-forbidden/</link>
		<comments>http://rm-rf.es/imposible-obtener-httpesarchiveubuntucomubuntu-xxx-403-forbidden/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 16:58:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[403 forbidden]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[synaptic]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://rm-rf.es/?p=407</guid>
		<description><![CDATA[Hoy, tratando de realizar unas tareas en virtualbox, me encontraba con este error al tratar de instalar los módulos de virtualbox-ose para mi kernel actual: Err http://es.archive.ubuntu.com hardy/universe virtualbox-ose-modules-2.6.24-16-generic 24 403 Forbidden Imposible obtener http://es.archive.ubuntu.com/ubuntu/pool/universe/v/virtualbox-ose-modules/virtualbox-ose-modules-2.6.24-16-generic_24_i386.deb 403 Forbidde Resulta que el fallo es debido a que los repositorios de mis sources ya no eran válidos, la [...]]]></description>
			<content:encoded><![CDATA[<p>Hoy, tratando de realizar unas tareas en virtualbox, me encontraba con este error al tratar de instalar los módulos de virtualbox-ose para mi kernel actual:</p>
<pre>Err http://es.archive.ubuntu.com hardy/universe virtualbox-ose-modules-2.6.24-16-generic 24
  403 Forbidden
Imposible obtener http://es.archive.ubuntu.com/ubuntu/pool/universe/v/virtualbox-ose-modules/virtualbox-ose-modules-2.6.24-16-generic_24_i386.deb  403 Forbidde</pre>
<p>Resulta que el fallo es debido a que los repositorios de mis sources ya no eran válidos, la solución pasa por cambiar de repositorios o dejar a Ubuntu que seleccione los más rápidos, para ello accede al <strong>Gestor de Paquetes Synaptic</strong>, y haz lo siguiente:</p>
<ol>
<li>En el menú superior, pincha en <em><strong>Configuración &#8211;&gt; Repositorios</strong></em></li>
<li>En Descargar desde, selecciona &#8220;<em><strong>Otro</strong></em>&#8220;</li>
<li>Deja que eliga <strong><em>El mejor servidor</em></strong></li>
</ol>
<p>Una vez termine de buscar el mejor servidor, selecciona el que te diga y solucionado, ya deberías poder descargar e instalar de nuevo cualquier paquete.</p>
<h4  class="related_post_title">También te puede interesar:</h4><ul class="related_post"><li><a href="http://rm-rf.es/como-usar-apt-o-synaptic-en-versiones-antiguas-de-ubuntu-tras-end-of-life/" title="Cómo usar APT o Synaptic en versiones antiguas de Ubuntu (tras &#8216;end of life&#8217;)">Cómo usar APT o Synaptic en versiones antiguas de Ubuntu (tras &#8216;end of life&#8217;)</a></li><li><a href="http://rm-rf.es/guia-de-comandos-apt-para-debian-ubuntu-apt-get-apt-cache/" title="Guía de comandos apt para Debian / Ubuntu (apt-get, apt-cache)">Guía de comandos apt para Debian / Ubuntu (apt-get, apt-cache)</a></li><li><a href="http://rm-rf.es/desactivar-el-acceso-por-proxy-en-debian-a-apt/" title="Desactivar el acceso por proxy en Debian a APT">Desactivar el acceso por proxy en Debian a APT</a></li><li><a href="http://rm-rf.es/ubuntu-proceso-java-al-100-de-cpu/" title="Ubuntu: proceso java al 100% de CPU">Ubuntu: proceso java al 100% de CPU</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rm-rf.es/imposible-obtener-httpesarchiveubuntucomubuntu-xxx-403-forbidden/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

