Removing Mono - Banshee

Archived topics about LMDE 1 and LMDE 2
Locked
flebber

Removing Mono - Banshee

Post by flebber »

Is Banshee the only reason that LMDE has mono? I would really like to get rid of mono out of my install, is it as simple as

Code: Select all

sudo apt-get purge mono
And will I have a working install if I do that?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
zerozero

Re: Removing Mono - Banshee

Post by zerozero »

won't hurt a bit :D and you will be a bit "cleaner" :lol:
see this topic (is not exactly new, but the info is still useful)
http://forums.linuxmint.com/viewtopic.p ... 99#p566799
if you are a bit too worried you can try a simulation

Code: Select all

sudo apt-get -s purge libmono* libgdiplus cli-common
flebber

Re: Removing Mono - Banshee

Post by flebber »

Sweet ! thanks don't care much for mono.
rik_rs

Re: Removing Mono - Banshee

Post by rik_rs »

sudo apt-get -s purge libmono* libgdiplus cli-common
Don't work completely (e.g. libgdiplus remains there)

For effective removal:
sudo apt-get purge mono-runtime && sudo apt-get purge libgdiplus cli-common && sudo apt-get -s purge libmono*
Locked

Return to “LMDE Archive”