mono package for wine

590

Solution 1

Please note that the repository suggested here is deprecated. Refer to here for more information.

It seems to be a problem with the (Ubuntu) wine package. Installing both, the wine1.7 and the wine-mono4.5.4 package, from the wine PPA, works.

The steps are as follows:

  1. Remove the (Ubuntu) wine package (if it is installed): sudo apt-get remove --purge wine
  2. Add the wine PPA to the package repositories: sudo add-apt-repository ppa:ubuntu-wine/ppa && sudo apt-get update
  3. Install the wine and wine-mono packages from the PPA (adjust to newer version numbers if necessary): sudo apt-get install wine1.7 wine-mono4.5.4

Thanks to Sneether for pointing out the PPA.

Solution 2

mono for wine is not installed, refusing to run .NET applications

You can try installing .NET framework it-self, e.g.

sudo apt-get install winetricks
winetricks dotnet45
Share:
590

Related videos on Youtube

Adi R6S
Author by

Adi R6S

Updated on September 18, 2022

Comments

  • Adi R6S
    Adi R6S over 1 year

    I am building app with Powerapps that will be able to take a snap picture and the it to sharepoint, i all ready did this so far but i would like to, when i snap the photo not to have it on same screen where is live camera but have it on other screen, this why i can safe space on screen where am taking pic and having more space on other screen to work with taken pic, so is there command action for button that will take pic and move it same time to other screen?

    My screens looks like this: Screen1 with button UpdateContext({TakenPic: Camera1.Stream}) Screen2 with Image source without command

    • Adi R6S
      Adi R6S over 4 years
      i found the solution, you add on Screen1 button UpdateContext({TakenPic: Camera1.Stream});; Navigate(Screen2; ScreenTransition.Fade;{CV: TakenPic}) and on the Screen2 you add picture source and add CV as on Image :)
  • Jiří Doubravský
    Jiří Doubravský over 6 years
    does not work on UBUNTU 17.10, repo has no "Aardvark" packages for wine and mono ...
  • Adi R6S
    Adi R6S over 4 years
    thank you for replay Allen, i do know about Navigate command but in your example taken picture is not moving to Screen2, it only switch the screen but i need code to move picture as well not only switch