日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > linux >内容正文

linux

linux aspnet服务器,在Linux中安装ASPNET.Core3.0运行时的示例代码

發布時間:2023/12/4 linux 29 豆豆
生活随笔 收集整理的這篇文章主要介紹了 linux aspnet服务器,在Linux中安装ASPNET.Core3.0运行时的示例代码 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

摘要:

# 以下示例適用于x64位runtime v3.0.0mkdir /runtimescd /runtimeswget https://... # 以下示例適用于x64位runtime v3.0.0

mkdir /runtimes

cd /runtimes

wget https://download.visualstudio.microsoft.com/download/pr/b0c44e05-b7a1-4221-94ec-a0c0d3a11eed/afc61567dd6db8f097e244871889458c/aspnetcore-runtime-3.0.0-Linux-x64.tar.gz

mkdir aspnetcore-runtime-3.0.0-linux-x64

tar -zxvf aspnetcore-runtime-3.0.0-linux-x64.tar.gz -C /runtimes/aspnetcore-runtime-3.0.0-linux-x64

ln -sf /runtimes/aspnetcore-runtime-3.0.0-linux-x64/dotnet /usr/local/bin

# 安裝完成,查看版本信息

dotnet --info

# 以下示例適用于arm64位runtime v3.0.0,本人使用華為鯤鵬系列

mkdir /runtimes

cd /runtimes

wget https://download.visualstudio.microsoft.com/download/pr/5cbf9f66-7945-43e2-9b7c-351f900e9893/2fcd48f3d4db99283ebdb46daf9bacec/aspnetcore-runtime-3.0.0-linux-arm64.tar.gz

mkdir aspnetcore-runtime-3.0.0-linux-arm64

tar -zxvf aspnetcore-runtime-3.0.0-linux-arm64.tar.gz -C /runtimes/aspnetcore-runtime-3.0.0-linux-arm64

ln -sf /runtimes/aspnetcore-runtime-3.0.0-linux-arm64/dotnet /usr/local/bin

# 安裝完成,查看版本信息

dotnet --info

.NET Core 2.0 開源框架BitAdminCore作者。

框架演示:http://bit.bitdao.cn

框架使用:https://github.com/chenyinxin/cookiecutter-bitadmin-core

總結

以上是生活随笔為你收集整理的linux aspnet服务器,在Linux中安装ASPNET.Core3.0运行时的示例代码的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。