Mailinglist Archive: opensuse (3605 mails)

< Previous Next >
Re: [opensuse] Package manager update tomorrow ...
  • From: Andreas Hanke <andreas.hanke@xxxxxxxxxxxxxx>
  • Date: Sat, 10 Jun 2006 01:11:04 +0200
  • Message-id: <448A0008.6080900@xxxxxxxxxxxxxx>
Hi,

Azerion schrieb:
> YaST does not use
> Mono but suseRegister probably setup rug/mono and YaST at the same time so
> they dependencied it.

No, the Mono dependency of suseRegister doesn't have anything to do with
rug and zmd. suseRegister doesn't use rug/zmd at all, it depends on Mono
because it contains a tiny little C# app.

create-guid.cs is exactly 11 lines of C# code:

using System;

public class CreateGuid
{
public static void Main()
{
string guid = Guid.NewGuid ().ToString ("N");

Console.WriteLine(guid);
}
}

If someone rewrites this sophisticated and highly complex code in a
different language, the Mono dependency will be gone.

Andreas Hanke

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-help@xxxxxxxxxxxx

< Previous Next >