Showing posts with label mono. Show all posts
Showing posts with label mono. Show all posts

Saturday, June 26, 2010

Remove Mono From Your Ubuntu Install

Mono is a free and open source project led by Novell and backed by Microsoft to create an Ecma standard compliant, .NET-compatible set of tools. I have written previously about my opposition of Microsoft's involvement with the free software community.

Mono is the Trojan horse Microsoft will use to embrace, extend and extinguish free software. Removing Mono and it components is the first thing I do after a new install.

To remove Mono from your Ubuntu install, in a terminal:
sudo apt-get purge libmono* libgdiplus cli-common libglitz-glx1 libglitz1

The above command removes:
cli-common* f-spot* gbrainy* libart2.0-cil* libflickrnet2.2-cil*
libgconf2.0-cil* libgdiplus* libglade2.0-cil* libglib2.0-cil* libglitz-glx1*
libglitz1* libgmime2.4-cil* libgnome-keyring1.0-cil* libgnome-vfs2.0-cil*
libgnome2.24-cil* libgnomepanel2.24-cil* libgtk2.0-cil*
liblaunchpad-integration1.0-cil* libmono-addins-gui0.2-cil*
libmono-addins0.2-cil* libmono-cairo2.0-cil* libmono-corlib2.0-cil*
libmono-data-tds2.0-cil* libmono-i18n-west2.0-cil* libmono-posix2.0-cil*
libmono-security2.0-cil* libmono-sharpzip2.84-cil* libmono-sqlite2.0-cil*
libmono-system-data2.0-cil* libmono-system-runtime2.0-cil*
libmono-system-web2.0-cil* libmono-system2.0-cil* libmono2.0-cil*
libndesk-dbus-glib1.0-cil* libndesk-dbus1.0-cil* libnunit2.4-cil*
mono-2.0-gac* mono-gac* mono-runtime* tomboy*

This completely removes f-spot, gbrainy and Tomboy. Tomboy has a mono-free replacement, Gnote and f-spot is being replaced by the mono-free Shotwell in future Ubuntu releases.

To install Gnote, in a terminal type:
sudo apt-get install gnote

To install Shotwell, in a terminal type:
sudo add-apt-repository ppa:yorba/ppa
sudo apt-get update
sudo apt-get install shotwell

I don't have a decent replacement for gbrainy.

Removing Mono will also remove any 3rd party programs you have installed that rely on Mono like Banshee, Gnome-Do and Docky.

Kupfer is an excellent replacement for Gnome-do and Avant Window Manager for Docky. Both are available in the official repositories, but I would recommend using their PPAs to get the latest updated versions.

Have a question or problem that this article doesn't cover? Ask our Ubuntu Mini 9 Google Group for help.

Friday, June 5, 2009

Get Your Microsoft Out of My Linux

This week's article was going to be about Gnome-Do & Docky, but those programs are dead to me, as well as Banshee, Tomboy and Beagle. This is sad because I really liked Gnome-Do, Banshee and Beagle. The problem is that they use Mono, an open source implementation of the .NET development framework.

Christopher Smart has written an excellent article, Mono: An Infectious Disease about the dangers of using Mono. I encourage everyone to take the time to read this article. There are very serious consequences with allowing Mono to infiltrate GNU/Linux. Novell and Miguel de Icaza have been pushing Mono dependency into Gnome, giving Microsoft a foothold into Linux's most popular desktop environment.

An excerpt from the article:
Through the recent TomTom case it is clear that Microsoft is using patents to leverage power over open source. Microsoft knows that if they do nothing, free software will eventually destroy their bottom line. They have to do something, which they certainly are. Microsoft CEO Steve Ballmer admitted, "Linux is a serious competitor" and promised that the company will outsmart open source. So what’s their game plan?

One of the ways they are trying to gain the upper hand is by introducing their own proprietary programming framework into free software, which is called ‘.NET‘. While some parts of the .NET framework such as CLI and C# have been submitted to Ecma for standardisation, others have not. Even so, Microsoft still holds patents in relation to these standards, although the company grants “licenses on reasonable terms and conditions”, but only so long as the corresponding Ecma standard remains valid. The non-standard components also pose a risk.

Microsoft has ulterior motives for wanting support for .NET under Linux. They might not be able to destroy free software, but they sure want to control it. Microsoft CEO Steve Ballmer said: "I would love to see all open source innovation happen on top of Windows".
Mono will be the trojan horse that will add a ‘Microsoft tax’ to your GNU/Linux. I agree, Mono poses a real threat to free software. Richard Stallman said it best,
Microsoft has declared itself our enemy and we know that Microsoft is getting patents on some features of C#. So I think it's dangerous to use C#, and it may be dangerous to use Mono. There's nothing wrong with Mono. Mono is a free implementation of a language that users use. It's good to provide free implementations. We should have free implementations of every language. But, depending on it is dangerous, and we better not do that.
This is why more projects like Gnote, a port of Tomboy written in C++, need to be started and maintained. Free and proprietary software can co-exist and should, but free software doesn't need Microsoft's backhanded help.

Mono: An Infectious Disease excerpt was used with permission by the author Christopher Smart / CC BY 2.5

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.