APT Repository
The NuGardt Software repository provides experimental and bleeding edge binaries for Ubuntu 14.04 LTS “Trusty-Tahr”, Debian 7 “Wheezy” and Raspbian (Raspberry Pi).
This is an unofficial repository. These packages may be broken as they are compiled directly from their source repository (svn, git). Not recommended for production machines. The packages will be recompiled at irregular intervals. The aim is to recompile them on a monthly basis.
To get access to the packages you need to add the repository to your installation.
1 |
sudo nano /etc/apt/sources.list |
Find a list of available repositories below. Use the repository for your distribution.
You can also browse the repository and download the Debian (.deb) packages.
Public GPG Repository Key
The repository is signed. Without the key you will receive warnings when updating or installing packages.
1 2 |
wget -q -O - http://repo.nugardt.com/public.gpg | sudo apt-key add - sudo apt-get update |
1 2 |
pub 4096R/45C8C944 2015-04-12 uid NuGardt Software Repository Signing Key <[email protected]> |
Mono Repository
Ubuntu 14.04 LTS Trusty Tahr (i386 and amd64)
1 |
deb http://repo.nugardt.com/ubuntu trusty mono |
Also reported working on Ubuntu 12.04 LTS Precise Pangolin.
Debian 7 Wheezy (i386 and amd64)
1 |
deb http://repo.nugardt.com/debian wheezy mono |
Raspbian Wheezy (armhf)
1 |
deb http://repo.nugardt.com/raspbian wheezy mono |
- Available Packages
- mono (v3.99.0 git)
- Mono open source ECMA CLI, C# and .NET implementation
- License: (Dual License) LGPL, MIT X11, GPL, Apache v2.0, BSD, MPL
- https://github.com/mono/mono
- mono-basic (v3.8 git)
- Visual Basic Compiler and Runtime
- License: LGPL v2, MIT X11
- https://github.com/mono/mono-basic
- libgdiplus (v3.8.0 git)
- C-based implementation of the GDI+ API
- License: Mozilla Public License v1.1
- https://github.com/mono/libgdiplus
- mono (v3.99.0 git)
1 2 3 4 5 6 7 8 9 10 |
Mono JIT compiler version 3.8.1 (master/a8a5187 Fri Aug 22 10:17:02 PDT 2014) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: x86 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: sgen |
Leave a Reply
You must be logged in to post a comment.