
In the next dialog, specify the JDK vendor, version, change the installation path if required, and click Download.įrom the main menu, select File | Project Structure | Project Settings | Project. Only for JDKs: if you don't have the necessary JDK on your computer, select Download JDK. To add an SDK, click, select the necessary SDK and specify its home directory in the dialog that opens. Configure global SDKsįrom the main menu, select File | Project Structure | Platform Settings | SDKs.

This folder is called an SDK home directory. To define an SDK means to let IntelliJ IDEA know in which folder on your computer the necessary SDK version is installed. Tutorial: Create a console application with.You can install a recent version of libgdiplus by adding the Mono repository to your system. NET 6 and requires setting the runtime configuration switch. Because is no longer supported on Linux, this only works on. NET app uses the assembly, libgdiplus will also need to be installed. NET or you publish a self-contained app, you'll need to make sure these libraries are installed: When you install with a package manager, these libraries are installed for you. If you run into issues installing or even running. Instead, use the Microsoft package repository. NET aren't supported in the Ubuntu feeds. NET Runtime, which doesn't include ASP.NET Core support: replace aspnetcore-runtime-6.0 in the previous command with dotnet-runtime-6.0: sudo apt-get install -y dotnet-runtime-6.0 If you receive an error message similar to Unable to locate package aspnetcore-runtime-6.0, see the troubleshooting section.Īs an alternative to the ASP.NET Core Runtime, you can install the. You must use the Microsoft package repository. NET 7 packages aren't available in the Ubuntu package manager feeds. NET is no longer supported with that version. When an Ubuntu version falls out of support. NET are supported or available for Ubuntu 22.04: Supported. If you want to use the Microsoft package repository, see How to register the Microsoft package repository. However, you should only one use or the other to install.

NET is available in the Ubuntu package manager feeds, as well as the Microsoft package repository. NET without a package manager, see one of the following articles: NET by some other means such as with Snap, an installer script, or through a manual binary installation.įor more information on installing. Other architectures, such as Arm, must install. Package manager installs are only supported on the 圆4 architecture.
