How to install .NET 4.6 on Ubuntu 17.04?

Questions about Wine on Linux
Locked
Vadi
Level 1
Level 1
Posts: 6
Joined: Mon Nov 20, 2017 8:24 am

How to install .NET 4.6 on Ubuntu 17.04?

Post by Vadi »

I'm not having luck with .NET 4.6 on Ubuntu 17.04: https://hastebin.com/ifehowifat.coffeescript

How can I get it installed?
Vadi
Level 1
Level 1
Posts: 6
Joined: Mon Nov 20, 2017 8:24 am

Re: How to install .NET 4.6 on Ubuntu 17.04?

Post by Vadi »

I'm using wine-stable as well in here. I can't use wine-staging because the package seems broken and wants to uninstall software I use:

[quote]
$ sudo apt install winehq-staging
[sudo] password for vadi:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
attr gir1.2-gusb-1.0 gnome-software-common gstreamer0.10-x libaio1 libboost-random1.62.0 libcephfs1 libdfu1 libfwupd1 libgexiv2-2 libgtkspell3-3-0 python-dnspython shotwell-common
tdb-tools
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
i965-va-driver:i386 libva-drm1:i386 libva-x11-1:i386 libva1:i386 libxcb-xfixes0:i386 mesa-va-drivers:i386 va-driver-all:i386 wine-staging wine-staging-amd64 wine-staging-i386:i386
Suggested packages:
libfglrx-amdxvba1:i386
Recommended packages:
libgtk-3-0:i386
The following packages will be REMOVED:
fwupd gnome-software gnome-software-plugin-snap gstreamer0.10-plugins-good hardinfo intel-graphics-update-tool libsnapd-glib1 libwebkit2gtk-4.0-37-gtk2 shotwell snapd-login-service
ubuntu-software winehq-stable
The following NEW packages will be installed:
i965-va-driver:i386 libva-drm1:i386 libva-x11-1:i386 libva1:i386 libxcb-xfixes0:i386 mesa-va-drivers:i386 va-driver-all:i386 wine-staging wine-staging-amd64 wine-staging-i386:i386
winehq-staging
0 upgraded, 11 newly installed, 12 to remove and 1 not upgraded.
Need to get 48,0 MB of archives.
After this operation, 382 MB of additional disk space will be used.
[quote]
Locked