WineHQ

.NET Framework

.NET Framework 4.8.1

Application Details:

Version: 4.8.1
License: Free to use
URL: http://msdn.microsoft.com/netf...
Votes: 0
Latest Rating: Garbage
Latest Wine Version Tested: 8.8

Maintainers: About Maintainership

Free Download .NET Framework 4.8.1 download page

Test Results

Selected Test Results

What works

The installer dialog will launch and display.

What does not

Installer checks for operating system and prevents proceeding with the following error:

Blocking Issues:
The .NET Framework 4.8.1 is not supported on this operating system.

The installer will not go any further without hacks, patches or workarounds.


Workarounds

What was not tested

Using winetricks, installing dependencies that may be needed for the installer.

Hardware tested

Graphics:

  • GPU: Nvidia
  • Driver: open source

Additional Comments

Here's the following debug info:

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentArch Linux x86_64May 18 20238.8No Not installable NoGarbageDavin Ockerby 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

Verify .NET Framework installation using .NET Framework Setup Verification Tool (Microsoft)

Last update: 2023-06-16


To verify .NET Framework installation(s) you can use the .NET Framework Setup Verification Tool from Aaron Stebner (Microsoft) which checks for proper installation of .NET assemblies and registry entries:

$ wget 'https://web.archive.org/web/20200729095123/https://msdnshared.blob.core.windows.net/media/2018/05/netfx_setupverifier_new.zip'
$ unzip netfx_setupverifier_new.zip
$ env WINEPREFIX=$HOME/winedotnet wine ~/netfx_setupverifier.exe

Select the .NET Framework version you want to verify and evaluate the log file manually if verification failed.

Comments

Back