NextPVR Forums

Full Version: How to install dotnet on linux arm64_
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I\v downloaded the binaries form the supplied link, but how to install???
If you installed dotnet from the zip and NPVR.zip in a folder

what I run is

nohup /pathtto/dotnet /pathto/NextPVRServer.dll &

Martin
mvallevand Wrote:If you installed dotnet from the zip and NPVR.zip in a folder

what I run is

nohup /pathtto/dotnet /pathto/NextPVRServer.dll &

Martin

No the problem is that I can\t find any way to install dotnet, the binaries comes as a .tar.gz and when I unpack it I get:
Code:
karstein@MMX3:~$ cd dotnet
karstein@MMX3:~/dotnet$ ls
dotnet  host  LICENSE.txt  shared  ThirdPartyNotices.txt
karstein@MMX3:~/dotnet$
@Redware that is correct, there is a dotnet binary in the dotnet folder

to confirm it works run

dotnet --list-runtimes

after that it is

dotnet /pathto/NextPVRServer.dll

Martin
mvallevand Wrote:@Redware that is correct, there is a dotnet binary in the dotnet folder

to confirm it works run

dotnet --list-runtimes

after that it is

dotnet /pathto/NextPVRServer.dll

Martin

moved the whole dotnet package to /sbin and it works, thanks Smile
I think /opt is typically used for third party apps like dotnet as the "choice" location and so most things you will read show it being /opt/dotnet/dotnet for the binary.

Martin
mvallevand Wrote:I think /opt is typically used for third party apps like dotnet as the "choice" location and so most things you will read show it being /opt/dotnet/dotnet for the binary.

Martin

Ok, I didn't know that, I'v always put it in sbin. I'll move it again if that is the correct way of doing things.

Now to the problem of compiling the driver for TBS5520SE, build directory is missing from /lib/modules/5.2.0-aml-g12/