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

Last updated: May 09,2024

1. Install "dotnet.src" package

This guide covers the steps necessary to install dotnet.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install dotnet.src

2. Uninstall "dotnet.src" package

Please follow the guidelines below to uninstall dotnet.src on Oracle Linux 8:

$ sudo dnf remove dotnet.src $ sudo dnf autoremove

3. Information about the dotnet.src package on Oracle Linux 8

Last metadata expiration check: 7:00:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : dotnet
Version : 2.1.526
Release : 1.el8_4
Architecture : src
Size : 1.2 G
Source : None
Repository : ol8_appstream
Summary : .NET Core CLI tools and runtime
URL : https://github.com/dotnet/
License : MIT and ASL 2.0 and BSD
Description : .NET Core 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 Core contains a runtime conforming to .NET Standards a set of
: framework libraries, an SDK containing compilers and a 'dotnet'
: application to drive everything.