官網 http://pkg-mono.alioth.debian.org/linux
在/etc/apt/sources.list 加上.net
deb http://debian.meebey.net/pkg-mono ./debug
安裝
sudo apt-get install mono-devel # mono-complete 這個rest
查看版本
mono -V
Mono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-8)
Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)get
下載jexus
一、下載:
地址:http://www.linuxdot.net/down/jexus-5.1.tar.gz,能夠用wget下載,如:wget http://www.linuxdot.net/down/jexus-5.1.tar.gzit
二、解壓:
tar -zxvf jexus-5.1.tar.gzio
三、安裝:
Jexus安裝很是簡單,僅僅就是一個複製、粘帖和註冊全局程序集的過程,但要特別注意:須要用root身份進行操做。
A、複製文件,建議把jexus安裝到/usr/jexus中:
sudo cp -rf jexus-5.1 /usr/jexus
B、註冊全局程序集:
cd /usr/jexus
sudo ./jws.regsvr
C、請查看 jws.start、jws.stop、jws.restart、jws.regsvr這幾個腳本文件的權限,肯定是否具備可執行權限。thread
相比Centos上debian上的安裝要簡單多了權限