i am unable to install monodevelop i am running it from terminal -- sudo apt-get install monodevelop but it comes out with error unable to locate package monodevelop how to install monodevelop on linux
Is there any method to install it from ubuntu software center
sudo apt install apt-transport-https dirmngr
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list
sudo apt update
make sure you copy this command perfectly, in step 3 make sure you copy all command
You should definitely install Monodevelop using Git repo. There are instructions right here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With