New Mint-Update

Archived topics about LMDE 1 and LMDE 2
Locked
Dyfi

New Mint-Update

Post by Dyfi »

Using LMDE in a business environment on three desktops.

Decided to fresh install on one of them last evening - just to try the "latest repo" updates. Approx 1GB of updates downloaded satisfactorily. Mint update crashed twice during the installs - probably due to the heavy load - I expected this to happen -have seen similar before.

However, using "dpkg --configure -a", and then, "apt-get upgrade" after a reboot everything installed perfectly! Very impressed - all we need now is a new .iso updated with the new MU. I believe this would bring new users in, the massive amount of updates is offputting for some new folk.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
zerozero

Re: New Mint-Update

Post by zerozero »

we can only hope for that updated iso;
with the update packs, the new MU-debian, and an updated iso, LMDE can be 2011 Big Thing
User avatar
dritzominous
Level 3
Level 3
Posts: 161
Joined: Sat Nov 14, 2009 12:49 am

Re: New Mint-Update

Post by dritzominous »

Well, I had problems with getting the new repositories to work with mintupdate.

1. I had to clear out my /etc/apt/sources.list of other debian poo, and replaced it with:

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest 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
2. I opened Mintupdate and hit Edit>Software Sources
I unchecked all sources other than the multimedia and security repos (I dont' know where Mintupdate gets it's sources, but I just deleted them, forcing it to use sources.list I suppose.... IDK, I hope someone can shed some light on how this works. Where does Mintupdate get it's sources? Because even after deleting /etc/apt/sources.list it still continued to use the previous source list. Why doesn't it just use sources.list? Kinda gay, I think.

3. Then I did:

Code: Select all

sudo apt-get purge mintupdate

sudo updatedb

locate *mintupdate*  (to see what you're deleting)

sudo -s locate *mintupdate* | xargs rm -rf    (a regular sudo just didn't cut it)

sudo updatedb

sudo apt-get install mintupdate-debian
Now mintupdate-debian is workin spiffy, and the old mintupdate is gone! :P
Locked

Return to “LMDE Archive”