Created
August 28, 2016 15:13
-
-
Save yoyo308/90f77896add75ba6d6cf6ff9f3dc8ffb to your computer and use it in GitHub Desktop.
Mi repositorios Debian testing (Stretch) Septiembre 2016
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Este es el contenido de mi /etc/apt/sources.list | |
########### DEBIAN TESTING REPOS ############# | |
## Seguridad testing | |
deb http://security.debian.org/ testing/updates main contrib non-free | |
#deb-src http://security.debian.org/ testing/updates main contrib non-free | |
## Oficiales testing | |
deb http://ftp.fr.debian.org/debian/ testing main contrib non-free | |
#deb-src http://ftp.fr.debian.org/debian/ testing main contrib non-free | |
## Multimedia testing | |
## Añadir la key del repositorio #apt install deb-multimedia-keyring | |
deb http://www.deb-multimedia.org testing main non-free | |
#deb-src http://www.deb-multimedia.org/ testing main non-free | |
Si no encuentra la firma del repo multimedia, deb-multimedia-keyring, se puede bajar el .deb desde aquí | |
https://deb-multimedia.org/pool/main/d/deb-multimedia-keyring/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
THank you