Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I package Mono applications for Debian/Ubuntu

Are there any guidelines or tools for packaging Mono applications for Debian/Ubuntu? Like where to put Assemblies that ship with the application etc.

like image 769
zehrer Avatar asked Apr 04 '11 14:04

zehrer


People also ask

How do I install Mono framework on Debian 11?

In order to install Mono Framework on Debian 11, you will need: Basic knowledge of the Linux operating system. The first step in installing Mono Framework on Debian 11 is to make sure that your machine is up-to-date.

Is it possible to use Debian packages in Ubuntu?

Debian and Ubuntu use the same package format, and they often use the same package names, so it's sometimes possible to use a package intended for one system on the other. But don't count on it always working, as the dependencies aren't always in sync. You'll have a little better luck trying to recompile the packages from source.

What is a deb package in Linux?

The ‘deb’ package format comes from the Debian Linux distribution and is widely considered the best package format for system-level libraries and applications with rich and dynamic dependencies. We use .deb packages to create the base Ubuntu operating system and we include tens of thousands of debs for a wide range of open source applications.

What is the best way to get started with mono?

With that said, the easiest method is to get setup with a Linux distro that is Mono friendly such as Suse, or Ubuntu. Personally, I tried it using Ubuntu 8.10. Once you've got your Linux distro setup properly download and install MonoDevelop. This is an open source IDE that's tightly integrated to work with the Mono platform.


1 Answers

Mono has some general guidelines about packaging, but these are not specific to Debian/Ubuntu who may do things differently:

http://www.mono-project.com/Guidelines:Application_Deployment

like image 144
jpobst Avatar answered Sep 28 '22 03:09

jpobst