4

I'm trying to install dotnet4.5 using winetricks on Ubuntu12.04 64bit. It keeps on giving me "Mono does not appear to be installed " error though I have mono installed. I ran these two commands to get mono and mono-complete

sudo apt-get mono-vbnc
sudo apt-get mono-complete

The Wine version I am using is 1.6. I have already tried reinstalling it. It's not just dotnet4.5 but all the versions of dotnet give me the same error.

I have already tried askUbuntu forums to no avail.

knocte
  • 16,941
  • 11
  • 79
  • 125
Cyber Wolf
  • 41
  • 1
  • 3

1 Answers1

1

Try this:

apt-file update && sudo apt-get install `apt-file search mono.pc --package-only`
knocte
  • 16,941
  • 11
  • 79
  • 125
  • Doesn't work . Shows the Following :: File is up-to-date. Reading package lists... Done Building dependency tree Reading state information... Done libmono-cil-dev is already the newest version. libmono-cil-dev set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 23 not upgraded. – Cyber Wolf Jul 09 '15 at 02:56