ferri wrote:Mr. B wrote:This is how i understood it:
1: Install LMDE 201109
2: After the installation do NOT update and turn off the multimedia and security repo.
3: Wait until Update pack 3 is released and follow the instructions that might come with the announcement.
Aleluja. :D
Er. Is this really what we're supposed to do? Not update at all?
I've been trying to do a fresh installation and apply all updates, but I've borked the system and had to reinstall twice now. What I'd like to do is to track the Debian testing repos but keep the Mint repos available as well. I don't think that I need or want to use the Mint Updater or Update Packs. I've done this in the past, but this time it's not working at all.
Who has this working on the latest LMDE?
What I would think would work is to delete everything in /etc/apt/preferences and change /etc/apt/sources.list to this:
- Code: Select all
## DEBIAN
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free
## LMDE
deb http://packages.linuxmint.com/ debian main upstream import
#deb http://debian.linuxmint.com/latest testing main contrib non-free
I'm commenting out the line with the LMDE "latest" repo, since that seems to be in conflict with the Debian repos, right?
Then I would like to disable the Mint Updater and update normally using sudo apt-get update and sudo apt-get dist-upgrade.
Any reason this would not work? If so, how can I make it work? Maybe I should just jump to sid and that will straighten things out?