This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

WINE Nutzbarkeit verbessern durch MONO-Complet Installation
#1
Wer Wine einsetzt hofft auf die Lauffähigkeit der gewünschten Windows Software.

Bisher habe ich auch durch Nachinstallation aller VisualC Runtimes sehr gute Erfolge erzielt.

Aber heute kam mir der Gedanke statt des "minimal" Mono doch das volle Paket zu installieren.
Mono ist ja bekanntlich der Linux Ersatz für .NET.

Schaden kann das keinesfalls, und vielleicht geht ja dann noch zusätzlich die Eine oder Andere Windows Software.

Installation:

Der Aufrug geschieht über LM- Systemverwaltung -Anwendungsverwaltung

Im Suchfeld oben links geben wir "mono" ein

   

einer der Treffer heisst "Mono-complete", das ist was wir suchen. Diesen installieren wir nun.

   
Zitieren
#2
Hallo Tron, ich mache das mit Mono einfach:

Server ubuntu-22.04.3 von hier:

https://ubuntu.com/download/server#architectures

Dazu kommt 'Mono' von hier:

Link:

https://www.mono-project.com/download/st...wnload-lin

code:

Code:
sudo apt install ca-certificates gnupg
sudo gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list

updaten:

sudo apt update

Setup von Mono auf dem Server über ssh:

sudo apt install mono-complete
All done!
Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste