Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
When running a program that uses .net, dotnet is not found.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
elover
Apprentice
Apprentice


Joined: 20 Nov 2019
Posts: 159
Location: Spain

PostPosted: Sat Oct 21, 2023 10:32 am    Post subject: When running a program that uses .net, dotnet is not found. Reply with quote

Hello, I just compiled Mesen2 and when I run it, it does not find dolnet.
Code:

You must install .NET to run this application.

App: /home/juanpe/Emuladores/Mesen2/bin/linux-x64/Release/linux-x64/publish/Mesen
Architecture: x64
App host version: 6.0.23
.NET location: Not found

Learn about runtime installation:
https://aka.ms/dotnet/app-launch-failed

Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=gentoo.2.14-x64&apphost_version=6.0.23


eselect dotnet list
Code:
  [1]   dotnet-bin-6.0 (/opt/dotnet-sdk-bin-6.0) *
  [2]   dotnet-bin-7.0  (/opt/dotnet-sdk-bin-7.0)
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3879

PostPosted: Sat Oct 21, 2023 10:42 am    Post subject: Reply with quote

Try
as your user
Code:

echo "export DOTNET_ROOT=/opt/dotnet-sdk-bin-6.0/" >> ~/.bashrc
source ~/.bashrc

_________________
:)
Back to top
View user's profile Send private message
elover
Apprentice
Apprentice


Joined: 20 Nov 2019
Posts: 159
Location: Spain

PostPosted: Sat Oct 21, 2023 10:55 am    Post subject: Reply with quote

alamahant wrote:
Try
as your user
Code:

echo "export DOTNET_ROOT=/opt/dotnet-sdk-bin-6.0/" >> ~/.bashrc
source ~/.bashrc


Thank you very much. Solved my problem
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum