pcfan5
Thu Sep 27, 2018 6:13:34 pm
Hello, I 've trying to run this program "rt_7_lite_win7_Vista_x86_sp-2.6.0" under linux. It is imposible. I 've learn that "mon Runtime" is a or could be a substitute for .NETframework , which is needed for this program, the issue is that I cannot run it with Wine , it ask for a .NETframework version higher than 3.5, so I tired several commands to install it, I also learned that Winetreaks could help ( I didn't knwo how to mannage it), Playonlinux,gave the same error than Wine. Also tried to change wine settings, set compatible for "windows xp" the rt_7_lite_win7_Vista_x86_sp-2.6.0 or its version for x64 , didn't run.
I downloaded .Netframework from here [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displayLang=es
[/url]
then tried to install it with mono runtime, it didn't work. As I thought mono wasn't install so I did all of this: (maybe 3rd order is wrong I took it from a tutorial, I cannot find now where)
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Tried installing .NetFramework with mono (left click , run with...) It didn't work.
All in all, is it possible to run "rt_7_lite_win7_somehow?"
I downloaded .Netframework from here [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displayLang=es
[/url]
then tried to install it with mono runtime, it didn't work. As I thought mono wasn't install so I did all of this: (maybe 3rd order is wrong I took it from a tutorial, I cannot find now where)
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- Code:
sudo apt install mono-devel
sudo apt update
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt install mono-devel
Tried installing .NetFramework with mono (left click , run with...) It didn't work.
All in all, is it possible to run "rt_7_lite_win7_somehow?"