-
Notifications
You must be signed in to change notification settings - Fork 19
Instalace .NET na Linuxu
Roman Jašek edited this page Sep 28, 2022
·
1 revision
Pokud máte na Linuxu nainstalovanou jinou verzi .NET, tak je možné, že instalace standardní cestou vám fungovat nebude - v tom případě zkuste použít tento postup:
- Make working directory $ mkdir dotnet-install; cd dotnet-install
- Download the dotnet-install.sh script $ curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh > dotnet-install.sh
- Install dotnet 7 sdk (change install-dir to the directory where your dotnet is installed, if you installed dotnet through dnf, it should be in the same place) $ sudo bash sudo bash ./dotnet-install.sh --channel 7.0.1xx --quality preview --install-dir /usr/lib64/dotnet
- Verify your installation $ dotnet --list-sdks - you should see 7.0.100-rc.1.22431.12 in the list
FAQ
- Entity Framework
- Linux
- Visual Studio