简体   繁体   中英

Install dotnet 4.7.2 on ubuntu 20.04

I would like to install dotnet runtime version 4.7.2 on ubuntu 20.04. I tried running the command line:

sudo apt-get install -y dotnet-runtime-4.7.2

However, I get an error saying the package cannot be found. I am not sure if 4.7.2 is supported in ubuntu 20.04.

Can anybody help me with this issue ? Thank You

查看可以在 Linux 上运行的 Mono https://www.mono-project.com/

the asp.net is for windows Operating systems only. Check ASP.NET Framework system requirements .

You may try the .Net Core 3.0 (system requirements) that have Support for ubuntu

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM