How to Install and Uninstall dotnet5.0.src Package on Oracle Linux 8

Last updated: June 24,2024

1. Install "dotnet5.0.src" package

In this section, we are going to explain the necessary steps to install dotnet5.0.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install dotnet5.0.src

2. Uninstall "dotnet5.0.src" package

This guide covers the steps necessary to uninstall dotnet5.0.src on Oracle Linux 8:

$ sudo dnf remove dotnet5.0.src $ sudo dnf autoremove

3. Information about the dotnet5.0.src package on Oracle Linux 8

Last metadata expiration check: 5:13:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : dotnet5.0
Version : 5.0.214
Release : 1.0.1.el8_6
Architecture : src
Size : 167 M
Source : None
Repository : ol8_appstream
Summary : .NET Runtime and SDK
URL : https://github.com/dotnet/
License : MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib
Description : .NET is a fast, lightweight and modular platform for creating
: cross platform applications that work on Linux, macOS and Windows.
:
: It particularly focuses on creating console applications, web
: applications and micro-services.
:
: .NET contains a runtime conforming to .NET Standards a set of
: framework libraries, an SDK containing compilers and a 'dotnet'
: application to drive everything.