Install .NET Core Runtime on Linux Ubuntu 16.04 x64

原文链接https://www.microsoft.com/net/download/linux-package-manager/ubuntu16-04/runtime-current

nstall .NET Core Runtime on Linux Ubuntu 16.04 x64

Not sure where to start? See Get started with .NET in 10 minutes.

Linux Distribution                 
RHEL
                 
Ubuntu 18.04
                 
Ubuntu 16.04
                 
Ubuntu 14.04
                 
Debian 9
                 
Debian 8
                 
Fedora 28
                 
Fedora 27
                 
CentOS / Oracle
                 
openSUSE
                 
SLES

Register Microsoft key and feed

Before installing .NET, you‘ll need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine.

Open a command prompt and run the following commands:

wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb

Install .NET SDK

Update the products available for installation, then install the .NET SDK.

In your command prompt, run the following commands:

sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install aspnetcore-runtime-2.1

The previous command will install the .NET Core Hosting Bundle, which includes the .NET Core runtime and the ASP.NET Core runtime. To install just the .NET Core runtime, use the dotnet-runtime-2.1 package.

原文地址:https://www.cnblogs.com/bodom/p/9759815.html

时间: 2024-10-07 02:46:04

Install .NET Core Runtime on Linux Ubuntu 16.04 x64的相关文章

Install and Configure Apache Kafka on Ubuntu 16.04

https://devops.profitbricks.com/tutorials/install-and-configure-apache-kafka-on-ubuntu-1604-1/ by hitjethvaon Oct 03, 2016 Intermediate Table of Contents Introduction Features Requirements Getting Started Installing Java Install ZooKeeper Install and

Linux Ubuntu 16.04 安装步骤+远程环境

简介 Ubantu 16.04 系统是一款比较稳定的linux系统,适合用户使用以及针对一些兼容性的服务搭建. 这里我推荐安装桌面版,用于方便使用. 准备工作 1.准备1个U盘空间5G以上 2.需下载ubantu 16.04镜像 百度云:https://pan.baidu.com/s/1HsmjUMXGei0ZlbDY0S5a4g&shfl=sharepset 提取码:byjb 3.使用UltraISO刻录ubantu镜像到U盘内. 下载地址:https://cn.ultraiso.net/ui

Git使用:Linux(Ubuntu 14.04 x64)下安装GIt并配置连接GitHub

github是一个非常好的网络代码托管仓库,知晓许久,但是一直没有用起来,最近才开始使用git管理自己的文档和代码. Git是非常强大的版本管理工具,今天就告诉大家,如何在Linux下安装GIt,并且做相关配置,与GitHub上的仓库链接.我安装的环境是Ubuntu 14.04,64位的 1. 安装 Linux下安装 使用命令apt-get来安装 sudo apt-get install git 2. 配置 配置用户名密码 git config --global user.name "xxx&q

Linux/Ubuntu 16.04 好用的视频播放器 SMPlayer

在ubuntu上播放视频是少不了的事情,那么就安装SMPlayer吧, 终端输入 :sudo apt-add-repository ppa:rvm/smplayer                    sudo apt-get update                    sudo apt-get install smplayer smplayer-skins smplayer-themes 安装完毕,输入 smplayer 即可打开播放器. 系统设置里 Details 可以设置默认播放

(转)如何在Linux Ubuntu 16.04下安装及打开PyCharm

首先需要下载Pycharm,如果是刚刚装好的虚拟机,不能正常上网访问网页的话可移步虚拟机连接网络:https://blog.csdn.net/qq_38786209/article/details/79997301 下载 在linux系统下打开网址: http://www.jetbrains.com/pycharm/download/#section=linux,选择社区版,保存文件,即可开始下载. 安装 PyCharm 下载好的文件的名称可能是 'pycharm-community-2017.

Linux Ubuntu 16.04 python os.walk

os.walk(top,topdown=True,onerror=None,followlinks=False) os.walk()是python中内置(built-in)的目录树生成(directory tree generator)函数. 对于每一个在top目录下的子目录(包括top目录本身),该函数都会生成一个包含三个元素的元组(tuple): (dirpath, dirnames, filenames).(string,list,list) dirpath是目录名称(string),di

Linux Ubuntu 16.04 获取 root 同等权限

1.简介 ????很多 时候 ,不允许 使用 root 用户,但是 非 root 用户 有时 又要 具备 root 权限,此时,就需要 对 非root用户 赋予 root 同等权限操作(具备了 root 同等权限 后,修改/删除 之类 的操作 就要 慎重喽!!!):???? 2.sudoer用户 2.1 基本概念 ????使用 sudo 获取 root权限的 非root用户,叫做 sudoer???? 2.2 配置 2.2.1 创建 非root 用户同名文件 ????在 "/etc/sudoer

Linux Ubuntu 16.04 主机名设置

1.简介     很多 时候,服务器 IP 地址 太不方便了,如果 能 给服务器 设置个名称,直接 通过 名称 访问 那多直观啊(就像 C语言中的 枚举 类型一样,哈哈哈,我喜欢)     2.主机名 设置 2.1 临时 设置 主机名     只是 临时 修改 下主机名, 方便 操作 还是 可以的 -- 重启 机器 就恢复原来的 主机名了(线上 环境 还是 不要 这么 操作了,万一 某一 应用 依赖于 主机名,那就 呵呵呵啦) # hostname {name}      2.2 永久 生效 #

ubuntu 16.04源码编译和配置caffe详细教程 | Install and Configure Caffe on ubuntu 16.04

本文首发于个人博客https://kezunlin.me/post/b90033a9/,欢迎阅读! Install and Configure Caffe on ubuntu 16.04 Series Part 1: Install and Configure Caffe on windows 10 Part 2: Install and Configure Caffe on ubuntu 16.04 Guide requirements: NVIDIA driver 396.54 CUDA 8