Installation 6.1.2 in Raspberry Pi

Forum Home Forums Installation Issues Installation 6.1.2 in Raspberry Pi

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12743
    ArunRuchir
    Participant

    I have installed Dotnet in Raspberry Pi 4 as per all instructions. Then installed the latest version of RapidScada 6.1.2

    Unfortunately, dotnet is not working.
    $ echo $PATH
    /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/usr/share/dotnet
    $ dotnet -version
    -bash: /usr/bin/dotnet: No such file or directory

    Because of this error, none of the services are working and I am not able to proceed.

    Can someone please help?

    #12745
    Mikhail
    Moderator

    Hello,

    You could try installing .NET6 manually as written here.

    #12747
    manjey73
    Participant

    curl -sSL https://dot.net/v1/dotnet-install.sh | sudo bash /dev/stdin --channel LTS --runtime aspnetcore --install-dir /usr/share/dotnet/

    Try to install via a script from Microsoft
    Add a path as needed

    export PATH=”$PATH:/usr/share/dotnet”

    or a link as in the RapidScada installation documentation

    sudo ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.