mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 00:40:43 +01:00
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
## Main Debian archives.
|
|
deb http://http.debian.net/debian unstable main contrib non-free
|
|
deb-src http://http.debian.net/debian unstable main contrib non-free
|
|
|
|
|
|
## Virtualbox
|
|
# gpg --keyserver pool.sks-keyservers.net --recv-keys 98AB5139
|
|
# gpg --export -a 7B0FAB3A13B907435925D9C954422A4B98AB5139|apt-key add -
|
|
deb http://download.virtualbox.org/virtualbox/debian wheezy contrib
|
|
|
|
# MATE
|
|
deb http://repo.mate-desktop.org/debian jessie main
|
|
deb-src http://repo.mate-desktop.org/debian jessie main
|
|
# apt-get --yes --quiet --allow-unauthenticated install mate-archive-keyring
|
|
|
|
## Main LMDE archives
|
|
deb http://packages.linuxmint.com/ debian main upstream import
|
|
deb http://debian.linuxmint.com/latest testing main contrib non-free
|
|
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
|
|
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
|
|
deb-src http://packages.linuxmint.com/ debian main upstream import
|
|
deb-src http://debian.linuxmint.com/latest testing main contrib non-free
|
|
deb-src http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
|
|
deb-src http://debian.linuxmint.com/latest/multimedia testing main non-free
|