Sunday, July 12, 2020

How To Install Mono On Ubuntu 18.04 LTS Desktop


------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Mono is a platform for developing and running cross-platform applications based on the ECMA/ISO Standards. It is a free and open-source implementation of Microsoft’s .NET framework.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Our Server Specification:-

Os : Ubuntu 18.04 64Bit  || Hostname: www.yourdomain.com || IP Address of Server:192.168.1.50

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

lsb_release -cd  ; getconf LONG_BIT ; hostname ; hostname -I

apt install -y build-essential net-tools curl git software-properties-common dirmngr gnupg apt-transport-https ca-certificates

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

sudo sh -c 'echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" > /etc/apt/sources.list.d/mono-official-stable.list'

sudo apt update ; sudo apt install mono-complete -y

mono --version

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment