<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://guia-ubuntu.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://guia-ubuntu.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sathi</id>
		<title>Guía Ubuntu - Contribuciones del usuario [es]</title>
		<link rel="self" type="application/atom+xml" href="https://guia-ubuntu.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sathi"/>
		<link rel="alternate" type="text/html" href="https://guia-ubuntu.com/index.php/Especial:Contribuciones/Sathi"/>
		<updated>2026-04-29T01:04:39Z</updated>
		<subtitle>Contribuciones del usuario</subtitle>
		<generator>MediaWiki 1.22.7</generator>

	<entry>
		<id>https://guia-ubuntu.com/index.php/Activar_universe_y_multiverse</id>
		<title>Activar universe y multiverse</title>
		<link rel="alternate" type="text/html" href="https://guia-ubuntu.com/index.php/Activar_universe_y_multiverse"/>
				<updated>2010-12-13T17:37:30Z</updated>
		
		<summary type="html">&lt;p&gt;Sathi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image: Menú.Propiedades_de_Software.jpg | thumb |''Properties''Fig.1 software]]&lt;br /&gt;
&lt;br /&gt;
Ubuntu officially only supports or supports a number of programs available directly by using the Add / Remove Programs''or''''''Synaptic (see [[Add applications]]) through the system of [[w: repository | repository]]. It is a very large number or complete but fortunately the user community makes it possible to install tens of thousands of programs.&lt;br /&gt;
&lt;br /&gt;
This article attempts to activate the two most important and known repositories unofficial:&lt;br /&gt;
&lt;br /&gt;
*'''Universe''': programs maintained by the community&lt;br /&gt;
*'''Multiverse''' commercial software, or [[w: proprietary software | proprietary]] of other companies or manufacturers.&lt;br /&gt;
&lt;br /&gt;
Activate == == repositories&lt;br /&gt;
&lt;br /&gt;
Using the GUI === ===&lt;br /&gt;
[[Image: Captura.Propiedades of Software3.jpg | thumb |''''Enabling extra repositories Fig.2.]]&lt;br /&gt;
&lt;br /&gt;
{{Note | From version 7.04 Feisty Fawn Ubuntu repositories''multiverse''universe''and''are enabled by default, so it is not necessary to follow these steps.}}&lt;br /&gt;
&lt;br /&gt;
The process is very simple to activate, you must go to the menu'''System -&amp;gt; Administration -&amp;gt; Software Origins''' (see Fig.1''''). Now click on the button'''Add''' and in the window that opens we select all channels and checking the boxes:''Community Maintained (Universe) Software''and''non-free (multiverse) ' '(see Fig.2'''').&lt;br /&gt;
&lt;br /&gt;
Now click the check box for every channel universe and multiverse (see Fig.3''''). Once done click on the''Close''button.&lt;br /&gt;
&lt;br /&gt;
[[Image: Captura.Propiedades_de_Software.jpg | thumb |''''Fig.3 Repositories to enable ..]]&lt;br /&gt;
&lt;br /&gt;
The system will display a notice indicating that the package list is obsolete. Press'''Reload''' and the system will proceed to update the new list of packages or programs available from''and''Universe''multiverse.''&lt;br /&gt;
&lt;br /&gt;
Remember that as stated in the notice shown below, we will need an Internet connection to update and installing new programs:&lt;br /&gt;
&lt;br /&gt;
[[Image: Captura.Propiedades of Software2.png | 300px | center |]]&lt;br /&gt;
&lt;br /&gt;
=== Using the command line ===&lt;br /&gt;
&lt;br /&gt;
If you do not use [[GNOME]] or want to try an alternative, you can do via the command line.&lt;br /&gt;
&lt;br /&gt;
{{Note | To avoid potential problems if there are any errors, you should make a copy of the file'''/ etc / apt / sources.list'''. To save a backup using the terminal, run the following command:&lt;br /&gt;
 $ Sudo cp / etc / apt / sources.list / etc / apt / sources.list.backup&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Edit the file responsible for administering the repository with any text editor, such as [[GEdit]]&lt;br /&gt;
 $ Sudo gedit / etc / apt / sources.list&lt;br /&gt;
&lt;br /&gt;
After making this change our sources.list''suppressing''(''#'') pads on each line where it appears''universe''or''multiverse.'' An example of the''simplified''sources.list would be:&lt;br /&gt;
&lt;br /&gt;
{{Note | In the case of other versions instead of'''feisty''' is the appropriate name, such as'''dapper''' or'''edgy'''.}}&lt;br /&gt;
&lt;br /&gt;
 deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse&lt;br /&gt;
 deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse&lt;br /&gt;
 &lt;br /&gt;
 deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse&lt;br /&gt;
 deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse&lt;br /&gt;
 &lt;br /&gt;
 deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse&lt;br /&gt;
 deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
That way we will have all repositories enabled, now and forever to change the sources.list (mandatory) execute the following command:&lt;br /&gt;
 $ Sudo aptitude update&lt;br /&gt;
&lt;br /&gt;
This will serve to update the list of packages we have in our repository. Thus we will have the repositories of the system and the universe''multiverse''and''activated''.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[On external repositories]]&lt;br /&gt;
* [[Add applications]]&lt;br /&gt;
* [[Add repository of Google]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [Http: / / aptoncd.sourceforge.net / APTonCD, The Ubuntu &amp;quot;CD / DVD 2&amp;quot; Creator] {{en}}&lt;br /&gt;
* [Http: / / www.getdeb.net/ GetDeb] {{es}}&lt;br /&gt;
* [Fast cash http://cashpaydayloan.org]&lt;br /&gt;
* [Http: / / au.ubuntu.cafuego.net / Cafuego's Edgy Stuff] {{en}}&lt;br /&gt;
* [Http: / / www.easy-paydayloans.com easy payday loan]&lt;br /&gt;
[[Category: Getting Started]]&lt;br /&gt;
* [http:/ /www.AllDogBoots.com Dog Boots]&lt;/div&gt;</summary>
		<author><name>Sathi</name></author>	</entry>

	<entry>
		<id>https://guia-ubuntu.com/index.php/Activar_universe_y_multiverse</id>
		<title>Activar universe y multiverse</title>
		<link rel="alternate" type="text/html" href="https://guia-ubuntu.com/index.php/Activar_universe_y_multiverse"/>
				<updated>2010-12-13T17:34:44Z</updated>
		
		<summary type="html">&lt;p&gt;Sathi: /* Enlaces externos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Imagen:Menú.Propiedades_de_Software.jpg|thumb|''Fig.1'' Propiedades del software]]&lt;br /&gt;
&lt;br /&gt;
Ubuntu oficialmente sólo da soporte o apoya una cierta cantidad de programas disponibles directamente usando los programas ''Añadir y quitar'' o ''Synaptic'' (ver: [[Añadir aplicaciones]]) mediante el sistema de [[w:es:repositorio|repositorios]]. No es una cantidad muy grande ni completa pero afortunadamente la comunidad de usuarios hace posible que se puedan instalar decenas de miles de programas. &lt;br /&gt;
&lt;br /&gt;
Este artículo trata de activar los dos repositorios más importantes y conocidos extraoficiales:&lt;br /&gt;
&lt;br /&gt;
* '''Universe''': programas mantenidos por la comunidad&lt;br /&gt;
* '''Multiverse''': programas comerciales o [[w:es:software privativo|privativos]] de terceras empresas o fabricantes. &lt;br /&gt;
&lt;br /&gt;
== Activar los repositorios ==&lt;br /&gt;
&lt;br /&gt;
=== Mediante la interfaz gráfica ===&lt;br /&gt;
[[Imagen:Captura.Propiedades de Software3.jpg|thumb|''Fig.2'' Activando repositorios extra.]]&lt;br /&gt;
&lt;br /&gt;
{{Nota|A partir de la versión 7.04 Feisty Fawn de Ubuntu, los repositorios ''universe'' y ''multiverse'' vienen activados por defecto, por lo tanto no es necesario seguir estos pasos.}}&lt;br /&gt;
&lt;br /&gt;
El proceso para activarlo es muy sencillo, hay que ir al menú '''Sistema -&amp;gt; Administración -&amp;gt; Orígines del Software''' (ver ''Fig.1''). Ahora pulsamos en el botón '''Añadir''' y en la ventana que se abre vamos seleccionando todos los canales y activando las casillas: ''Mantenido por la comunidad (universe)'' y ''Software no libre (multiverse)'' (ver ''Fig.2'').&lt;br /&gt;
&lt;br /&gt;
Ahora marcamos la casilla de verificación de todos los canales universe y multiverse (ver ''Fig.3''). Una vez hecho esto pulsamos en el botón ''Cerrar''. &lt;br /&gt;
&lt;br /&gt;
[[Imagen:Captura.Propiedades_de_Software.jpg|thumb|''Fig.3'' Repositorios a activar..]] &lt;br /&gt;
&lt;br /&gt;
El sistema nos mostrará un aviso indicando que la lista de paquetes esta obsoleta. Pulsamos '''Recargar''' y el sistema procederá a actualizar la nueva lista de paquetes o programas disponibles desde ''Universe'' y ''Multiverse''.&lt;br /&gt;
&lt;br /&gt;
Recordar que como dice el aviso que se ve a continuación, necesitaremos de una conexión a Internet para poder actualizar e instalar nuevos programas:&lt;br /&gt;
&lt;br /&gt;
[[Imagen:Captura.Propiedades de Software2.png|300px|center|]]&lt;br /&gt;
&lt;br /&gt;
=== Mediante la línea de comandos ===&lt;br /&gt;
&lt;br /&gt;
Si no usas [[GNOME]] o quieres probar un método alternativo, lo puedes hacer mediante la línea de comandos.&lt;br /&gt;
&lt;br /&gt;
{{Advertencia|Para evitar posibles problemas si hubiera algún error, es recomendable hacer una copia del archivo '''/etc/apt/sources.list'''. Para guardar una copia de seguridad mediante la terminal, ejecutamos el siguiente comando:&lt;br /&gt;
 $ sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Editamos el archivo encargado de administrar los repositorios con cualquier editor de textos, por ejemplo [[GEdit]]:&lt;br /&gt;
 $ sudo gedit /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
Después de hacer esto cambiaremos nuestra ''sources.list'' suprimiendo las almohadillas (''#'') en cada línea donde aparece ''universe'' o ''multiverse''. Un ejemplo del ''sources.list'' simplificado sería el siguiente:&lt;br /&gt;
&lt;br /&gt;
{{Nota|Para el caso de otras versiones en lugar de ser '''feisty''' será el nombre correspondiente, como por ejemplo '''dapper''' o '''edgy'''.}}&lt;br /&gt;
&lt;br /&gt;
 deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse&lt;br /&gt;
 deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse&lt;br /&gt;
 &lt;br /&gt;
 deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse&lt;br /&gt;
 deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse&lt;br /&gt;
 &lt;br /&gt;
 deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse&lt;br /&gt;
 deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
De esa manera ya tendremos todos los repositorios activados, ahora y siempre que cambiemos la sources.list (es imprescindible) ejecutaremos el siguiente comando:&lt;br /&gt;
 $ sudo aptitude update&lt;br /&gt;
&lt;br /&gt;
Esto nos servirá para actualizar la lista de paquetes que tenemos en nuestro repositorio. De esta manera ya tendremos los repositorios del sistema y los ''universe'' y ''multiverse'' activados.&lt;br /&gt;
&lt;br /&gt;
== Ver también ==&lt;br /&gt;
&lt;br /&gt;
* [[Activar repositorios externos]]&lt;br /&gt;
* [[Añadir aplicaciones]]&lt;br /&gt;
* [[Añadir repositorio de Google]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [Http: / / aptoncd.sourceforge.net / APTonCD, The Ubuntu &amp;quot;CD / DVD 2&amp;quot; Creator] {{en}}&lt;br /&gt;
* [Http: / / www.getdeb.net/ GetDeb] {{es}}&lt;br /&gt;
* [Fast cash http://cashpaydayloan.org]&lt;br /&gt;
* [Http: / / au.ubuntu.cafuego.net / Cafuego's Edgy Stuff] {{en}}&lt;br /&gt;
* [Http: / / www.easy-paydayloans.com easy payday loan]&lt;br /&gt;
[[Category: Getting Started]]&lt;br /&gt;
* [Http://www.AllDogBoots.com Dog Boots]&lt;/div&gt;</summary>
		<author><name>Sathi</name></author>	</entry>

	<entry>
		<id>https://guia-ubuntu.com/index.php/Activar_universe_y_multiverse</id>
		<title>Activar universe y multiverse</title>
		<link rel="alternate" type="text/html" href="https://guia-ubuntu.com/index.php/Activar_universe_y_multiverse"/>
				<updated>2010-12-03T18:44:11Z</updated>
		
		<summary type="html">&lt;p&gt;Sathi: /* Enlaces externos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Imagen:Menú.Propiedades_de_Software.jpg|thumb|''Fig.1'' Propiedades del software]]&lt;br /&gt;
&lt;br /&gt;
Ubuntu oficialmente sólo da soporte o apoya una cierta cantidad de programas disponibles directamente usando los programas ''Añadir y quitar'' o ''Synaptic'' (ver: [[Añadir aplicaciones]]) mediante el sistema de [[w:es:repositorio|repositorios]]. No es una cantidad muy grande ni completa pero afortunadamente la comunidad de usuarios hace posible que se puedan instalar decenas de miles de programas. &lt;br /&gt;
&lt;br /&gt;
Este artículo trata de activar los dos repositorios más importantes y conocidos extraoficiales:&lt;br /&gt;
&lt;br /&gt;
* '''Universe''': programas mantenidos por la comunidad&lt;br /&gt;
* '''Multiverse''': programas comerciales o [[w:es:software privativo|privativos]] de terceras empresas o fabricantes. &lt;br /&gt;
&lt;br /&gt;
== Activar los repositorios ==&lt;br /&gt;
&lt;br /&gt;
=== Mediante la interfaz gráfica ===&lt;br /&gt;
[[Imagen:Captura.Propiedades de Software3.jpg|thumb|''Fig.2'' Activando repositorios extra.]]&lt;br /&gt;
&lt;br /&gt;
{{Nota|A partir de la versión 7.04 Feisty Fawn de Ubuntu, los repositorios ''universe'' y ''multiverse'' vienen activados por defecto, por lo tanto no es necesario seguir estos pasos.}}&lt;br /&gt;
&lt;br /&gt;
El proceso para activarlo es muy sencillo, hay que ir al menú '''Sistema -&amp;gt; Administración -&amp;gt; Orígines del Software''' (ver ''Fig.1''). Ahora pulsamos en el botón '''Añadir''' y en la ventana que se abre vamos seleccionando todos los canales y activando las casillas: ''Mantenido por la comunidad (universe)'' y ''Software no libre (multiverse)'' (ver ''Fig.2'').&lt;br /&gt;
&lt;br /&gt;
Ahora marcamos la casilla de verificación de todos los canales universe y multiverse (ver ''Fig.3''). Una vez hecho esto pulsamos en el botón ''Cerrar''. &lt;br /&gt;
&lt;br /&gt;
[[Imagen:Captura.Propiedades_de_Software.jpg|thumb|''Fig.3'' Repositorios a activar..]] &lt;br /&gt;
&lt;br /&gt;
El sistema nos mostrará un aviso indicando que la lista de paquetes esta obsoleta. Pulsamos '''Recargar''' y el sistema procederá a actualizar la nueva lista de paquetes o programas disponibles desde ''Universe'' y ''Multiverse''.&lt;br /&gt;
&lt;br /&gt;
Recordar que como dice el aviso que se ve a continuación, necesitaremos de una conexión a Internet para poder actualizar e instalar nuevos programas:&lt;br /&gt;
&lt;br /&gt;
[[Imagen:Captura.Propiedades de Software2.png|300px|center|]]&lt;br /&gt;
&lt;br /&gt;
=== Mediante la línea de comandos ===&lt;br /&gt;
&lt;br /&gt;
Si no usas [[GNOME]] o quieres probar un método alternativo, lo puedes hacer mediante la línea de comandos.&lt;br /&gt;
&lt;br /&gt;
{{Advertencia|Para evitar posibles problemas si hubiera algún error, es recomendable hacer una copia del archivo '''/etc/apt/sources.list'''. Para guardar una copia de seguridad mediante la terminal, ejecutamos el siguiente comando:&lt;br /&gt;
 $ sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Editamos el archivo encargado de administrar los repositorios con cualquier editor de textos, por ejemplo [[GEdit]]:&lt;br /&gt;
 $ sudo gedit /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
Después de hacer esto cambiaremos nuestra ''sources.list'' suprimiendo las almohadillas (''#'') en cada línea donde aparece ''universe'' o ''multiverse''. Un ejemplo del ''sources.list'' simplificado sería el siguiente:&lt;br /&gt;
&lt;br /&gt;
{{Nota|Para el caso de otras versiones en lugar de ser '''feisty''' será el nombre correspondiente, como por ejemplo '''dapper''' o '''edgy'''.}}&lt;br /&gt;
&lt;br /&gt;
 deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse&lt;br /&gt;
 deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse&lt;br /&gt;
 &lt;br /&gt;
 deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse&lt;br /&gt;
 deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse&lt;br /&gt;
 &lt;br /&gt;
 deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse&lt;br /&gt;
 deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
De esa manera ya tendremos todos los repositorios activados, ahora y siempre que cambiemos la sources.list (es imprescindible) ejecutaremos el siguiente comando:&lt;br /&gt;
 $ sudo aptitude update&lt;br /&gt;
&lt;br /&gt;
Esto nos servirá para actualizar la lista de paquetes que tenemos en nuestro repositorio. De esta manera ya tendremos los repositorios del sistema y los ''universe'' y ''multiverse'' activados.&lt;br /&gt;
&lt;br /&gt;
== Ver también ==&lt;br /&gt;
&lt;br /&gt;
* [[Activar repositorios externos]]&lt;br /&gt;
* [[Añadir aplicaciones]]&lt;br /&gt;
* [[Añadir repositorio de Google]]&lt;br /&gt;
&lt;br /&gt;
== Enlaces externos ==&lt;br /&gt;
&lt;br /&gt;
* [http://aptoncd.sourceforge.net/ APTonCD, The Ubuntu &amp;quot;CD/DVD 2&amp;quot; Creator] {{en}}&lt;br /&gt;
* [http://www.getdeb.net/ GetDeb] {{es}}&lt;br /&gt;
* [http://cashpaydayloan.org fast cash]&lt;br /&gt;
* [http://au.ubuntu.cafuego.net/ Cafuego's Edgy Stuff] {{en}}&lt;br /&gt;
* [http://www.easy-paydayloans.com easy payday loan]&lt;br /&gt;
[[Categoría:Primeros pasos]]&lt;/div&gt;</summary>
		<author><name>Sathi</name></author>	</entry>

	</feed>