Diferencias entre las revisiones 6 y 112 (abarca 106 versiones)
Versión 6 con fecha 2017-07-24 21:24:11
Tamaño: 3472
Editor: FabioDuran
Comentario:
Versión 112 con fecha 2017-08-12 20:03:50
Tamaño: 831
Editor: 10
Comentario:
Los textos eliminados se marcan así. Los textos añadidos se marcan así.
Línea 1: Línea 1:
= Configuración de los repositorios =
<<TableOfContents>>

== Debian ==
Las arquitecturas disponibles son: x64 y x32y se encuentra disponible en el siguiente sitio http://debian.utalca.cl.

Actualmente se encuentran disponibles estás versiones:

 * [[http://debian.utalca.cl/debian/dists/oldoldstable/|Debian 7.11, o wheezy]]
 * [[http://debian.utalca.cl/debian/dists/oldstable/|Debian 8.9, o jessie]]
 * [[http://debian.utalca.cl/debian/dists/stable/|Debian 9.1, or stretch]]
 * [[http://debian.utalca.cl/debian/dists/testing/|Testing, or buster]]
 * [[http://debian.utalca.cl/debian/dists/unstable/|Unstable, or sid]]

Se debe tener encuenta que cada una de estás versiones posee las siguientes ramas:

 * '''Main:''' contiene aproximadamente el 90% de los paquetes de software de la distribución. Se considera está rama como la base de Debian puesto a que la totalidad de estos paquetes son libres y cumplen con los 10 principios de la [[https://www.debian.org/social_contract#guidelines|Debian Free software Guidelines]].
 * '''Contrib:''' posee software que también cumple con los principios de la Debian Free software Guidelines, pero que precisa de a lo menos un software o paquetes no libres para su compilación y/o ejecución. En general acá se encuentran la mayoría de los paquetes relacionado con multimedia (audio y video)
 * '''Non-free:''' tiene todos los paquetes privativos que obviamente no cumplen con las directrices de la Debian Free software Guidelines.

Para agregar el repositorio debian.utalca.cl se debe editar el fichero /etc/apt/sources.list con cualquier editor de texto y agregar las siguientes lineas:

{{{
deb http://debian.utalca.cl/debian/ <version> main contrib non-free
deb-src http://debian.utalca.cl/debian/ <version> main

#updates, previously known as 'volatile'
deb http://debian.utalca.cl/debian/ <version>-updates main contrib non-free
deb-src http://debian.utalca.cl/debian/ <version>-updates main contrib non-free
}}}
=== Uso a través de linea de comando ===
Una vez agregado las lineas de repositorio, como super-usuario (root) y a fin de actualizar la lista de paquetes disponibles por el repositorio se debe ejecutar una de las siguientes lineas (según preferencia):

{{{
# apt-get update
}}}
o

{{{
# aptitude update
}}}
Un posible resultado a obtener es el siguiente:

{{{
Hit:1 http://debian.utalca.cl/debian testing InRelease
Hit:2 http://debian.utalca.cl/debian testing-updates InRelease
Hit:3 http://security.debian.org testing/updates InRelease
Fetched 976 B in 3s (302 B/s)
Reading package lists... Done
}}}
Para instalar una aplicación se debe utilizar uno de los siguientes comandos

{{{
apt-get install gedit
}}}
o

{{{
aptitude install gedit
}}}
En donde gedit es la aplicación a instalar.

La búsqueda de aplicaciones se realiza a través del siguiente comando:

{{{
apt-cache search gedit
}}}
o

{{{
aptitude search gedit
}}}
Finalmente para eliminar una aplicación se debe utilizar:

{{{
apt-get remove gedit
}}}
o

{{{
aptitude remove gedit
}}}
=== GNOME Software ===
También se pueden agregar y manipular los repositorios de forma gráfica y [[https://wiki.gnome.org/Apps/Software|GNOME Software]] ayuda con esto.

A continuación unos screenshoot:

[[attachment:software.png]]

[[attachment:software-buscar.png]]

[[attachment:software-instalar-lanzar.png]]

[[attachment:software-source.png]]
[[HTML(<iframe src="//www.youtube.com/embed/Pxus2TppTkc" width="640" height="640"></iframe>)]]Hello, i'm [[http://Www.healthable.org/?s=Bronwyn|Bronwyn]] we think this might quite good when you say they. The thing I adore most curling but Dislike have period lately. Filing is his profession but soon his wife and him will start their own business. Missouri has for ages been her living place but she always be move associated with her family group. Go to my how does a person find out more: http://www.dulisiwei.com/home. [[http://zagrada-ua.com/?option=com_k2&view=itemlist&task=user&id=306440|the krazy coupon lady]] php?mod=space&uid=13072&do=profile&from=space<<<BR>>
><<<BR>>
>
<<<BR>>
><<<BR>>
>
Here is my web-site ... [[http://www.dulisiwei.com/home.php?mod=space&uid=13072&do=profile&from=space|chipotle coupons]]

HTML(<iframe src="//www.youtube.com/embed/Pxus2TppTkc" width="640" height="640"></iframe>)Hello, i'm Bronwyn we think this might quite good when you say they. The thing I adore most curling but Dislike have period lately. Filing is his profession but soon his wife and him will start their own business. Missouri has for ages been her living place but she always be move associated with her family group. Go to my how does a person find out more: http://www.dulisiwei.com/home. the krazy coupon lady php?mod=space&uid=13072&do=profile&from=space<
><
> <
><
> Here is my web-site ... chipotle coupons

linux/repositorios (última edición 2019-04-10 20:11:28 efectuada por FabioDuran)