GithubHelp home page GithubHelp logo

Comments (2)

pzhlkj6612 avatar pzhlkj6612 commented on June 14, 2024 1

Hi!

It looks OK in a fresh-installed Debian 11 VM:

20231126-224116-debian-11-wine-Dependencies_x64

The package: v1.11.1 ยง Dependencies_x64_Release.zip

I know a little about Wine, so did some googling. Hope the following content is helpful to you.


Wine Mono is required to run DotNET apps, so download its installer from https://dl.winehq.org/wine/wine-mono/ .

Then, execute commands:

sudo apt install wine

sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
wine msiexec /i wine-mono-8.1.0-x86.msi

wine DependenciesGui.exe

The environment:

$ uname -a
Linux debian-11-0 5.10.0-26-amd64 #1 SMP Debian 5.10.197-1 (2023-09-29) x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 11 (bullseye)
Release:	11
Codename:	bullseye
$ cat /etc/debian_version 
11.8
$ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Ref: Mono Package for Wine is not installed - Ask Ubuntu ยง answer 1448770

from dependencies.

Martin15135215 avatar Martin15135215 commented on June 14, 2024

Thanks for the help!

from dependencies.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.