How do i install mono package for ubuntu 19.04 via cli?

Asked by Ankkit

Very simple question I know but I am a noob here.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mono Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
Ankkit (dackdel) said :
#2

but it says its only for 18.04

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

https://www.ubuntuupdates.org/package/core/disco/universe/base/mono-complete

Seems to be packaged. So:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install mono-complete

Should do it

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

You may also want to run:

sudo apt-get install ca-certificates-mono

To cover the bases (as stated in the first link)

Revision history for this message
Ankkit (dackdel) said :
#5

Thanks actionparsnip, that solved my question.