Ubuntu Apps On Mac

This is either your Ubuntu desktop host, Windows, or Mac. From the desktop “X server” we are going to ssh into the “X client”, making sure that X11 forwarding setting is enabled. With this X11 communication channel properly established via ssh, a graphical applications run on the “X client” will be tunnel across and displayed on the.

Do you need to install an operating system in your Computer? Then quickly grab a CD or DVD and burn the OS in it to install. Is that sounds good? Nah, it is an old school trick. Now we just use a pen drive to create a bootable USB for installation of OS. We do not need any CD/DVD to install Windows or Linux on our laptop or PCs. Just a simple 4Gb or 8Gb USB drive, anyone can do this with little knowledge and the right tools in possession.

How to Make a Bootable USB?

  • Take a pen drive.
  • Mount it to your computer or laptop
  • Download the ISO of the operating system you want to install.
  • Install any of the below-given Pen drive bootable creators.
  • Select the attached USB drive and Insert ISO file.
  • And start the flashing process to burn the file of the OS from the computer to your USB drive to produce a Bootable USB.
  • Then simply restart the system to start the booting for OS installation.

So, in the context of the same here are some best free or opensource software to create the bootable USB.

Rufus- Open source USB bootable creator

I just cannot ignore Rufus when we talk about the bootable software to create a bootable USB. It should be top of the list for the nature it has. The open-source availability of it makes an advantage for us to access Rufus freely and get the job done quickly. Another very useful point it brings to us is there is no need for its installation, being a portable bootable USB creator we can directly run it. The .exe file is enough to process the software. Users feel very comfortable to use the services of it and it is very easy to handle. You can use Rufus to flash Linux, FreeBSD, Windows and other OS on any USB drive or Memory Card. Download

Article: How to use Rufus to create a bootable drive.

Supported platforms to run: Windows only

Key Features

  • It is an open-source program with no need to spend a penny on it.
  • Rufus has the features to support verity of OS and BIOS
  • While booting, the user will get a chance to customize it.
  • The simplicity of it makes things easy to control.

Etcher- Free & Easy to Use

It is the new baby that created a mark in the sector of bootable USB and it made a quiet impression. It can wipe out many complicating problems while doing the task of creating the bootable USB. It just shortens the distance of the road to manage the process that needed a minimum time and effort to change it. The multi-platform acceptance is it’s one of the main USP. Download

See: How to create a bootable USB flash drive using Etcher

Supported Platforms to run: Windows, Linux, macOS

Etcher Features

  • Etcher is very handy to implement.
  • It has the feature of multi-platform support.
  • Open-source access can make the day for you.
  • It is very much new in the market so you can try this if you are looking for something new.

Universal USB Installer

This is another best bootable USB creator app with which users are familiar and many people use it when it comes to creating a bootable USB. Apart from a USB bootable drive, it is also can be used for making other drives like a rescue drive or security drive and many more. The drop-down menu option is one of the main attributes in this software that we can use to choose an OS, even downloading of the same is possible from its interface, however, it makes difficulty level less for the consumers. Just like Rufus, you can also use it flash various Linux and Windows OS. Download

Supported Platforms to run: Windows only

Key features

• It is most suitable for the users of Linux.
• It will support any OS.
• For Linux users, it will give the option to persistent storage that can be handled to view settings or backups.
• It can check bad blocks
• The customization option is available there.

Windows DVD/USB Tool

Windows DVD/USB Tool, the name is speaking clearly what it does and where it does. If you want to install OS for windows then the official tool of Microsoft is here to create a bootable USB. The functionality and operation are very friendly and you do not have to use your brain too much while working with this app. The burning process is next to nothing in terms of effort. It is just a one-click job done way after mounting the pen drive with your system. Apart from USB, it can also be used to create bootable CD/DVD drive od Windows 10/8/7/Vista. The thing to be noted, it can’t be used for Linux or other operating systems. Download.

See: How to create Bootable USB from ISO on Windows 10?

Supported Platform: Windows only

Key elements

  • The first thing you should remember that it is windows only. Thus, only works on windows.
  • The customization option is limited in the app.
  • It does not check for any bad block in the USB drive.

RMPrepUSB

RMPrepUSB is one of the most customizable software for creating a USB bootloader. And because of the vast customizable feature, it is not easy to use for everyone apart from the people or professionals who have a good knowledge of it and know how to use it. So I strongly recommend avoiding it would be the best option for the people who do not have proper knowledge in that particular case. You can use it to convert the USB into a multiple USB bootable platform. The high customization option is very tricky and hard to learn but it also gives it some uniqueness to customize many of the things while using it. RMPrepUSB can be used to create both Linux and Windows bootable USB drives. Download

Supported Platforms to run: Windows only

Key features

  • It can be used from the .exe that we can download for free.
  • The software supports different OS channels
  • The highly customizable option is available while creating the bootloader.
  • Users have the advantage to use the QEMU Emulator to boot it quickly.

Choose wisely

I would find many more apps to create a USB bootable device. I listed the best 5 option to select consisting 4 popular apps and 1 (Etcher) horse in the market that is quite good in my knowledge. Nearly every person who uses a computer or laptop would need software like them to install an OS. We are just helping them to sort things out to save some time and energy.

Other Articles:


-->

.NET Core is supported on Ubuntu. This article describes how to install .NET Core on Ubuntu. When an Ubuntu version falls out of support, .NET Core is no longer supported with that version. However, these instructions may help you to get .NET Core running on those versions, even though it isn't supported.

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 Core and ASP.NET Core runtimes.

If you've already installed the SDK or runtime, use the dotnet --list-sdks and dotnet --list-runtimes commands to see which versions are installed. For more information, see How to check that .NET Core is already installed.

Package manager installs are only supported on the x64 architecture. Other architectures, such as ARM, must manually install the .NET Core SDK or .NET Core Runtime. For more information, see the manually install section.

Supported distributions

The following table is a list of currently supported .NET Core releases and the versions of Ubuntu they're supported on. These versions remain supported until either the version of .NET Core reaches end-of-support or the version of Ubuntu reaches end-of-life.

  • A ✔️ indicates that the version of Ubuntu or .NET Core is still supported.
  • A ❌ indicates that the version of Ubuntu or .NET Core isn't supported on that Ubuntu release.
  • When both a version of Ubuntu and a version of .NET Core have ✔️, that OS and .NET combination are supported.
Ubuntu.NET Core 2.1.NET Core 3.1.NET 5 Preview (manual install only)
✔️ 20.04 (LTS)✔️ 2.1✔️ 3.1✔️ 5.0 Preview
❌ 19.10✔️ 2.1✔️ 3.1✔️ 5.0 Preview
❌ 19.04✔️ 2.1✔️ 3.1❌ 5.0 Preview
❌ 18.10✔️ 2.1❌ 3.1❌ 5.0 Preview
✔️ 18.04 (LTS)✔️ 2.1✔️ 3.1✔️ 5.0 Preview
❌ 17.10✔️ 2.1❌ 3.1❌ 5.0 Preview
❌ 17.04✔️ 2.1❌ 3.1❌ 5.0 Preview
❌ 16.10❌ 2.1❌ 3.1❌ 5.0 Preview
✔️ 16.04 (LTS)✔️ 2.1✔️ 3.1✔️ 5.0 Preview

The following versions of .NET Core are no longer supported. The downloads for these still remain published:

  • 3.0
  • 2.2
  • 2.0

How to install other versions

The packages added to package manager feeds are named in a hackable format: {product}-{type}-{version}.

  • product
    The type of .NET product to install. Valid options are:

    • dotnet
    • aspnetcore
  • type
    Chooses the SDK or the runtime. Valid options are:

    • sdk
    • runtime
  • version
    The version of the SDK or runtime to install. This article will always give the instructions for the latest supported version. Valid options are any released version, such as:

    • 3.1
    • 3.0
    • 2.1

    It's possible the SDK/runtime you're trying to download is not available for your Linux distribution. For a list of supported distributions, see .NET Core dependencies and requirements.

Examples

  • Install the ASP.NET Core 3.1 runtime: aspnetcore-runtime-3.1
  • Install the .NET Core 2.1 runtime: dotnet-runtime-2.1
  • Install the .NET Core 3.1 SDK: dotnet-sdk-3.1

Package missing

If the package-version combination doesn't work, it's not available. For example, there isn't an ASP.NET Core SDK, the SDK components are included with the .NET Core SDK. The value aspnetcore-sdk-2.2 is incorrect and should be dotnet-sdk-2.2. For a list of Linux distributions supported by .NET Core, see .NET Core dependencies and requirements.

20.04 ✔️

Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.

Open a terminal and run the following commands:

Install the SDK

.NET Core SDK allows you to develop apps with .NET Core. If you install .NET Core SDK, you don't need to install the corresponding runtime. To install .NET Core SDK, run the following commands:

Important

If you receive an error message similar to Unable to locate package dotnet-sdk-3.1, see the APT troubleshooting section.

Install the runtime

The .NET Core Runtime allows you to run apps that were made with .NET Core that didn't include the runtime. The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET Core. In your terminal, run the following commands.

Important

If you receive an error message similar to Unable to locate package aspnetcore-runtime-3.1, see the APT troubleshooting section.

As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-3.1 in the previous command with dotnet-runtime-3.1.

19.10 ❌

❌ Please note that this version of Ubuntu is no longer supported.

Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.

Open a terminal and run the following commands:

Install the SDK

.NET Core SDK allows you to develop apps with .NET Core. If you install .NET Core SDK, you don't need to install the corresponding runtime. To install .NET Core SDK, run the following commands:

Important

If you receive an error message similar to Unable to locate package dotnet-sdk-3.1, see the APT troubleshooting section.

Install the runtime

The .NET Core Runtime allows you to run apps that were made with .NET Core that didn't include the runtime. The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET Core. In your terminal, run the following commands.

Important

If you receive an error message similar to Unable to locate package aspnetcore-runtime-3.1, see the APT troubleshooting section.

As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-3.1 in the previous command with dotnet-runtime-3.1.

19.04 ❌

Ubuntu Apps On Chromebook

❌ Please note that this version of Ubuntu is no longer supported.

Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.

Open a terminal and run the following commands:

Install the SDK

.NET Core SDK allows you to develop apps with .NET Core. If you install .NET Core SDK, you don't need to install the corresponding runtime. To install .NET Core SDK, run the following commands:

Important

If you receive an error message similar to Unable to locate package dotnet-sdk-3.1, see the APT troubleshooting section.

Install the runtime

The .NET Core Runtime allows you to run apps that were made with .NET Core that didn't include the runtime. The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET Core. In your terminal, run the following commands.

Important

If you receive an error message similar to Unable to locate package aspnetcore-runtime-3.1, see the APT troubleshooting section.

As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-3.1 in the previous command with dotnet-runtime-3.1.

18.10 ❌

❌ Please note that this version of Ubuntu is no longer supported.

Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.

Open a terminal and run the following commands:

Install the SDK

.NET Core SDK allows you to develop apps with .NET Core. If you install .NET Core SDK, you don't need to install the corresponding runtime. To install .NET Core SDK, run the following commands:

Important

If you receive an error message similar to Unable to locate package dotnet-sdk-2.1, see the APT troubleshooting section.

Install the runtime

The .NET Core Runtime allows you to run apps that were made with .NET Core that didn't include the runtime. The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET Core. In your terminal, run the following commands.

Important

If you receive an error message similar to Unable to locate package aspnetcore-runtime-2.1, see the APT troubleshooting section.

As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-2.1 in the previous command with dotnet-runtime-2.1.

18.04 ✔️

Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.

Open a terminal and run the following commands:

Install the SDK

.NET Core SDK allows you to develop apps with .NET Core. If you install .NET Core SDK, you don't need to install the corresponding runtime. To install .NET Core SDK, run the following commands:

Important

If you receive an error message similar to Unable to locate package dotnet-sdk-3.1, see the APT troubleshooting section.

Install the runtime

The .NET Core Runtime allows you to run apps that were made with .NET Core that didn't include the runtime. The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET Core. In your terminal, run the following commands.

Important

If you receive an error message similar to Unable to locate package aspnetcore-runtime-3.1, see the APT troubleshooting section.

As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-3.1 in the previous command with dotnet-runtime-3.1.

17.10 ❌

❌ Please note that this version of Ubuntu is no longer supported.

Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.

Open a terminal and run the following commands:

Install the SDK

.NET Core SDK allows you to develop apps with .NET Core. If you install .NET Core SDK, you don't need to install the corresponding runtime. To install .NET Core SDK, run the following commands:

Important

If you receive an error message similar to Unable to locate package dotnet-sdk-2.1, see the APT troubleshooting section.

Install the runtime

The .NET Core Runtime allows you to run apps that were made with .NET Core that didn't include the runtime. The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET Core. In your terminal, run the following commands.

Important

If you receive an error message similar to Unable to locate package aspnetcore-runtime-2.1, see the APT troubleshooting section.

As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-2.1 in the previous command with dotnet-runtime-2.1.

17.04 ❌

❌ Please note that this version of Ubuntu is no longer supported.

Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.

Open a terminal and run the following commands:

Install the SDK

.NET Core SDK allows you to develop apps with .NET Core. If you install .NET Core SDK, you don't need to install the corresponding runtime. To install .NET Core SDK, run the following commands:

Important

If you receive an error message similar to Unable to locate package dotnet-sdk-2.1, see the APT troubleshooting section.

Install the runtime

The .NET Core Runtime allows you to run apps that were made with .NET Core that didn't include the runtime. The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET Core. In your terminal, run the following commands.

Important

If you receive an error message similar to Unable to locate package aspnetcore-runtime-2.1, see the APT troubleshooting section.

As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-2.1 in the previous command with dotnet-runtime-2.1.

16.10 ❌

❌ Please note that this version of Ubuntu is no longer supported.

Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.

Open a terminal and run the following commands:

Install the SDK

.NET Core SDK allows you to develop apps with .NET Core. If you install .NET Core SDK, you don't need to install the corresponding runtime. To install .NET Core SDK, run the following commands:

Important

If you receive an error message similar to Unable to locate package dotnet-sdk-2.1, see the APT troubleshooting section.

Install the runtime

The .NET Core Runtime allows you to run apps that were made with .NET Core that didn't include the runtime. The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET Core. In your terminal, run the following commands.

Important

Apps

If you receive an error message similar to Unable to locate package aspnetcore-runtime-2.1, see the APT troubleshooting section.

As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-2.1 in the previous command with dotnet-runtime-2.1.

16.04 ✔️

Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.

Open a terminal and run the following commands:

Install the SDK

.NET Core SDK allows you to develop apps with .NET Core. If you install .NET Core SDK, you don't need to install the corresponding runtime. To install .NET Core SDK, run the following commands:

Important

If you receive an error message similar to Unable to locate package dotnet-sdk-3.1, see the APT troubleshooting section.

Install the runtime

The .NET Core Runtime allows you to run apps that were made with .NET Core that didn't include the runtime. The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET Core. In your terminal, run the following commands.

Important

If you receive an error message similar to Unable to locate package aspnetcore-runtime-3.1, see the APT troubleshooting section.

As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-3.1 in the previous command with dotnet-runtime-3.1.

APT update SDK or runtime

When a new patch release is available for .NET Core, you can simply upgrade it through APT with the following commands:

APT troubleshooting

This section provides information on common errors you may get while using APT to install .NET Core.

Unable to find package

Package manager installs are only supported on the x64 architecture. Other architectures, such as ARM, must manually install the .NET Core SDK or .NET Core Runtime. For more information, see the manually install section.

Unable to locate Some packages could not be installed

If you receive an error message similar to Unable to locate package {netcore-package} or Some packages could not be installed, run the following commands.

There are two placeholders in the following set of commands.

  • {dotnet-package}
    This represents the .NET Core package you're installing, such as aspnetcore-runtime-3.1. This is used in the sudo apt-get install command below.

  • {os-version}
    This represents the Linux version you are on. This is used in the wget command below.

First, try purging the package list:

Then, try to install .NET Core again. If that doesn't work, you can run a manual install with the following commands:

Failed to fetch

While installing the .NET Core package, you may see an error similar to Failed to fetch ... File has unexpected size ... Mirror sync in progress?. This error could mean that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed shouldn't be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at https://github.com/dotnet/core/issues.

Snap

A snap is a bundle of an app and its dependencies that works without modification across many different Linux distributions. Snaps are discoverable and installable from the Snap Store. For more information about Snap, see Getting started with Snap.

Only supported versions of .NET Core are available through Snap.

Install the SDK

Ubuntu On Mac Mini

Snap packages for .NET Core SDK are all published under the same identifier: dotnet-sdk. A specific version of the SDK can be installed by specifying the channel. The SDK includes the coresponding runtime. The following table list the channels:

.NET Core versionSnap package
3.1 (LTS)3.1 or latest/stable
2.1 (LTS)2.1
.NET 5.0 preview5.0/beta

Use the snap install command to install a .NET Core SDK snap package. Use the --channel parameter to indicate which version to install. If this parameter is omitted, latest/stable is used. In this example, 3.1 is specified:

Next, register the dotnet command for the system with the snap alias command:

This command is formatted as: sudo snap alias {package}.{command} {alias}. You can choose any {alias} name you would like. For example, you could name the command after the specific version installed by snap: sudo snap alias dotnet-sdk.dotnet dotnet31. When you use the command dotnet31, you'll invoke this specific version of .NET. But this is incompatible with most tutorials and examples as they expect a dotnet command to be available.

Install the runtime

Snap packages for .NET Core Runtime are each published under their own package identifier. The following table lists the package identifiers:

.NET Core versionSnap package
3.1 (LTS)dotnet-runtime-31
3.0dotnet-runtime-30
2.2dotnet-runtime-22
2.1 (LTS)dotnet-runtime-21

Use the snap install command to install a .NET Core Runtime snap package. In this example, .NET Core 3.1 is installed:

Next, register the dotnet command for the system with the snap alias command:

This command is formatted as: sudo snap alias {package}.{command} {alias}. You can choose any {alias} name you would like. For example, you could name the command after the specific version installed by snap: sudo snap alias dotnet-runtime-31.dotnet dotnet31. When you use the command dotnet31, you'll invoke this specific version of .NET. But this is incompatible with most tutorials and examples as they expect a dotnet command to be available.

SSL Certificate errors

When .NET is installed through Snap, it's possible that on some distros the .NET SSL certificates may not be found and you may receive an error similar to the following during restore:

To resolve this issue, set a few enviornment variables:

The certificate location will vary by distro. Here are the locations for the distros where we have experienced the issue.

  • Fedora - /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
  • OpenSUSE - /etc/ssl/ca-bundle.pem
  • Solus - /etc/ssl/certs/ca-certificates.crt

Dependencies

When you install with a package manager, these libraries are installed for you. But, if you manually install .NET Core or you publish a self-contained app, you'll need to make sure these libraries are installed:

  • libc6
  • libgcc1
  • libgssapi-krb5-2
  • libicu52 (for 14.x)
  • libicu55 (for 16.x)
  • libicu60 (for 18.x)
  • libicu66 (for 20.x)
  • libssl1.0.0 (for 14.x, 16.x)
  • libssl1.1 (for 18.x, 20.x)
  • libstdc++6
  • zlib1g

For .NET Core apps that use the System.Drawing.Common assembly, you also need the following dependency:

  • libgdiplus (version 6.0.1 or later)

    Warning

    You can install a recent version of libgdiplus by adding the Mono repository to your system. For more information, see https://www.mono-project.com/download/stable/.

Scripted install

The dotnet-install scripts are used for automation and non-admin installs of the SDK and Runtime. You can download the script from https://dot.net/v1/dotnet-install.sh.

The script defaults to installing the latest SDK long term support (LTS) version, which is .NET Core 3.1. To install the current release, which may not be an (LTS) version, use the -c Current parameter.

To install .NET Core Runtime instead of the SDK, use the --runtime parameter.

You can install a specific version by altering the -c parameter to indicate the specific version. The following command installs .NET Core SDK 3.1.

For more information, see dotnet-install scripts reference.

Manual install

Run Ubuntu On Mac

As an alternative to the package managers, you can download and manually install the SDK and runtime. Manual install is usually performed as part of continuous integration testing or on an unsupported Linux distribution. For a developer or user, it's generally better to use a package manager.

If you install .NET Core SDK, you don't need to install the corresponding runtime. First, download a binary release for either the SDK or the runtime from one of the following sites:

  • ✔️ .NET 5.0 preview downloads
  • ✔️ .NET Core 3.1 downloads
  • ✔️ .NET Core 2.1 downloads

Next, extract the downloaded file and use the export command to set variables used by .NET Core and then ensure .NET Core is in PATH.

Ubuntu Apps On Mac Windows 10

To extract the runtime and make the .NET Core CLI commands available at the terminal, first download a .NET Core binary release. Then, open a terminal and run the following commands from the directory where the file was saved. The archive file name may be different depending on what you downloaded.

Use the following command to extract the runtime:

Install Mac On Ubuntu

Use the following command to extract the SDK:

Tip

The preceding export commands only make the .NET Core CLI commands available for the terminal session in which it was run.

You can edit your shell profile to permanently add the commands. There are a number of different shells available for Linux and each has a different profile. For example:

  • Bash Shell: ~/.bash_profile, ~/.bashrc
  • Korn Shell: ~/.kshrc or .profile
  • Z Shell: ~/.zshrc or .zprofile

Install Ubuntu On Old Mac

Edit the appropriate source file for your shell and add :$HOME/dotnet to the end of the existing PATH statement. If no PATH statement is included, add a new line with export PATH=$PATH:$HOME/dotnet.

Apps

Also, add export DOTNET_ROOT=$HOME/dotnet to the end of the file.

This approach lets you install different versions into separate locations and choose explicitly which one to use by which application.

Next steps