# El directorio /etc/apt/sources.list.d/ ofrece una manera de añadir entradas de «sources.list» en ficheros separados. # El formato es idéntico al del fichero normal sources.list # Los nombres de los ficheros sources alternativos deben terminar en .list, y sólo pueden contener caracteres de letras (a-z y A-Z), dígitos (0-9), guión bajo (_), guión (-) y punto (.) # Si el archivo se llama alternativo.list.txt borra .txt # https://wiki.debian.org/DebianRepository/Unofficial # https://debgen.simplylinux.ch # https://repogen.simplylinux.ch # Debian Multimedia deb http://www.deb-multimedia.org buster main non-free # muCommander # Run this command: sudo wget -O - http://apt.mucommander.com/apt.key | sudo apt-key add - deb http://apt.mucommander.com stable main non-free contrib # TOR # Llave: sudo wget -O - https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | sudo apt-key add - # Info: https://www.torproject.org/docs/debian deb https://deb.torproject.org/torproject.org buster main # WINDSCRIBE VPN # Llave: apt-key adv --keyserver keyserver.ubuntu.com --recv-key FDC247B7 # Info: https://esp.windscribe.com/guides/linux deb https://repo.windscribe.com/debian buster main # Steam # Llave: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B05498B7 # Info: https://wiki.debian.org/es/Steam deb http://repo.steampowered.com/steam/ precise steam # Ubuntuzilla # Llave: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2667CA5C # Info: https://sourceforge.net/p/ubuntuzilla/wiki/Main_Page/ deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main # Virtualbox # Llave: sudo wget -O - https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo apt-key add - # Llave: sudo wget -O - https://www.virtualbox.org/download/oracle_vbox.asc | sudo apt-key add - # Info: https://www.virtualbox.org/wiki/Linux_Downloads deb http://download.virtualbox.org/virtualbox/debian buster contrib # Spotify # Llave: sudo wget -O - https://download.spotify.com/debian/pubkey.gpg | sudo apt-key add - # Info: https://www.spotify.com/es/download/linux/ deb http://repository.spotify.com stable non-free # Skype # Llave: sudo wget -O - https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add - # Comando instalar: sudo apt install skypeforlinux deb https://repo.skype.com/deb stable main # LibreOffice PPA # This PPA will have what the Document Foundation calls "LibreOffice fresh", the latest release of the newest series (but no alpha/beta releases). # Llave: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444 # Info: https://launchpad.net/~libreoffice/+archive/ubuntu/ppa deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu groovy main