Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install ASPNET.Core3.0 in Linux system

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How do I install ASPNET.Core3.0 on a Linux system? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.

What is Linux system Linux is a free-to-use and free-spread UNIX-like operating system, is a POSIX-based multi-user, multi-task, multi-threaded and multi-CPU operating system, using Linux can run major Unix tools, applications and network protocols.

# the following example applies to x64-bit runtime v3.0.0mkdir / runtimescd / runtimeswget https://download.visualstudio.microsoft.com/download/pr/b0c44e05-b7a1-4221-94ec-a0c0d3a11eed/afc61567dd6db8f097e244871889458c/aspnetcore-runtime-3.0.0-linux-x64.tar.gzmkdir aspnetcore-runtime-3.0.0-linux-x64tar-zxvf aspnetcore-runtime-3.0.0-linux-x64.tar.gz-C / runtimes/aspnetcore-runtime-3.0.0-linux-x64ln-sf / runtimes / aspnetcore-runtime-3.0.0-linux-x64/dotnet / usr/local/bin# installation completed View version information dotnet-- info# the following example applies to the arm64 bit runtime v3.0.0 I use Huawei Kunpeng series mkdir / runtimescd / runtimeswget https://download.visualstudio.microsoft.com/download/pr/5cbf9f66-7945-43e2-9b7c-351f900e9893/2fcd48f3d4db99283ebdb46daf9bacec/aspnetcore-runtime-3.0.0-linux-arm64.tar.gzmkdir aspnetcore-runtime-3.0.0-linux-arm64tar-zxvf aspnetcore-runtime-3.0.0-linux-arm64.tar.gz-C / runtimes/aspnetcore-runtime-3.0.0-linux-arm64ln-sf / runtimes/aspnetcore-runtime-3 .0.0-linux-arm64/dotnet / usr/local/bin# installation completed Check the version information dotnet-is it helpful for info to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report