主頁 > 知識庫 > 在Linux中安裝ASPNET.Core3.0運行時的示例代碼

在Linux中安裝ASPNET.Core3.0運行時的示例代碼

熱門標簽:檢查注冊表項 阿里云 智能手機 美圖手機 百度競價點擊價格的計算公式 硅谷的囚徒呼叫中心 網(wǎng)站建設(shè) 使用U盤裝系統(tǒng)
# 以下示例適用于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

總結(jié)

以上所述是小編給大家介紹的在Linux中安裝ASPNET.Core3.0運行時的示例代碼,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復(fù)大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!
如果你覺得本文對你有幫助,歡迎轉(zhuǎn)載,煩請注明出處,謝謝!

標簽:煙臺 黃山 懷化 湘潭 山南 通遼 湖北 賀州

巨人網(wǎng)絡(luò)通訊聲明:本文標題《在Linux中安裝ASPNET.Core3.0運行時的示例代碼》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266