How to Add MonoDevelop Repo for Ubuntu-Based OSes

March 16, 2020 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu MonoDevelop Repository Add

Hi! The Tutorial shows you Step-by-Step How to Add MonoDevelop Repository in Ubuntu GNU/Linux 64-bit Based Systems.

And MonoDevelop for Ubuntu makes it Easy for Developers to Port .NET Apps created with Visual Studio to Linux and macOS maintaining a Single Code Base for All Platforms.

So this Repo Setup is Valid for All the Ubuntu-based Distros like:

  • Linux Mint
  • Lubuntu
  • Kubuntu
  • Xubuntu
  • Zorin OS
  • Elementary OS
  • Linux Lite
  • Bodhi Linux
  • Kde Neon
  • Pop!_OS
  • Voyager
  • Trisquel
  • LXLE
  • feren OS
  • Peppermint
  • Q4OS
  • Linux Ultimate Edition
How to Add MonoDevelop Repository for Ubuntu-based Systems - Featured
  1. 1. Launching Terminal

    How to QuickStart with Command Line on Ubuntu

    Bash Shell Ubuntu QuickStart Guide
  2. 3. Adding MonoDevelop Repo

    Then to Add MonoDevelop Repository for Ubuntu
    For Ubuntu 18.04+ based play:

    sudo apt install apt-transport-https dirmngr
    Instead, on Older releses:
    sudo apt install apt-transport-https
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.
  3. 4. Adding MonoDevelop Repo

    Then to Add MonoDevelop Repository for Ubuntu
    So, at this time for Ubuntu 20.04+ based, so also for Mint 20+, Elementary OS 6+, Zorin 16+…:

    echo "deb [arch=amd64] https://download.mono-project.com/repo/ubuntu vs-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list
    For Ubuntu 18.04 based, so also for Mint 19, Elementary OS 5, Zorin 15…:
    echo "deb [arch=amd64] https://download.mono-project.com/repo/ubuntu vs-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list
    Again for Ubuntu 16.04 based, so also for Mint 18.x, Elementary OS 0.4, Zorin 12.x…
    echo "deb [arch=amd64] https://download.mono-project.com/repo/ubuntu vs-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list
    Finally, for Ubuntu 14.04 based, so also for Mint 17.x, Elementary OS 0.3, Zorin 9.x…
    echo "deb [arch=amd64] https://download.mono-project.com/repo/ubuntu vs-trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list

  4. 5. Adding MonoDevelop GPG Key

    Again to Add MonoDevelop GPG Signature Key
    Do:

    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
  5. 6. Refreshing Ubuntu Repo Sources

    Next to Refresh Ubuntu Apt Repository Sources
    Play:

    sudo apt update
  6. 7. Installing MonoDevelop

    Finally, to Install MonoDevelop for Ubuntu

    MonoDevelop Installation Guide

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

QuickChic Theme • Powered by WordPress