mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
28 lines
1.5 KiB
Plaintext
28 lines
1.5 KiB
Plaintext
![]() |
## Linux Mint Debian Edition / LMDE
|
||
|
|
||
|
## LMDE main repositories
|
||
|
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
|
||
|
# LMDE doesn't contain deb-src lines by default. They are required for changelogs, "apt-get build-dep" etc.
|
||
|
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
|
||
|
|
||
|
## Debian (testing) main repositories
|
||
|
### Why Debian testing repositories?
|
||
|
#### From http://www.linuxmint.com/download_lmde.php:
|
||
|
##### " 2. Is LMDE fully compatible with Debian?"
|
||
|
####### "Yes, 100%. LMDE is compatible with repositories designed for Debian Testing."
|
||
|
deb http://http.debian.net/debian testing main contrib non-free
|
||
|
deb-src http://http.debian.net/debian testing main contrib non-free
|
||
|
deb http://security.debian.org/ testing/updates main contrib non-free
|
||
|
deb-src http://security.debian.org/ testing/updates 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
|