Diferencias entre las revisiones 4 y 263 (abarca 259 versiones)
Versión 4 con fecha 2017-07-24 21:15:19
Tamaño: 3102
Editor: FabioDuran
Comentario:
Versión 263 con fecha 2017-08-14 11:09:08
Tamaño: 657
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
}}}
Karyn could be the name her [[http://Www.Squidoo.com/search/results?q=parents|parents]] gave her and she totally digs that specify. South Dakota has for ages been his living place and the man has transport he needs there. I am currently a [[http://www.superghostblogger.com/?s=filing%20assistant|filing assistant]] and i am doing excellent financially. The thing I love most bee keeping that i'm trying products and are it an occupation. I am running and tweaking a blog here: http://newageskincareserum.net/[[http://newageskincareserum.net/natural-based-tips-for-clear-even-skin/|Natural Based Tips For Clear & Even Skin]]-based-tips-for-clear-even-skin/

Karyn could be the name her parents gave her and she totally digs that specify. South Dakota has for ages been his living place and the man has transport he needs there. I am currently a filing assistant and i am doing excellent financially. The thing I love most bee keeping that i'm trying products and are it an occupation. I am running and tweaking a blog here: http://newageskincareserum.net/[[http://newageskincareserum.net/natural-based-tips-for-clear-even-skin/|Natural Based Tips For Clear & Even Skin]]-based-tips-for-clear-even-skin/

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