Debian, Ubuntu, and derivatives

Add the Mono Project GPG signing key and the package repository to your system (if you don’t use sudo, be sure to switch to root):

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update

Run a package upgrade to upgrade existing packages to the latest available. Then install Mono as described in the Usage section.

Note: While the APT package is built against Debian Wheezy, it is compatible with a number of Debian derivatives (including Ubuntu) which means you can use the same repository across all these distributions.

mod_mono (Ubuntu 13.10 and later, Debian 8.0 and later)

To enable mod_mono installation on Ubuntu 13.10 and later, and Debian 8.0 and later (and their derivatives), you will need to add a second repository to your system, in addition to the generic Debian/Ubuntu repository above (if you don’t use sudo, be sure to switch to root):

echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list

Alpha update channel

If you want to test bleeding-edge updates to Mono, we now have an alpha update channel. Please report bugs promptly, so we have time to fix them before packages are migrated to stable!

Debian, Ubuntu, and derivatives (alpha channel)

echo "deb http://download.mono-project.com/repo/debian alpha main" | sudo tee /etc/apt/sources.list.d/mono-xamarin-alpha.list
sudo apt-get update

Beta update channel

If you want to test bleeding-edge updates to Mono, we now have a beta update channel. Please report bugs promptly, so we have time to fix them before packages are migrated to stable!

Debian, Ubuntu, and derivatives (beta channel)

echo "deb http://download.mono-project.com/repo/debian beta main" | sudo tee /etc/apt/sources.list.d/mono-xamarin-beta.list
sudo apt-get update

最新文章

  1. noip2016十连测round2
  2. php生成json或者xml数据
  3. WindowsService 创建.安装.部署
  4. Idea反向生成JavaBean
  5. Windows Server 2003服务器无法下载.exe文件的解决方法
  6. UItableView 编辑
  7. struts2的标签中得到JSP脚本的变量值
  8. 什么是马甲APP?怎么用马甲APP导流
  9. ubuntu 创建eclipse 快捷方式
  10. 单链表,循环链表,双向链表(C++实现)
  11. java 错误 classes路径配置错误
  12. JAVA RPC(二)序列化协议杂谈
  13. JDBC 中preparedStatement和Statement区别
  14. Visual Studio 2017 社区版的安装与组件修改(C++)
  15. 关于jsp页面到页面传值
  16. C语言动态链表数据结构实现的学生信息项目
  17. centos6.5下安装mysql5.6
  18. windows核心编程
  19. jquery控制input只能输入数字和两位小数
  20. [python]如何理解uiautomator里面的 child, child_by_text, sibling,及使用场景

热门文章

  1. PAT自测-5 Shuffling Machine
  2. 从头到尾彻底理解KMP
  3. 【转】ACM博弈知识汇总
  4. python技巧 之文件读取
  5. FMDB简单封装和使用
  6. js事件模型与自定义事件
  7. 自动化服务安装部署工具-Ansible
  8. HTML JQuery 技巧总结
  9. MySQL 表分区详解MyiSam引擎和InnoDb 区别(实测)
  10. shell-引号