Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ Install mono offline on CentOS     - Linux command to view the system status (Linux)

- Go Languages Reviews (Programming)

- Nginx concerning the location and rewrite applications proxy_pass (Server)

- Linux SSH commands (Linux)

- CentOS 5.8 (64) Python 2.7.5 installation error resolved (Linux)

- WordPress blog installation Redis Cache (Server)

- QEMU image file used: qcow2 and raw (Linux)

- Hyper-V virtual hard disk how to copy files to and attached to the virtual machine (Linux)

- MySQL stored procedures execute dynamic sql statement (Database)

- PostgreSQL vacuum principle of a function and parameters (Database)

- Computer security protection remove local and remote system log files (Linux)

- Linux system crash (no such file or directory) How to rescue database (Linux)

- How to Install Sticky Notes on Ubuntu and Derivatives (Linux)

- OpenCV 3.0 + Python 2.7 installation and testing under Ubuntu 14.04 (Linux)

- Difference Docker mirror and containers (Server)

- Java reflection summary (Programming)

- DRBD + Heartbeat solve NFS single point of failure (Server)

- CentOS directory structure Explanation (Linux)

- Linux remote landing system (Linux)

- Linux file system (inode and block) (Linux)

 
         
  Install mono offline on CentOS
     
  Add Date : 2018-11-21      
         
         
         
 

work needs to be installed on a computer can not be networked mono runtime environment, where I paste deployed on CentOS process for your reference, but also facilitate their future viewing.

Before installing mono, you need to build an offline source software, because mono installation process need to install the package depended on. At the same time, set up the software source also facilitate our offline after install some common procedures.

1. Offline source software to build

2. Download the installation package mono

In mono official website (http://download.mono-project.com/sources/mono/) you need to download the installation package, I downloaded the mono-3.12.1.tar.bz2, Here's to the file bag, for example.

3. Extracting package

On the computer

The mono copies of the software installation package to be deployed into the terminal in the directory, use the " tar -jxvf mono * tar.bz2 " command to extract the installation package. After extracting the package will be a file name similar to a folder in the directory where the package in.

4. Compile and install

After entering the unzipped folder by running the following command:

./ configure --prefix = / usr / local / mono

make

make install

to install the software on mono. Compile and install the entire process about 10-15 minutes or so.

5. Path Configuration

After the program is compiled, run the " ln -s / usr / local / mono / bin / mono-sgen / usr / bin / mono " command adds the mono boot program to the search path system, and then reboot the system or log off re-register.

After the completion of the above command can be used in the terminal " mono " mono command to check whether the installation was successful. If successful installation will display an error message and mono software.

     
         
         
         
  More:      
 
- ActiveMQ5.10.2 version configuration JMX (Linux)
- CentOS 5.8 (64) Python 2.7.5 installation error resolved (Linux)
- Linux network security probing tools Hping2 (Linux)
- How to merge two pictures in Cacti (Linux)
- To delete the directory and all specified files under the Mac (Linux)
- How to install the Linux text editor Atom 0.124.0 (Linux)
- Java concurrent programming combat (using synchronized synchronization method) (Programming)
- Java uses JDBC connect database (Programming)
- Linux system ARP attack solution (Linux)
- Novice Advanced Ubuntu7.10 configured IP address (Linux)
- PHP call a Python program (Programming)
- Nginx configuration support f4v video format player (Server)
- About enhanced Linux / Unix server system security program (Linux)
- CentOS install expect (Linux)
- Java Set and List in the relationship and difference (Programming)
- Android system source code and compile the kernel source code (Programming)
- Ubuntu 14.04 / Linux Mint 17 How to install the MintMenu 5.5.2 menu (Linux)
- MySQL how to export files with the date format (Database)
- How to Install Xombrero 1.6.4 (minimalist Web browser) on Ubuntu and Archlinux (Linux)
- Disk partition MBR (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.