Αποτελέσματα Αναζήτησης
29 Ιουλ 2024 · Install the SDK (which includes the runtime) if you want to develop .NET apps. Or, if you only need to run apps, install the Runtime. If you're installing the Runtime, we suggest you install the ASP.NET Core Runtime as it includes both .NET and ASP.NET Core runtimes.
14 Μαΐ 2024 · After you've registered the Microsoft package repository, or if the Ubuntu Feeds supports the .NET package for your Ubuntu version, you can install .NET through the package manager with the sudo apt install <package-name> command.
18 Μαρ 2024 · In this article, we learned how to run ASP.Net on a Linux-based server. We saw that it’s possible to run ASP.Net on Linux by installing the .Net Core SDK and configuring Apache to serve the application.
2 Φεβ 2023 · Deploying an ASP.NET Core API to Linux (.NET 6 & Ubuntu 20.04) # ubuntu # dotnet # linux # api This guide assumes you already know how to develop at least a basic .NET-based API and you have an Ubuntu server in place to do the deploying stuff.
31 Ιαν 2024 · In this article, we are going to learn how to deploy an ASP.NET Core web application to the Ubuntu Linux server with Nginx. The introduction of .NET Core opened the cross-platform doors, allowing developers to build and deploy applications on Linux systems.
13 Ιουν 2023 · Installation. Microsoft’s .NET runtime does not come pre-installed on most Linux distributions, including Ubuntu 22.04 LTS. Unless you have already installed Visual Studio or another application that’s dependent on the same .NET runtime version, you’ll need to install the runtime before using your .NET app.
2 Ιουλ 2021 · On Debian: wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb. sudo dpkg -i packages-microsoft-prod.deb. On Ubuntu: wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb. sudo dpkg -i packages-microsoft-prod.deb.